|
Posted by Jonathan N. Little on 11/18/11 11:57
Wombatwal wrote:
> Thanks dorayme
> I do have an external style sheet, but I want this only on one page only. I
> can put the hr on the external style sheet, but the table border I don't
> know because I already have table attributes in there for other tables.
>
> Bruce
Then put in in the HEAD within STYLE element on that page as dorayme
suggested
....
<style type="text/css">
/* this page's custom style rules */
HR { border-bottom: 5px solid #008000; width: 100%; }
TABLE { border: 4px solid #008000; }
</style>
</head>
<body> ...
NOTE: MSIE's CSS support with respect to HR is quirky at best, but hey
is IE!
>
> "dorayme" <doraymeRidThis@optusnet.com.au> wrote in message
> news:doraymeRidThis-E47733.10551004092006@news-vip.optusnet.com.au...
>> In article <uuKKg.22604$rP1.3005@news-server.bigpond.net.au>,
>> "Wombatwal" <bartsimpson@hotmail.com> wrote:
An please stop top posting and trim extra stuff.
<snip>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|