Hi everyone,
I'm hoping that someone is able to help me. I'm using a container that I downloaded from the old skinning competition website, but it looks like there is a slight bug with it. I'm not overly familiar with skinning, so I'm hoping that someone is able to help me. What happens is this: When I apply the container, all the text in all the containers become left aligned, but still keeping their centre alignment.
That sounds contradictory, I'll try again, everything that should be centred is centred, but then moved to the left of the container, so that according to the text above and below, everything is in the middle, but it is not in the middle of the container.
The html file in the container is as follows:
<table border="0" cellpadding="0" width="100%" cellspacing="0" id="table1">
<tr>
<td width="14" height="46" background="topleft.gif"> </td>
<TD BACKGROUND="topmid.gif" HEIGHT=46 ALIGN=LEFT VALIGN=TOP>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR HEIGHT=6><TD COLSPAN=3></TD></TR>
<TR><TD VALIGN=TOP>[VISIBILITY]</TD><TD>[ACTIONS]</TD><TD ALIGN=LEFT VALIGN=MIDDLE> [TITLE]</TD></TR>
</TABLE>
</TD>
<td background="topright.gif" width="14"> </td>
</tr>
<tr>
<td width="14" background="left.gif"> </td>
<TD>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR><TD id="ContentPane" runat="server"></TD></TR>
</TABLE>
</TD>
<td background="right.gif"> </td>
</tr>
<tr>
<td width="14" background="bLeft.gif" height="24"> </td>
<td background="bMid.gif"> </td>
<td background="bright.gif"> </td>
</tr>
</table>
Is anyone able to suggest a reason why I might be having difficulty? I would be extremely grateful!
Thank you,
Pete