Today I voluntered to make a website for a friend, mainly to improve my HTML skills. The first thing I wanted to do was make a Navigation thing on the side., so I went ahead and started making it. I ran into a problem though.
Instead of lining up like this(only it uses pictures):
Home
About KATL
The Team
It does this:
Home
About KATL
The Team
Here's my code:
Thanks for the help...
Instead of lining up like this(only it uses pictures):
Home
About KATL
The Team
It does this:
Home
About KATL
The Team
Here's my code:
Code:
<html>
<Head>
<title>
Kiki and the Light offical website
</title>
<Body>
<BR>
<BR>
<Left>
<a href=""><img src="Home.bmp" border="0"
</Leftt>
<Left>
<a href=""><img src="About.bmp" border="0"
</Left>
<Right>
<a href=""><img src="The Team.bmp" border="0"
</right>
Thanks for the help...