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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 04-22-2007, 04:18 AM   #1 (permalink)
Registered User
 
Join Date: Apr 2007
Location: Los Angeles, CA
Posts: 212
OS: Windows Vista Ultimate SP1

My System

[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..
ervand is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
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

Old 04-22-2007, 06:32 AM   #2 (permalink)
Professor/Moderator, TSF Design School
 
Grove's Avatar
 
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.
Grove is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-22-2007, 09:18 AM   #3 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

Re: What is wrong with this code?

Change:
Code:
<table id="Table_01" width="739" height="267" border="0" cellpadding="0" cellspacing="0">
TO
Code:
<table id="Table_01" width="739" height="267" border="0" cellpadding="0" cellspacing="0" align="center">
I added the align attribute to your table tag.
__________________
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."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-22-2007, 11:54 AM   #4 (permalink)
Registered User
 
Join Date: Apr 2007
Location: Los Angeles, CA
Posts: 212
OS: Windows Vista Ultimate SP1

My System

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
ervand is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-22-2007, 03:57 PM   #5 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

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."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-22-2007, 11:29 PM   #6 (permalink)
Registered User
 
Join Date: Apr 2007
Location: Los Angeles, CA
Posts: 212
OS: Windows Vista Ultimate SP1

My System

Re: What is wrong with this code?

It is 1pixel off in both internet explorer and mozilla firefox.
ervand is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-23-2007, 03:27 PM   #7 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

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">
You will see two of those. Remove the FIRST one.
__________________
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."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-25-2007, 03:19 AM   #8 (permalink)
Registered User
 
Join Date: Apr 2007
Location: Los Angeles, CA
Posts: 212
OS: Windows Vista Ultimate SP1

My System

Re: What is wrong with this code?

I did find and delete it, but that didn't help. Though I have found and solved a problem. Thanks to everyone
ervand is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


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 Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 03:23 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85