Tazmaniak89
New member
I'm trying to use the table as a navigation bar. However, anything I type after the table coding ends up going above the table. I've tried to use br,hr,p. Anything I can think of, but it won't work. This is my code so far.
<html>
<head>
<title> Home Page </title>
</head>
<body bgcolor=#33543C text=white link=black vlink=black>
<center><img src="homepgbanner.jpg"></center>
<p>
<center><u><h1><font color=black> Welcome to My Website!</font> </h1></u></center>
<hr>
<center><table>
<tr>
<td><a href=#><font size="4">Home</font></a></td>
<td><a href=#><font size="4">Biography</font></a></td>
<td><a href=#><font size="4">Portfolio</font></a></td>
<td><a href=#><font size="4">Contact</font></a></td>
</tr>
</td>
</center>
<p>
<img src="homebutton.jpg">
thank you for the fast answer...but I feel stupid now -.- As always, it was a small, most basic mistake I could have made...
I forgot to close the table tag...-_-
But I might try that anyways, thank you so much for your answer =]
I code "that way" because that's how I'm supposed to code in this assignment for class.
<html>
<head>
<title> Home Page </title>
</head>
<body bgcolor=#33543C text=white link=black vlink=black>
<center><img src="homepgbanner.jpg"></center>
<p>
<center><u><h1><font color=black> Welcome to My Website!</font> </h1></u></center>
<hr>
<center><table>
<tr>
<td><a href=#><font size="4">Home</font></a></td>
<td><a href=#><font size="4">Biography</font></a></td>
<td><a href=#><font size="4">Portfolio</font></a></td>
<td><a href=#><font size="4">Contact</font></a></td>
</tr>
</td>
</center>
<p>
<img src="homebutton.jpg">
thank you for the fast answer...but I feel stupid now -.- As always, it was a small, most basic mistake I could have made...
I forgot to close the table tag...-_-
But I might try that anyways, thank you so much for your answer =]
I code "that way" because that's how I'm supposed to code in this assignment for class.