/    Sign up×
Community /Pin to ProfileBookmark

how to change to a simple <h1>?

Hello

I would like to turn the following into h1, h2, h3

.sectionHead { color: #003366; font-size: 17px; font-family: Arial, Helvetica, sans-serif; line-height: normal; text-decoration: none }
.Headline { color: #0a4c89; font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: 28px; text-decoration: none }
.subHead { color: #0a4c89; font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 18px; text-decoration: none }

How do I do this? with a # or a .?

When I use # and put the <h1></h1> around my text, the text doesn’t apply the <h1>. I want to replace the span subhead with a simple<h1> –

<td valign=”top” bgcolor=”white” class=”copy”><span class=”subHead”>Revolutionary Technology for the Next Generation of Wireless Networks</span><br /> <br />

I assume the “class=copy” is what is overriding my <h1> but not sure how to fix…

Thanks
KB

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@KravvitzSep 18.2007 — "#" means an ID. "." means a class.

h1 { color: #003366; font-size: 17px; font-family: Arial, Helvetica, sans-serif; line-height: normal; text-decoration: none }
h2 { color: #0a4c89; font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: 28px; text-decoration: none }
h3 { color: #0a4c89; font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 18px; text-decoration: none }
Copy linkTweet thisAlerts:
@KbeeauthorSep 18.2007 — Simple fix - thanks much

KB
×

Success!

Help @Kbee spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.4,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...