How to get images and copy to align?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jennifer Pavels
    New Member
    • Feb 2011
    • 3

    How to get images and copy to align?

    Hi,
    I'm relatively new to HTML and was given the assignment of trying to fix a web page done in straight HTML. The webpage is: http://jlwingert.com/seametrics.html

    The problem is at the bottom - the images & copy are out of alignment. I tried going through the code, but I'm having the hardest time figuring out where the problem is.

    It looks like the code at the top (where everything is in alignment) is the same as the bottom code (where everything is scattered.) So confused!

    Any advice would be greatly appreciated from this novice!
    Jen
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Wow. All I can say right now is, this is not the worst coded page I've ever seen in all the years I've been doing this.

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      To that h6 element, change it to this:
      Code:
      <h6 style="width:50%;margin-left:120px">
      Do the same with the other lines at the bottom. They're font elements but I could only find one of them.

      I assume this was originally created in 1998? Using FrontPage?

      Comment

      Working...