Please help problem with site should be simple:

by 3 replies
4
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
#programming #problem #simple #site
  • You could try increasing the height where it says:
    <td height="362" valign="top" background="images/index2_14.gif" class="bottom_redline">
  • Just a thot,
    From just a very quicky glance, you may want to increase the value shown in 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="" 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


  • 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.

Next Topics on Trending Feed