View Single Post
Old 01-12-2004, 05:40 PM   #13
sofry
Junior Member
sofry began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Dec 2003
Location: PEI
Device: T3
Quote:
Originally Posted by Alexander
Try to use inline CSS....
Thanks for the heads up on inline CSS styling. I think AvantGo's site advocates that approach too.

I asked this question on the little-used iSilo Forums. iSilo points out that iSiloX should be able to handle basic CSS external styling. They noticed that in my case DW simply had inserted a concrete reference to the style sheet on my hard drive, not a relative reference to the local folder containing the webpage, so I had to edit each page's reference to the style sheet from
<link href=" file:///D|/DreamWeaver/Sites/CN_Notes/CN_Notes.css " rel="stylesheet" type="text/css">
to
<link href="CN_Notes.css " rel="stylesheet" type="text/css">
ie, deleting the phrase in bold type.

When I did that, iSilox found and correctly parsed the appropriate styles in CN_Notes.css for the handheld version, and all the formatting came back. Sweet.
sofry is offline