×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Internet Explorer not interpreting table code correctly

Internet Explorer not interpreting table code correctly

Internet Explorer not interpreting table code correctly

(OP)
I have a website (www.bcfohio.org). All the information is in a table that is 800 px wide. In google, it looks great. In internet explorer, the table code is there, but not being used. Can someone give some ideas? Thanks!

RE: Internet Explorer not interpreting table code correctly

It only seems to be a problem on IE8.  Looks OK on IE6.  What you could try is taking out the content of each cell and just leaving the table layout.

If that works, then put in the content of one cell at a time.  When the layout suddenly goes weird, you've found the cell that is causing all the problems.

Looks like the problem may be in the cell just before announcements.  There is no closing </p> to the paragraph and no closing </font> to the fonts.  Just make sure that all the tags are terminated correctly.  I think IE8 is a bit more fussy.

CODE


<p style="margin-left: 24px; margin-right: 24px">
        <font face="Trebuchet MS" size="2"><span class="style18">To</span> apply, send a cover letter and resume to
        
        <a href="mailto:ed@bcfohio.org" class="style12">ed@bcfohio.org</a><span class="style12"> by March 15, 2011.
        The Breast Cancer Fund of Ohio is an EEO employer. </span>
        <font size="x-small">
        <p class="style15">&nbsp;</p>

RE: Internet Explorer not interpreting table code correctly

Did you try removing the outer 800 px table?... why do you have a 800px table inside a 800px table?

CODE

<table border="0" width="800" cellspacing="0" cellpadding="0" id="table1">
    <tr>
        <td colspan="3">
        <!--webbot bot="Include" U-Include="nav.htm" TAG="BODY" startspan -->
 
<table border="0" width="800" cellspacing="0" cellpadding="0" id="table3">

--Lilliabeth

RE: Internet Explorer not interpreting table code correctly

(OP)
I think it was the table inside the table. thank you!!

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close