Quote:
http://wayedesigngroup.com/products/premium/H220001.shtml
The site in question (this page is parsed and lives on the root) can be found
at http://wayedesigngroup.com |
suggestion- you should move all the css styles and css links up between the
head tags.
the image that doesn't show up has a document relative path.
<img src="../media/sitegifs/logopcs.gif" width="91" height="62">
If that image is in a snippet of an SSI, you should use only Site Root
relative paths inside of the SSI files. That way the images and links will
work no matter what folder level the final file they are included into
resides at.