i have a basic html question???
i am building a site,and i have a page made with two tables,one is the main table and the other below it is the archives,how do i seperate them so you see the main table when you load the page but cant scroll down to the archives without using a named anchor link?so that once they get past the main table scrolling down it stops.any help would be appriciated, thanks
Public Comments
- type in <p> beetween the tables(for HTML users).
- haha, that is a good question, try a break return( either <br>, use as many as you want, or <br> get some space and then </br>) or just put a paragraph(<p>) or you can just try some CCS, but I am bad with that
- I don't know but
- Wouldn't it be easier to put the 2nd table on another page. You could use no scroll if everything is on screen that needs to be.
- why not just have 2 pages, the page that you want the main table on that you want them to view and then have the other table on the 2nd page with a link to it. If you are really dieing to have them both on the same page you could possibly try and make one table invisible until they click on the anchor or something to that effect ( might require some javascript or something like that ) probably just easier to have 2 pages :) imho - im sure someone else might be able to come up with a better answer though :) would be worth while checking out : www.htmlgoodies.com www.w3schools.com
Powered by Yahoo! Answers