I want to make a table like that, but im not sure how... also the layout... whenever I add a new table, it takes the spot of the blue boxes and just keeps going down... I can never get it to the red ones spot...
I hope that was clear...
So can anyone help me?
Posted: Sun Feb 27, 2005 3:37 am
I confused sweatdrop
So... you want a layout consisting of 3 tables, in the positions shown as white, red and blue?
I would think a simple 'align="left"' on the first table on the first row, 'align="right"' on the second one, and a line break ( ) in between those and the third table would work? You could also do the positioning using CSS, which would be more efficient and easier to change in the end.
Chisa Vice Captain
Offline
phoenixfireball
Offline
Posted: Sun Feb 27, 2005 7:09 am
There is what Chisa said. There is an ugly table way, and another ugly table way. There is a hybrid CSS&Table way, and then there is a pure, but complicated, though efficient CSS way.
It really depends on what you want. If you feel comfortable with tables, you can use the super ugly table way.
Tables within Tables
What
test
test
test
What2
test2
test2
test2
What3
test3
test3
test3
put a space here [& nbsp ;]
Posted: Mon Feb 28, 2005 1:11 am
no no! You got me all wrong. I want a list of tables, but every time i put a new one, it goes underneath the last one [i.e., the blue ones spot] and Im trying to put it beside [as in in the red ones spot] and below...so It wont look so empty, if you know what I mean. oh and ill try that align thing..never thought of it.
[p.s. I know the tables are ugly, I am not very good in paint xd]
femininity
Offline
femininity
Offline
Posted: Tue Mar 01, 2005 4:37 am
Ive gotten the layout thing to work... but only up to there... NOw Im trying to put more beside the red and under the blue... only whenever I do, it kinda goes 'off', and lastly, how do you change the font?
Posted: Wed Mar 02, 2005 5:11 pm
if we could see your actual HTML and pictures, this would work so much better xd as for changing the font:
it is also good to keep in mind when choosing a font that it will only display a different font if the viewer has it. at least using the code listed above me. If you use a font they dont have i believe it will default back.
Just in case you don't know how to use that code...
Before the tag insert
Hope that helps biggrin
Posted: Thu Mar 10, 2005 6:45 pm
Or you could use an external style sheet (what I do, makes skinning easy smile ) with a filename say for example styles.css just put this code in your tags:
Tekno-Crystal
Offline
Hizzahn
Offline
Posted: Thu Mar 10, 2005 10:12 pm
Tekno-Crystal
Or you could use an external style sheet (what I do, makes skinning easy smile ) with a filename say for example styles.css just put this code in your tags:
3nodding
Posted: Sun Mar 13, 2005 9:13 pm
Hizzahn
Tekno-Crystal
Or you could use an external style sheet (what I do, makes skinning easy smile ) with a filename say for example styles.css just put this code in your tags:
Note that I added an extra table, and I added one extra row to the bottom of the last table group.... you should be able to pick up what was done from that.
You can adjust the colors, sizes, and borders as you wish. To achieve the spacing you have in your example, I suggest setting cell spacing to 2-3.