I have a situation where I have information that needs to be aligned vertically. Meeting Date --> Agenda --> Minutes I've tried using nonbreaking spaces, but since the dates are different lengths, the Agenda and Minutes links don't line up. I COULD just add additional nonbreaking spaces to make things line up, but that's sloppy the way I see it. (just like adding multiple tabs in a Word doc instead of setting 1 or 2 where they need to be)
Can you set "tabs" in html?
I know I can do this with tables, (that's what I started with) but the tables are causing the body of the page to drop down below the menu on the left.
I've used html and css for the site.
Please advise. (I've been looking at the w3schools online tutorials, but I must not be searching for the right thing)
Can you set "tabs" in html?
I know I can do this with tables, (that's what I started with) but the tables are causing the body of the page to drop down below the menu on the left.
I've used html and css for the site.
Please advise. (I've been looking at the w3schools online tutorials, but I must not be searching for the right thing)
Comment