Need help with spacing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pettydriver
    New Member
    • Nov 2006
    • 4

    Need help with spacing

    I have a web site page I have been working on and can't figure out why there is so much space between the description of scrubs and the table which I have the list of scrubs in. I am new at this so my script is not that clean, sorry. The page is blueearthbodywo rks.com/hairpage. I have been trying to figure this out for a day and been getting nowhere. Any advice would be greatly appreciated.
    Thank you
    Pettycook/Kristi
  • pettydriver
    New Member
    • Nov 2006
    • 4

    #2
    and it is worse on the page www.blueearthbo dyworks.com/soappage.html

    Comment

    • AricC
      Recognized Expert Top Contributor
      • Oct 2006
      • 1885

      #3
      You have several errors in your code. You have tables that are not closed. You are also missing a doctype, and you are using some deprecated tags in your code. I see you have a little bit of style sheet info up top you should stick to using styles. If I have time I will try to fix the problem with the tables.

      Comment

      • AricC
        Recognized Expert Top Contributor
        • Oct 2006
        • 1885

        #4
        Sorry, here is the doctype you should use:

        [html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
        "http://www.w3.org/TR/html4/strict.dtd">
        [/html]

        This goes at the top of your pages.

        HTH,
        Aric

        Comment

        • pettydriver
          New Member
          • Nov 2006
          • 4

          #5
          Originally posted by AricC
          You have several errors in your code. You have tables that are not closed. You are also missing a doctype, and you are using some deprecated tags in your code. I see you have a little bit of style sheet info up top you should stick to using styles. If I have time I will try to fix the problem with the tables.
          Thank you...

          Comment

          Working...