Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
H1 tag query
Name: ian_ok Date: November 28, 2004 at 04:10:45 Pacific OS: win xp 98 & 2k CPU/Ram: p3 512
Comment:
On the following test site...
http://www.ainsworth.org.uk/test/index.html
I've got a H1 tag for the words...Welcome to Casa El Bosque Andalucia rental accommodation
Yet the gap between that and the next line is too big, how do i decrease this...i've heard you can do it via css but how?
Name: jamey Date: November 28, 2004 at 05:44:42 Pacific
Reply:
Simply include a style attribute with a new pixel size for the bottom margin, like so:
<h1 style="margin-bottom: 10px">Welcome to Casa El Bosque Andalucia rental accommodation</h1>
0
Response Number 2
Name: FBI Agent Date: November 29, 2004 at 08:12:15 Pacific
Reply:
why do you have the <h1> if you're just gonna change the font size to 1 anyway? that doesnt make any sense what you did right there just to let you know.
Summary: James- I think you have a nice writing style, it's pretty simple, easy to understand, and concise. Personally, I would have changed which tags I emphasized on. Forget the PRE tag, the ADDRESS tag, H1...
Summary: see the h1 tag? it creates extra space above and below your text... the h in h1 stands for header which means that it should be spaced away from the other text. if you want to change the text size w/o...