burnjob
04-06-2005, 09:15 PM
I started with an HTML tutorial and put together a practice page and at the bottom of the page there are 3 links to other parts of the page (top, middle and paragraph 8)
The paragraph 8 link is displaying with an extra space between it and the link above it ... can someone explain to me how to fix this issue please?
I tried using different doctypes but there was no change.
Thanks
<br />
<a href="#top"><h3>Go To Top</h3</a>
<br />
<a href="#middle"><h3>Go To Middle</h3></a>
<br />
<a href="#para8"><h3>Go To Paragraph 8</h3></a>
</body>
</html>
incase it helps ... this is the doctype info:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
If someone would like the entire .htm document PM me and i'll send it.
Thanks
The paragraph 8 link is displaying with an extra space between it and the link above it ... can someone explain to me how to fix this issue please?
I tried using different doctypes but there was no change.
Thanks
<br />
<a href="#top"><h3>Go To Top</h3</a>
<br />
<a href="#middle"><h3>Go To Middle</h3></a>
<br />
<a href="#para8"><h3>Go To Paragraph 8</h3></a>
</body>
</html>
incase it helps ... this is the doctype info:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
If someone would like the entire .htm document PM me and i'll send it.
Thanks