View Single Post
  #7 (permalink)  
Old Dec 31st, 2006, 16:46
ece60201 ece60201 is offline
Junior Member
Join Date: Dec 2006
Location: Portsmouth
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: graphics not appearing when linking..

Seeing as your stylesheet is in a subfolder of the chapter2 folder, as are your images, you don't need to use absolute references, you can still use relative ones.

So instead of
Quote:
images/bg.gif
just use
Quote:
../images/bg.gif
It's simpler than the full URL as it enables you to move your site around etc.
Reply With Quote