PDA

View Full Version : Alignment problem


lordtopcat
05-23-2008, 09:45 PM
Hi Guys,

I am editing the original vBulletin style, and I have changed the width to 70 %. However the forum is stuck in the far left of the screen and I'm trying to align it in the center.

You can see what I mean here: http://www.urbanmusic2000.com/forum/style-test-f42.html

Can anyone please let me know what I need to add to align it centrally.

Cheers,
LTC

Lynne
05-23-2008, 10:29 PM
Find this (maybe in your header template?) and add the part in red.
<body>
<div id="outer">
<table id="top" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>
You could probably do it by adding that to the div tag instead if you want to do it that way.

lordtopcat
05-23-2008, 10:42 PM
Thank You :)

Issue sorted.