• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

(WEB SITE)How do I fix this bug?

Chriistian.L.B

Intermediate OT User
Joined
Apr 17, 2008
Messages
229
Solutions
5
Reaction score
129
then I'm packing the site from my server it can not align the shop it is like this:

tibia030.jpg



Could someone help me? how do I align the center?

Sorry for my terrible English.
 
Change thw width of those tables.

You can also set the overflow to hidden but it won't look good.
 
If you're using css you could try with:
Code:
.box { overflow: auto; }
this will add a scrollbar if the text is too long.
 
Most of free layouts sux because of tables.
Tables sux. Use xhtml/css.
 
Back
Top