Welcome Guest, Not a member yet? Register   Sign In
Problem in loading images in my web page
#3

[eluser]Met[/eluser]
or add

<base href="<?php echo site_url();?>" />

then you can use relative links to your media, i.e
using this "base" href,

<img src="assets/images/foo.jpg" />

is the same as

<img src="http://www.mysite.com/assets/images/foo.jpg" />

but much more portable


Messages In This Thread
Problem in loading images in my web page - by El Forum - 08-23-2010, 12:04 AM
Problem in loading images in my web page - by El Forum - 08-23-2010, 01:06 AM
Problem in loading images in my web page - by El Forum - 08-23-2010, 02:57 AM
Problem in loading images in my web page - by El Forum - 08-23-2010, 03:30 AM
Problem in loading images in my web page - by El Forum - 08-23-2010, 05:58 AM
Problem in loading images in my web page - by El Forum - 08-23-2010, 07:52 PM
Problem in loading images in my web page - by El Forum - 10-01-2010, 02:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB