|
Posted by Neredbojias on 01/14/08 04:38
Well bust mah britches and call me cheeky, on Mon, 14 Jan 2008 03:14:25
GMT Dave scribed:
>> >> The following embedded CSS class is not being applied and I don't
>> >> under stand why?
>>
>> >> Any help would be appreciated.
>>
>> >> <script type="text/css">
>> >> .msg_alert {
>> >> text-weight: bold;
>> >> font-size: 1em;
>> >> color: red;
>> >> }
>> >> </script>
>>
>> >> <div class="msg_alert">This should work!</div>
>>
>> >> Thanks in advance.
>>
>> > Try replacing:
>>
>> > <script type="text/css">
>>
>> > ...with:
>>
>> > <style type="text/css">
>>
>> ...and before the pedants get me...
>>
>> Also replace:
>>
>> </script>
>>
>> with:
>>
>> </style>
>
> I am such a knob!
>
> Cheers mate!
Wow, how ironic! When I read your original posting, I thought to myself,
"This guy is dumber than a doorknob." Btw, is your first name
"Dangerous"?
<grin>
--
Neredbojias
Riches are their own reward.
[Back to original message]
|