![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
"Dave" <david.mh.tong (AT) gmail (DOT) com> wrote in message news:32c6d3c3-69df-4a64-ab42-2a6fc9263a8d (AT) k39g2000hsf (DOT) 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" |
#4
| |||
| |||
|
|
"asdf" <a... (AT) asdf (DOT) com> wrote in message news:478acece$0$30858$5a62ac22 (AT) per-qv1-newsreader-01 (DOT) iinet.net.au... "Dave" <david.mh.t... (AT) gmail (DOT) com> wrote in message news:32c6d3c3-69df-4a64-ab42-2a6fc9263a8d (AT) k39g2000hsf (DOT) 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 |
#5
| |||
| |||
|
|
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! |
#6
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |