How to make table for website???? HELP!?
Hi I got a free template made with html and CSS. Now I want to make a table on my page with content in it which when you click you get linked to another page. But a cool table. I really want to make one shown on the homepage of this site http://dndrive.com
PLEASE HELP!!! im so confused!
Public Comments
- This might help you understand: http://www.w3schools.com/html/html_tables.asp
- Don't use a table if you have a html/css layout... just use a div and place a menu in there in the form of a list. <div id="menuholder"> <ul id="menu"> <li><a href="foo.com">menu item</a></li> etc... </ul> </div> then style it the way you want in the stylesheet.
Powered by Yahoo! Answers