Discussions

I'm not even afraid to admit it anymore.

I have a table on this page (added by a friend) and it looked fine until I added the large ad on the left. How do I get the rest of the images to float to the top of the table?

cookingwithanne.com/links.html

Reply

User Comments

  1. Shiley
    Is there a wheelchair for that? I have no clue as to how to help you.
    1. Anniepooh
      LOL--I wish. I could use all the help I can get.
    2. DocNicole
      I need a wheelchair too! *sitting back to see what the smart people have to say*
  2. werelax
    Well it looks like the problem is in the table definitions. The cells/columns are centered. They should be top aligned. Quick and dirty, just add content to the middle and right column to match the left column.
  3. wolfcreek
    There is also a matter of too much margin, Anne. You have a 15pixel margin to each side, so it brings the ad centered in between.

    Reduce the padding and margin of the table, and you should be fine.

    I'd reduce the table padding to just 5 pixels, and the cell padding to between 5 and 8 pixels...should shrink it enough to get it looking swell.
    1. wolfcreek
      Scratch that...its your padding. I just looked at your source code. Reduce the table padding to 5px and the cell padding to 5px and it should line up.
  4. JacobDiv
    sorry if these questions are stupid, but I am just that way....

    Are the ads supposed to flow left-to-right, top to bottom, like words on a page?

    Only one of the 3 ads has a caption under the graphic, is that correct?

    So, there should be 3 ads, side by side, at the top, starting with Food Buzz, then Zingerman's (with caption), and then kitchen etc.? Three ads, with their tops aligned. 4th ad would go onto the next line?
    1. Anniepooh
      Foodbuzz ad then foodbuzz button in the next column, and the last column is Zingerman's first and the Kitchen thingy below.

      I have far more links to add, I just need to get this table set right before I do that.
  5. Anniepooh
    Well, nuttin's working. I'm wondering if the problem is with the larger Foodbuzz ad since it was all fine until I put that there.
  6. newward
    In the table row tag that is holding the images - make sure it reads

    I have to remove the < brackets so the code shows here
    tr valign="top"

    your line looks like this
    table border=0 bordercolor="#B9C2F9"cellpadding=5 cellspacing=5 then has the tr

    you want it to look like this

    table border=0 bordercolor="#B9C2F9"cellpadding=5 cellspacing=5
    tr valign="top"
  7. JacobDiv
    I think I am too late to help. This is where I got.

    danallen.com/zDemos/links.html

Add Your Comment

Login to leave a message.