


Stuff I noticed:
- Background isnt centered. Fix: background-position: center top; with background-repeat: repeat-x;LOOKING INTO
- Top/Bottom Tribal images arent centered either. Fix: margin: auto <whatever>px;LOOKING INTO
- Headers of Forum Categories span 100%, while the rest is fixed width. Fix: add width.FIXED
- Headers of Forum Subcategories (above Graveyard) do not span the whole table. Fix: seems to be a template problem, set colspan there to 5 and remove that td with class catdiv that spans for 3 columns.FIXED
- Report and Delete buttons look a bit out-of-place. I'd move them next to Quote/Reply.LOOKING INTO



Stuff I noticed:
- Background isnt centered. Fix: background-position: center top; with background-repeat: repeat-x;LOOKING INTO
BhaaL:
- Code: Select all
body {
<old stuff here>
background-position: center top;
}
- Top/Bottom Tribal images arent centered either. Fix: margin: auto <whatever>px;LOOKING INTO
BhaaL: they have align="middle" specified. Correct would be align="center"
- Code: Select all
<td align="center">
<img src="http://www.hackthissite.org/images/quoteheader.php" alt="">
</td>
- Code: Select all
<td align="center">
<img src="./styles/HTS/theme/images/bottom.jpg" alt="">
</td>
- Headers of Forum Categories span 100%, while the rest is fixed width. Fix: add width.FIXED
- Headers of Forum Subcategories (above Graveyard) do not span the whole table. Fix: seems to be a template problem, set colspan there to 5 and remove that td with class catdiv that spans for 3 columns.FIXED
- Report and Delete buttons look a bit out-of-place. I'd move them next to Quote/Reply.LOOKING INTO
BhaaL: They look fine to me tho...Apart from the fact that they are larger than Quote/Reply, and thus somewhat break the line...


Return to Comments & Suggestions
Users browsing this forum: No registered users and 0 guests