|
Posted by Mtmartin71 on 08/28/07 01:23
On Aug 27, 6:36 pm, Martin Jay <mar...@spam-free.org.uk> wrote:
> On Mon, 27 Aug 2007 12:30:34 -0700, Mtmartin71
>
> <mtmarti...@hotmail.com> wrote:
> >For the following web site:
>
> >www.thedukestreetkings.com
>
> >I am having an issue where the text in the index page (table is
> >justifying to the left no matter what I try). The problem does not
> >occur when viewing this with Mozilla Firefox and the text covers the
> >table appopriately. Looking for any help to see if it's something
> >within the HTML. Here is the source for the page in question:
>
> Presumably the problem is that the text appears as a narrow column in
> the left side of the table?
>
> Here's the pesky culprit. The table cell which contains the text is
> given a width of 140 in the HTML. Simple remove it.
>
> <td colspan="5" bgcolor="#333333" valign="middle" width="140">
>
> becomes:
>
> <td colspan="5" bgcolor="#333333" valign="middle">
> --
> Martin Jay
Thanks a ton. That did the trick!
Matt
Navigation:
[Reply to this message]
|