HTML question on fp 2003?Header tags?

abebrundle

New member
i really need some help, i have been told by srubthenet.com that i have 28 header tags, i need to delete these and put just one where in the html code do i find these 28 tags.Thanks

If you could also give me a free advice page for this sort of thing.
 
The problem is you're using FrontPage, which is a truly awful program. I do mean really bad.

Just open your html document up in notepad and delete the headers tags by hand. They will start with <head> and have some other code and then a </head> delete all of those except one.

HTML is easy to learn, give it a try! Check out w3schools.com or htmldog.com for lessons.
 
The problem is you're using FrontPage, which is a truly awful program. I do mean really bad.

Just open your html document up in notepad and delete the headers tags by hand. They will start with <head> and have some other code and then a </head> delete all of those except one.

HTML is easy to learn, give it a try! Check out w3schools.com or htmldog.com for lessons.
 
Back
Top