Page is a not externally linkable
sonjay - 1:32 pm on Apr 28, 2009 (gmt 0)
to this: 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]
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" /> <img src="images/example.jpg" width="100" height="73" border="0" />
[edit reason] examplified [/edit]