[thelist] Font size problems with CSS & NN 4.73(win)

Shaun M. Anderson ShaunAnderson at smarttech.com
Wed Jun 6 11:09:47 CDT 2001


ok, I can do that.  Not a problem.

The problem now becomes, can I get Dreamweaver to automatically use that
class when I want something to be size 1?

i.e. can I get it to write <font class="1"> </font> instead of <font
size="1"> </font> (Or another container if so desired?)

That way, all I have to do is set up the machines of the other 4 people who
are going to work on this site, and I don't have to worry about it at all.

Thanks,
Shaun

> -----Original Message-----
> From:	Michael Stevens [SMTP:mike at tokenzone.com]
> Sent:	Wednesday, June 06, 2001 10:01 AM
> To:	thelist at lists.evolt.org
> Subject:	RE: [thelist] Font size problems with CSS & NN 4.73(win)
> 
> >p.1 {font-family: 'Arial', 'Helvetica', sans-serif; font-size: 10pt;}
> >p.2 {font-family: 'Arial', 'Helvetica', sans-serif; font-size: 12pt;}
> 
> This can be consolidated even more.  You can eliminate any redundancy in
> your CSS file by combining classes like so:
> 
> p.1, p.2 {font-family: 'Arial', 'Helvetica', sans-serif; font-size: 10pt }
> p.2 { font-size: 12pt }
> 
> That way if you want to change the font face for all your paragraphs, you
> only have to do it once.
> 
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt ! 




More information about the thelist mailing list