|
#1
|
|||
|
|||
|
Hey max
in the CSS i have on my pages is it supposed to be for the headers .h2 or just h2 example: ;}.h2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; color: #000000;} or ;}h2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; color: #000000;} |
|
#2
|
||||
|
||||
|
Roxanne, it depends what is the rule for. If there is a class called H2 then in the CSS there should be .h2 if there is just an H2 tag, then the rule should not have the dot in front of it. You have to look at the HTML code of those titles to see if there is a class or an actual h2 tag.
__________________
IBS Team Editor "The thinking that got us into this mess will be insufficient to get us out of it." Albert Einstein |
|
#3
|
|||
|
|||
|
i have an h2 tag that i want coded a certain way
|
|
#4
|
||||
|
||||
|
then don't use the dot
__________________
IBS Team Editor "The thinking that got us into this mess will be insufficient to get us out of it." Albert Einstein |
|
#5
|
|||
|
|||
|
ahh k thank you!
|
|
#6
|
||||
|
||||
|
no problem
![]()
__________________
IBS Team Editor "The thinking that got us into this mess will be insufficient to get us out of it." Albert Einstein |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|