Hi there, I've been reading that you should use the <h1> tag to improve your SEO. I tried putting the title on my page as a header1 like above, but the text becomes too large and doesn't really blend in with the rest of the website. Is there a way of using the <h1> tag without having massive text? Thanks for any help. Matt
* In your external css file h1 { font: 150% Tahoma; color:#272727; } etc etc That will be applied across all web pages linked to the style sheet. Ash