Forum Moderators: open
Here's the code .... and I'm using XHTML 1.0 Tranistional:
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <div align="center"> <body bgcolor="#000000"> <table width="755" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="/taco/layout/headerleft.gif" width="145" height="100" /></td> <td><img src="/taco/layout/headermain.gif" width="463" height="100" /></td> <td><img src="/taco/layout/headerright.gif" width="147" height="100" /></td> </tr> <tr> <td><img src="/taco/layout/leftcolumn.gif" width="145" height="400" /></td> <!--------maincontent-----------> <td> </td> <!--------endmaincontent--------> <td><img src="/taco/layout/rightcolumn.gif" width="147" height="400" /></td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> </table> </body> </div> </html> And here's a link to the page:
<Sorry, no URLs. See TOS [webmasterworld.com]>
Ideas? Thanks!
[edited by: tedster at 6:07 am (utc) on Feb. 11, 2004]
Thanks all ... my images were linked as root-relative and this was causing the problem.
I "fixed" the problem by deleting my images and going Insert>Image in DWMX with doc-relative checked instead of root-relative.
<newb>
Maybe a little off topic but how do you convert doc-relative links to root-relative in DWMX manually (in code view)? What I mean is, I tried editing the image source path from "/folder/folder/img.gif" to "folder/folder/img.gif" (ie. root-rel to doc-rel) but still they didn't appear? Why not? Am I missing something here?
</newb>
Thanks.