Please help problem with site should be simple:

3 replies
Hey,

My website Toricks.com has a bit of a problem if you go there you will see what I mean.

As you can see the list of color options goes straight down, How can I make it go into 2 lines? So instead of one long list its split into 2?

I guess I add something into this?

<td align="left" "width="14%" Valign="top">

Please help if you can

Thanks all

Ricky
#problem #simple #site
  • Profile picture of the author KathyK
    You could try increasing the height where it says:
    <td height="362" valign="top" background="images/index2_14.gif" class="bottom_redline">
    Signature

    Cheers,
    Kathy

    {{ DiscussionBoard.errors[2389882].message }}
  • Profile picture of the author astaga
    Just a thot,
    From just a very quicky glance, you may want to increase the value shown in blue on this line of code, found just after the
    <!-- body_text //--> comment line

    <td align="center" width="943 " valign="top">
    <table border="0" width="943" height="250" cellspacing="0" cellpadding="0">

    That will give you more vertical real estate space, negating the need to split your color options into 2 columns.

    HTH, Tim


    Originally Posted by Ricky Dawn View Post

    Hey,

    My website Toricks.com has a bit of a problem if you go there you will see what I mean.

    As you can see the list of color options goes straight down, How can I make it go into 2 lines? So instead of one long list its split into 2?

    I guess I add something into this?

    <td align="left" "width="14%" Valign="top">

    Please help if you can

    Thanks all

    Ricky
    {{ DiscussionBoard.errors[2394262].message }}
  • Profile picture of the author MarketAbel
    Ok so is the problem that you want it in two columns or that the current 1 column crosses over the two red lines image?

    If you just want two columns then you need to make your column manually as your current code is all static and not manual. Nothing currently will automatically create a new column once the number of items goes too far.

    If the problem is that 1 column is ok if it would not cross over the lines then you will need to remove the two red line image from your background and place it as a background of a table cell or not repeat the BG image or something else.

    Hope one of these two items helps.
    {{ DiscussionBoard.errors[2395115].message }}

Trending Topics