Alignment Problem

Hello All,

I was hoping could shed some light on why this is occurring and how I go about fixing it.

Is this problem in my skin CSS ?

It also happens with the Landing Stats data I have on the front page.

Any assistance would be most appreciated.

Thanks in advance

Adam

you have to center it in your table

Thanks very much for your answer,

That triggered a google search as to how to center from the <td> tags,

Problem now fixed.

For anyone else having this problem and new to all this stuff, you may try this;

<TR>

    <TD ALIGN = “center”> Cell1 </TD>

    <TD ALIGN = “center”> Cell2 </TD>

</TR>

Thanks again