Forum Moderators: mack
So does this harm me in any way? Search engine wise, or when viewed from other browsers?
The trouble is, I am using 'Site Build it' to construct my site and the H1 tag and font mix up is at their end. I just type in my heading into a box.
Of course, I am playing about with other html codes in the body, but that is my responsibility to get right.
So should I be contacting them about this or, on a grand scale of things, is it not that important?
GN
However, as hinted above, you should try to use CSS to style the heading instead. It makes for much leaner code.
CSS also makes site wide changes ridiculously easy as well. By editing 1 or 2 lines in a .CSS file you can accomplish in minutes what may take you hours "the old way". Say you wanted to change all of your <h1> tags to the colour blue ... a simple process using CSS but long and tedious if you had to find and then edit each instance of <h1> on each web page over your entire site.