TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
If you are using CSS you probably won't see FONT tags in the HTML code. The
font attributes are defined when you load the CSS.
<p></p> paragraph tags are part of the HTML code standard. What the css does
is assign attributes to the <p> tag that replace the FONT tag specification
used in non-css pages.
The only time you might want both FONT tags and css styles is to accommodate
browsers that don't support css.
Sean
sean -at- quodata -dot- com
>>>-----Original Message-----
>>>From: Abby Schiff [mailto:Abby_Schiff -at- FACTSET -dot- COM]
>>>Sent: Thursday, April 08, 1999 9:35 AM
>>>To: TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU
>>>Subject: Re: html editor questions
>>>
>>>
>>>Hi,
>>>I use Dreamweaver, and I'm very pleased with its CSS
>>>capabilities. Also, it
>>>doesn't put extraneous <font> tags in. It does place <p>
>>>and </p> tags around
>>>each paragraph by default.
>>>