|
Posted by Neredbojias on 05/06/06 03:51
To further the education of mankind, "arbpen" <arbpen@yahoo.com>
vouchsafed:
> To be perfectly honest with you, there isn't much you can do if
> they're using an editor like Front Page. FYI, deprecated elements
> _do_ override style declaration, eg:
>
> <style type="text/css">
> p {font-family: serif;
> color: red
> }
> </style>
> </head>
> <body>
> <p><font color="#008000" face="Georgia">This should be in
> green</font>.</p>
>
> Will indeed be green, not red.
No they don't.
<style type="text/css">
table {
width:160px;
}
</style>
vs.
<table width="1000">
....
</table>
The table will be 160 px wide.
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|