Log in

View Full Version : Please help with my skewed tables


Jubei
08-06-2007, 04:14 PM
http://img517.imageshack.us/img517/7636/examplets9.png

As you can see, I've recently adjusted the order of ' 'Threads' 'Posts' and 'Last Post'. Now I have two problems:

1) The 'Threads' and 'Posts' tables aren't the same size.
2) The 'Last Post' is all scrunched up in the corner.

Guys at vBulletin.com told me to adjust the Main Table width, but that didn't work.

Thanks.

Gray Matter
08-06-2007, 04:19 PM
Apply percentage widths to all of the columns, however you want to.

Jubei
08-06-2007, 04:34 PM
Where do I apply that?

Gray Matter
08-06-2007, 04:35 PM
In the FORUMHOME template. Just add, to the <thead> columns:

width="__%"

Jubei
08-06-2007, 06:10 PM
Tried that with various sizes, and nothing changed on the main page. :/

Jubei
08-06-2007, 10:02 PM
Really? Then how come even on here the boxes are equal in size despite different character lengths?

http://www.finalfantasyforums.net/

^ Here's an example. Everything's all balanced.

Gray Matter
08-06-2007, 11:04 PM
Do as I said in my post, with all of the columns (except for perhaps the first one that is just "&nbsp;") having percentages as widths. Then in the template forumhome_forumbit_level1_post, make the forum description/name forum have a width of 100%. This will give you the effect you desire, as I have it working on my board.

Jubei
08-07-2007, 04:24 PM
Wahey, I did it.

Thanks again, GM. I owe you a coke.

Gray Matter
08-07-2007, 07:29 PM
No problem. Glad to be of help. :)