Why isnt my website correct in IE?

This is a discussion on "Why isnt my website correct in IE?" within the Web Page Design section. This forum, and the thread "Why isnt my website correct in IE? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 8th, 2007, 02:03
New Member
Join Date: Jun 2007
Location: Here and nnow
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Why isnt my website correct in IE?

Hi,

Im new and just learning to use css and tables. So far all the code on my page displays correctly on all browsers, except for Internet Explorer. I heard of stories that IE is really iffy with html. I can narrow it down to the right side of my page that is the problem cuz its the only thing that doesnt show up correctly. Eveyrthing is suppose to be centered. Look at it in FF and you will see how it is suppose to look like. Can anyone give me some pointers on how to fix it in making it look correct in IE? I also have another problem with the forms on IE...it simply doesnt work. However it works in other browsers. What is up?

http://www.homesmustgo.com
Reply With Quote

  #2 (permalink)  
Old Jun 8th, 2007, 09:29
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why isnt my website correct in IE?

you seem to have a very small error in your html
try changing this part of your code.

<alt width="60" height="109">
<p class="bluebox"> for questions &amp; info:

all that is changed is <td width is changed to <alt width

hope this helps
Reply With Quote
  #3 (permalink)  
Old Jun 8th, 2007, 11:03
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why isnt my website correct in IE?

The table on the right should be these dimensions
Code: Select all
<table width="220" border="0" cellspacing="0" cellpadding="0" background="images/sidebar.jpg" height="1694">

                                    <tr height="61">
                                        <td width="220" height="61" align="left" valign="top">
                                            <p class="bluebox">For questions &amp; info:                   (650) 368-8313 or email us at sales@homesmustgo.com</p>
                                            <p class="bluebox"> The following browsers are required to use this site. Firefox, Opera and Safari. To download browers, click on icon. Thank you.</p>
                                            <p class="bluebox"><a title="Firefox" href="http://www.mozilla.com/en-US/firefox/" target="_blank"><img src="images/firefox.jpeg" alt="" width="59" height="54" border="0"></a><a title="Opera" href="http://www.opera.com/download/index.dml?custom=yes" target="_blank"><img src="images/opera.jpeg" alt="" width="63" height="54" border="0"></a><a title="Safari" href="http://www.apple.com/support/downloads/safari.html" target="_blank"><img src="images/safari.jpeg" alt="" width="54" height="54" border="0"></a></p>
                                      </td>

                                    </tr>
                                    <tr height="109">
                                        <td width="60" height="109">
                                            <div align="center">
                                                <img src="images/sign.jpg" alt="" width="190" height="83" border="0"></div>
                                        </td>
                                    </tr>
                                    <tr height="48">
                                        <td valign="top" width="60" height="48">

                                            <div align="center">
                                                <img src="images/arow.jpg" alt="" width="54" height="42" align="middle" border="0"><a title="Sign Up!" href="buyers.html" target="_self"><img src="images/mail.jpg" alt="" width="63" height="37" align="middle" border="0"></a></div>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td width="60"></td>
                                    </tr>
                                    <tr>
                                        <td width="60"></td>

                                    </tr>
                                    <tr>
                                        <td width="60"></td>
                                    </tr>
                                    <tr>
                                        <td width="60"></td>
                                    </tr>
                                    <tr>
                                        <td width="60"></td>

                                    </tr>
                                    <tr>
                                        <td width="60"></td>
                                    </tr>
                                    <tr>
                                        <td width="60"></td>
                                    </tr>
                                    <tr>
                                        <td width="60"></td>

                                    </tr>
                                    <tr>
                                        <td align="center" valign="bottom" width="60">
                                            <p><a title="AE Graphics" href="http://www.aedesignsonline.com" target="_blank"><span class="bluebox">Site by AE Graphics</span></a></p>
                                        </td>
                                    </tr>
                                </table>
Can't help you with the form because I don't know anything about .asp.
Reply With Quote
  #4 (permalink)  
Old Jun 8th, 2007, 12:26
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why isnt my website correct in IE?

PLEASE READ: How and When to post your question!

- Add a DOCTYPE (HTML Strict would be best)

- Then validate your code. You have 40 errors right now without the doctype and with an HTML Strict doctype you'll have 50 errors

- Add a character set

Make your HTML efficient
Reply With Quote
Reply

Tags
trouble with ie

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] why isnt my javascript displaying the text skat JavaScript Forum 3 Jan 26th, 2008 20:43
Why Style sheet isnt working kaz Web Page Design 19 Dec 21st, 2007 01:10
[SOLVED] div isnt moving down danny322 Web Page Design 1 Dec 3rd, 2007 12:35
XML/RDF Example, is it correct? Wheeler Other Programming Languages 0 Oct 19th, 2005 17:48


All times are GMT. The time now is 20:09.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43