Page is a not externally linkable
- Code, Content, and Presentation
-- Site Graphics and Multimedia Design
---- Page images don't always display.


sonjay - 1:32 pm on Apr 28, 2009 (gmt 0)


I suspect that the styles have nothing to do with this. Try removing the leading slash from the image tags that don't work. I.e., change this:

<img src="/images/example.jpg" width="100" height="73" border="0" />

to this:

<img src="images/example.jpg" width="100" height="73" border="0" />

If that works when you remove the leading slash, then the problem is definitely the root-relative path issue.

When you insert an image in DW, there's an option to use document-relative or root-relative paths. You need to read up on root-relative paths vs. document-relative paths so that you understand what's happening and can make an informed choice about which type you prefer.

[edited by: limbo at 7:20 pm (utc) on April 28, 2009]
[edit reason] examplified [/edit]


Thread source:: http://www.webmasterworld.com/graphics_multimedia/3901708.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com