![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
[SOLVED] What is wrong with this code?
Check it out:
http://michaelselitegroup.com/check.html When I enter my webpage in Mozilla Firefox everything seems to be fine. When I enter my webpage in Internet Explorer the whole top thing is moved to the left of the screen. How do I fix this? Here is page html code: http://michaelselitegroup.com/tmp/code.txt Please help me! tnx.. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Professor/Moderator, TSF Design School
Join Date: Jun 2005
Location: Australia
Posts: 2,383
OS: Windows Vista SP2 32bit
|
Re: What is wrong with this code?
You need to center the entire table as far as I can see.
Ensure your code is compatible with both FireFox and IE though.
__________________
==========================================
Get Help: TSF Security Forum | HijackThis | MB's 5 Step Process Get Clean: AdAware SE | Spybot S&D | CWShredder | Ewido | CleanUp! Get Protected: SpywareBlaster | SpywareGuard | Windows Updates | IE-SpyAd If TSF has helped you, please consider making a donation to help keep the board running. |
|
|
|
|
|
#3 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
Re: What is wrong with this code?
Change:
Code:
<table id="Table_01" width="739" height="267" border="0" cellpadding="0" cellspacing="0"> Code:
<table id="Table_01" width="739" height="267" border="0" cellpadding="0" cellspacing="0" align="center">
__________________
Nice music blog ![]() Nvu || Notepad++ || Apache || PHP || Keep TSF Alive "The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier." |
|
|
|
|
|
#4 (permalink) |
|
Registered User
|
Re: What is wrong with this code?
Thank you so much for trying to help!! but when I changed the code and it didn't solve the problem.
But I found out what the problem was. It is now centered after I add this to the very top: <!DOCTYPE> What is that thing? Now that the problem is solved I runed in into another problem! The whole thing is moved 1pxl to the right. What should I do to fix it? the current page codes are: http://michaelselitegroup.com/tmp/code.txt here is a code of css file: http://michaelselitegroup.com/tmp/css.txt |
|
|
|
|
|
#5 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
Re: What is wrong with this code?
Doctype/DTD info: http://www.w3.org/QA/Tips/Doctype
If you mean it is one pixel to the right in firefox compared to IE, it's because IE always shows a scrollbar and FF only shows it when necessary.
__________________
Nice music blog ![]() Nvu || Notepad++ || Apache || PHP || Keep TSF Alive "The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier." |
|
|
|
|
|
#7 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
Re: What is wrong with this code?
It looks like you have an extra table tag in line 73.
Here is what it looks like on line 73: Code:
<table id="Table_01" width="739" height="267" border="0" cellpadding="0" cellspacing="0" align="center">
__________________
Nice music blog ![]() Nvu || Notepad++ || Apache || PHP || Keep TSF Alive "The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier." |
|
|
|
![]() |
| Thread Tools | |
|
|