![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've got some CSS syles in a sperate style sheet but for some reason I can't get my bold text style to work. The title Medical Device Manufacturer is supposed to be bold text, it works when viewing the sit in DW but when published and viewed in IE it won't work, it does work in netscape. http://www.medicaldevicemanufacturer.biz Any help would be greatly appreciated. |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
You should clean up your font declaration into multiple lines like the example above. Don't do: Font: bold normal small/normal Verdana, Arial, Helvetica, sans-serif; all on one line. |
#8
| |||
| |||
|
|
You should clean up your font declaration into multiple lines like the example above. |
|
Don't do: Font: bold normal small/normal Verdana, Arial, Helvetica, sans-serif; all on one line. |
#9
| |||
| |||
|
|
.oO(Vinh X) You should clean up your font declaration into multiple lines like the example above. There's nothing wrong with using shorthand properties. |
#10
| |||
| |||
|
|
Are you sure about they? I gave up using shorthand to declare font properties because I found issues with it x-browser. It may be that you need to get the attributes into a specific order like you do when declaring bg images in shorthand, which also have issues unless you get the declaration in the correct running order. |
![]() |
| Thread Tools | |
| Display Modes | |
| |