Quote:
Originally posted by Giselle
http://atrl.net/?p=20358795
Can someone look at the code for that post and tell me what I'm doing wrong? All the images are 300x300 and image zoomed by 50, yet some of them appear bigger than the rest.
|
The top 2 don't center because you are telling the
content of the table to center, not the table itself. So basically this results in the content of a column to appear in the center of the column, but the table itself is still aligned to the left. This fixes that:
#1
.png)
Kylie Minogue
Sexercize
Kiss Me Once
Peak: 1 • Last Week: X • WOC: 1 |
#2

Beyoncé
Drunk In Love
Beyoncé
Peak: 2 • Last Week: X • WOC: 1 |
The other problem probably has to do with that you don't use a table properly there. You aren't using rows there. The numbers 3, 4 and 5 should be in one row (the [tr ] tag), with then 3 in its own td tag, 4 in its own td tag, and 5 in its own td tag. The same is necessary for all other rows (6, 7, and 8 for example).