How can I create three tables together separated by spaces? I’d like to have one left aligned, one centered and another right aligned.
Table1 Table2 Table3
I tried googling and can make them side by side without any space now, but I really need a gap between them.
Use stylesheets and adjust the margin of the table so there is a px gap between them.
If you’re using tables for layout, I suggest looking into divisions.
How can I create three tables together separated by spaces? I’d like to have one left aligned, one centered and another right aligned.
Table1 Table2 Table3 I tried googling and can make them side by side without any space now, but I really need a gap between them. |
If need be, you could make 5 tables and make 2 of them with no borders… or just no data in general if the others have no borders. Such as.
<table1><table2 borders=0 width="w/e u want"><table3><table4 borders=0 width="w/e u want"><table5>
Is this essentially what you want?
*pardon the spacing… just threw it together in 10 seconds..
eggman, yeah that’s exactly what I’m trying to do. I’m trying to create a page like that and am surprised that this isn’t easier. I’ll try messing around with the code you posted, but if you have any other advice I might need it since I’m a n00b at this.
Lol dude, the code i posted was really bad psudo code… gimme a sec and i will see what i can do for ya.
<html>
<head>
<title>My Table Page Thingy