Welcome Guest, Not a member yet? Register   Sign In
always problem with image path!
#7

[eluser]stuffradio[/eluser]
[quote author="webbhelp" date="1261025557"]Do somebody know, how I can write the right path's to the image in my CSS file.
I tdoesn't matter if I change server/domain-name, the path's to the image will always work.
How can I get this work?

Thanks[/quote]

There's a "hack" to get around this. Write the CSS file in PHP. You use

Code:
<?php
header("Content-Type: text/css");

echo "background-image: url(" . base_url() . "file.css);";

?>

Like I said, that's a very hacky solution and I'm not sure that will work because I just typed this in here, but that's one way around it.


Messages In This Thread
always problem with image path! - by El Forum - 12-13-2009, 07:59 AM
always problem with image path! - by El Forum - 12-13-2009, 10:01 AM
always problem with image path! - by El Forum - 12-13-2009, 10:29 AM
always problem with image path! - by El Forum - 12-13-2009, 11:42 AM
always problem with image path! - by El Forum - 12-13-2009, 12:26 PM
always problem with image path! - by El Forum - 12-16-2009, 04:52 PM
always problem with image path! - by El Forum - 12-16-2009, 05:35 PM
always problem with image path! - by El Forum - 02-19-2010, 10:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB