You are not logged in.

Announcement

#1 2011-09-10 17:51:01

zoey900
Members
From: Romania
Registered: 2010-03-28
Posts: 2516
Website

Scrollboxes Middle

Hi i need a bit help!I want to put my scrollboxes in the middle/center of my page.Someone know how? quoi


http://i.imgur.com/uKyqdwi.png


#2 2011-09-13 05:31:01

cocobelle
M❥DERATOR
Registered: 2010-12-13
Posts: 2362

Re: Scrollboxes Middle

For me to get mine centered (since the center button doesnt work for me..) I have to put the scrollbox inside of a table.

Sometimes it lets me use the center button inside the table and sometimes not.. So I make a table that has 3 columns and put the scroll box in the middle column.

Try this code for the table (let me know if it doesnt work..)

<table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 585px"><tbody><tr><td>putwhatyouwant</td><td>putwhatyouwant</td>
<td>putwhatyouwant</td></tr></tbody></table>

Last edited by cocobelle (2011-09-13 05:32:13)

 

#3 2011-09-16 01:42:12

arlekinlain
Members
Registered: 2010-12-03
Posts: 337
Website

Re: Scrollboxes Middle

I use the same code as cocobelle, to center any scrollbox I use tables.

 

#4 2011-09-16 06:28:55

zoey900
Members
From: Romania
Registered: 2010-03-28
Posts: 2516
Website

Re: Scrollboxes Middle

thank you!!It really helps!!!


http://i.imgur.com/uKyqdwi.png
 
 

Board footer