Posted by asdf on 01/14/08 02:56
"asdf" <asdf@asdf.com> wrote in message
news:478acece$0$30858$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
>
> "Dave" <david.mh.tong@gmail.com> wrote in message
> news:32c6d3c3-69df-4a64-ab42-2a6fc9263a8d@k39g2000hsf.googlegroups.com...
>> 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>
Navigation:
[Reply to this message]
|