|
Posted by Thad on 02/05/07 01:53
Thanks so much for all the info....I will take that all into consderation
and look into css.
"Adrienne Boswell" <arbpen@yahoo.com> wrote in message
news:Xns98CCEF40C4BB5arbpenyahoocom@69.28.186.121...
> Gazing into my crystal ball I observed "Thad" <tsobota@cox.net> writing
> in news:bcexh.24682$uj5.17124@newsfe07.phx:
>
>> So, it seems I have to write the code using css? I've avoided that
>> because I'm confused by css. Is plain html being phased out?
>>
>>
>
> 1. HTML is not code, it is HyperText Markup Language - tags are used to
> markup text - plain and simple.
> 2. MTML is not being phased out
> 3. CSS is an enhancement - If you go to http://www.csszengarden.com you
> can see the exact same markup changed completely with CSS.
>
> Once you remove the presentational markup that has been deprecitated in
> favor of CSS, you will see how much quicker and easier it is to get
> things done. Imagine this scenario: 100 pages with <body
> bgcolor="#ffffff" text="#000000">, and you want to swap it - before CSS
> that meant changing all those body elements. Now, a change to one
> stylesheet changes ALL the pages at the same time;
> <body>
> body {background-color:#fff; color:#000}
>
> --
> Adrienne Boswell at Home
> Arbpen Web Site Design Services
> http://www.cavalcade-of-coding.info
> Please respond to the group so others can share
>
Navigation:
[Reply to this message]
|