Help with HTML please?

  • Thread starter Thread starter Sandisk S
  • Start date Start date
S

Sandisk S

Guest
i have made a number link buttons, they havent got text or links on them, i want to to position the following links on the buttons, for this i need to move the links up and right,

<a href="">About Us</a> <br> <br><br>
<a href="">Products by Size</a><br>
<a href="">Genre</a><br>
</div>

how do i do this?
thanks for your help?
 
I would advise you to create a table.

See <table> </table> tags for more information.

Lets say you have three menu items. Create a table with 3 rows and 1 column. When you have created your table, you will have 3 cells.

Set the background of each cell to the image of your button. Then put your link inside the table so it appears over top of the button.

So this web page kind of gives you the idea of designing a table:

http://www.netmechanic.com/news/vol4/html_no10.htm
 
Back
Top