HTML question on fp 2003? Please help!!?

Chris B

New member
Look in the <body> section.
Also, Headers can come in <h1> <h2> all the way to <h6>, so look for those.
Also, some headers can have classes like, <span class='header'>Header 1</span>
while in the <head> section have:
<style rel='stylesheet' type='text/css'>
.header {
font-weight: bold;
font-size: 14px;
font-color: red;
}
</style>
Good Luck!
 
in frontpage 2003 where abouts in the html to i insert the header tags........
<h1>example</h1>

also apparently i have 28 header tags already when i checked on scrubtheweb.com, how do i find them, where am i looking so i can delete these. Thanks in advance for any help!
i'm looking at the html page now and cant see where these header tags are can someone give me an idea of where to look, thanks
 
Back
Top