spewn
Programmer
- May 7, 2001
- 1,034
i have decided to add the header tag(s) into my document...my question is where to put it?
i have this bit of html:
is this the proper use of the <H1> tag?
it seems to work, except that it adds lines above and below the header...so, if the above is okay, should i do this?
also, how do i get rid of the top and bottom lines the header adds?
any ideas?
- g
i have this bit of html:
Code:
<td>mywebsite.com<img src=spacer.gif><span style='text-decoration:none;font-size:10;'>We have the best and baddest offers online!</span></td>
is this the proper use of the <H1> tag?
Code:
<td>mywebsite.com<img src=spacer.gif>[b]<h1 style='text-decoration:none;font-size:10;'>[/b]We have the best and baddest offers online![b]</h1>[/b]</td>
it seems to work, except that it adds lines above and below the header...so, if the above is okay, should i do this?
Code:
<td>[b]<h1>[/b]mywebsite.com<img src=spacer.gif><span style='text-decoration:none;font-size:10;'>We have the best and baddest offers online!</span>[b]</h1>[/b]</td>
also, how do i get rid of the top and bottom lines the header adds?
any ideas?
- g