Previous Message
Next Message

converting inline to external css code

Sent by Arnie Shafer on 25 April 2005 18:06


I am trying to convert some inline code to an external style sheet.  I do not understand why these
two snippets are not the same? Thanks!  Arnie Shafer

CSS Code
body #header p {
text-align: center;
overflow: auto;}

vs.
HTML Code

<body>
<div id="header">

<p style="text-align: center; overflow: auto;"> 
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: