DHTML (and particularly Cascading Style Sheet, CSS-Style) is supported since 4.0 browsers release. We can put all formatting data in the document header or, better, into another file. Until upcoming and promising XML, CSS is the current way to keep documents clear and structured with augmented control over presentation and layout of HTML elements.
FONT tags into header or outside the document when possible
(.css),SPAN tag (which put FONT tags within text),
check how Emphasize is interpreted by Dreamweaver (could be <em>
or a SPAN and FONT tag).SPAN class="myowntag",
not easy at reading.<cite>, <code> etc.)..css) are stored in a unique folder (/leon-lab/dhtml).I didn't find how to with Dreamweaver 3 editor but it's just a simple line to add in the style sheet :
a:hover {color: #FF0000}
In that case, text change to red while mouse is passing over (but it doesn't work with Netscape 4.74).
With Netscape 4.74 on Linux system, style sheet support must be enabled in Preferences...Advanced... and Javascript support too. Nevertheless if they aren't enabled, display is very correct.
From Microsoft MSDN :
From HTML Help :
Others :
Back to home page
Document release: 1.1EN
Created: December 16 - 2000
Updated: February 27 - 2001
Author: Leon