redarrow Posted June 20, 2007 Share Posted June 20, 2007 Hi there all is there a way to get the font size off the <h1></h1> tag. i need a way for seoing to get the size of the <h1> tag to be example a font size of 5 but i also need the <h1> tag reconised as a <h1> tag when the bot sees it. how please. i no this is a penerlising act aginst the search engines but there must be a proper hack. the reason i ask i got a client that needs the web site on top of the search engine but i need to use three <h1> tags to get this done but they make the page look terrable please help cheers. what about if i wrap a <div> around the <h1> tag to a font size of 5 dont no if that will get the page botted out of the search engine going mad lol. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted June 20, 2007 Share Posted June 20, 2007 ??? just use css to set the properties of h1 like so h1 { font-size: 1.1em; } you should refrain from using fixed font sizes (pt, px...) as that is considered bad form for accessibility. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.