Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Tbale html help  (Read 2824 times)

0 Members and 1 Guest are viewing this topic.

nymph4

    Topic Starter


    Specialist

    Tbale html help
    « on: May 20, 2009, 10:07:45 AM »
    I did try this code to try to get my image to center in the Cell

    <TD COLSPAN"3" ALIGN="CENTER">
    <img src="lips.GIF" height="70" alt="" border="0" align="">
    </TD>
    </TR>
    And nothing it just stays to the left of the cell.
    Now the tree Cells I have under it going from left to right the work ok and the top Cell does span over all three.
    I just can't get the image in the top Cell to Center Aling???

    Read more: http://www.computerhope.com/forum/index.php?action=profile;u=;sa=showPosts#ixzz0G4isBy2P&B

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: Tbale html help
    « Reply #1 on: May 20, 2009, 10:14:54 AM »
    Try

    Code: [Select]
    <TD COLSPAN="3" ALIGN="CENTER">
    <img src="lips.GIF" height="70" alt="" border="0" align="center" valign="center">
    </TD>

    nymph4

      Topic Starter


      Specialist

      Re: Tbale html help
      « Reply #2 on: May 20, 2009, 06:00:58 PM »
      Thanks for the help the Table works.

      I do have one thing with Fonts that I need help with.

      I know it's up to the person to say how big they would like their Font to be.

      But I make all my Text on my Web Site Size"4" and it looks good on the screen. But when I print it it Prints very small.

      So I wanted to know what is a good Size Font to use for just the Body of the web page not the Title or Heading you will have on your wen page Thanks.

      Geek-9pm


        Mastermind
      • Geek After Dark
      • Thanked: 1026
        • Gekk9pm bnlog
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 10
      Re: Tbale html help
      « Reply #3 on: May 20, 2009, 06:16:24 PM »

      Instead of a size you could just use a head size. Try using the H3 for you text to get attention. But some people do not like that kind of trick.

      kpac

      • Web moderator
      • Moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: Tbale html help
      « Reply #4 on: May 21, 2009, 10:11:20 AM »
      All the more reason to use CSS.