View Single Post
Old 2006-03-07, 06:44 PM   #8
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
you probably don't want the trailing slash at the end of those unless you actually have a directory called main.html

Other than that, make sure that any images loaded on main.html either have a base href, or, are linked with the full path, i.e.

<img src="/path/to/image.jpg">

Otherwise when someone goes to

http://yourdomain.com/asdf/asdf/asdf

they'll get broken images.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote