Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 06-12-2009, 05:16 AM   #1 (permalink)
Contributing Member
 
anakha6's Avatar
 
Join Date: 06-03-09
Posts: 244
iTrader: 0 / 0%
Latest Blog:
None

anakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the rough
Exclamation Can someone tell me what's wrong with my HTML please?

Just finished my site, it should look like this:

http://img7.imageshack.us/img7/5059/howitshouldlook.png


But when it's uploaded it looks like this:

http://theadvertisingguide.webs.com/Home.html

Where have I gone wrong? Thanks.
anakha6 is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2009, 08:36 AM   #2 (permalink)
Contributing Member
 
anakha6's Avatar
 
Join Date: 06-03-09
Posts: 244
iTrader: 0 / 0%
Latest Blog:
None

anakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the rough
BTW just noticed that it works fine in firefox, but not i.e. How can I fix it in i.e. without breaking it in firefox?
anakha6 is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2009, 09:45 AM   #3 (permalink)
Contributing Member
 
Join Date: 06-11-09
Posts: 195
iTrader: 1 / 100%
Latest Blog:
None

marshalprince7 is on the right pathmarshalprince7 is on the right path
every thing looks OK, but you should be mistaking somewhere in table. Align center to the main table, I think that will make it ok.
marshalprince7 is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2009, 11:00 AM   #4 (permalink)
Possible Terrorist
 
kwvarga's Avatar
 
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,504
iTrader: 0 / 0%
kwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web pro
Send a message via AIM to kwvarga
Step #1 would be to get the source to validate

http://validator.w3.org/check?verbos...om%2FHome.html
__________________
http://www.kylevarga.com - My blog.
kwvarga is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2009, 11:19 AM   #5 (permalink)
v7n Mentor
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,338
iTrader: 0 / 0%
Latest Blog:
Starting p90x today

Izzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web pro
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
All your links point to a local C:\ hard drive location, you might want to update those.

Also, you are using a lot of deprecated tags, such as big, br, etc... those should be changed.

As far as my the table is not working, well you shouldn't put widths on there to begin with on a site like this. It is not needed.

But the problem looks like it is coming from this: You put 700 some pixels for the length of the table and then right when you get into the TD, you put it down to 500. I don't know if that is 500 pixels or not, but you should probably just eliminate the widths.

Also- it looks fine in IE8 standards mode.
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2009, 11:32 AM   #6 (permalink)
Super Moderator
 
htmlbasictutor's Avatar
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 3,190
iTrader: 0 / 0%
Latest Blog:
Website Testing

htmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web pro
In addition to the points brought up by kwvarga and Izzmo,

Your navigation image widths add up to 698 pixels, you set the table width for the navigation bar at 536 pixels.
__________________
HTML Basic Tutor - Learn to code your web pages/blogs to be cross-browser compatible
Basic Computer Information - Computer Basics for website owners

Need a Web Page Technical Review? Pm me.
htmlbasictutor is online now  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2009, 04:33 PM   #7 (permalink)
Contributing Member
 
anakha6's Avatar
 
Join Date: 06-03-09
Posts: 244
iTrader: 0 / 0%
Latest Blog:
None

anakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the roughanakha6 is a jewel in the rough
Quote:
Originally Posted by htmlbasictutor View Post
In addition to the points brought up by kwvarga and Izzmo,

Your navigation image widths add up to 698 pixels, you set the table width for the navigation bar at 536 pixels.
Thanks, this was the exact problem, changing fixed everything. Have added to your reputation for this.
anakha6 is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-18-2009, 11:43 PM   #8 (permalink)
Contributing Member
 
Join Date: 06-11-09
Posts: 195
iTrader: 1 / 100%
Latest Blog:
None

marshalprince7 is on the right pathmarshalprince7 is on the right path
Quote:
Originally Posted by anakha6 View Post
Thanks, this was the exact problem, changing fixed everything. Have added to your reputation for this.
I told you, you are mistaking somewhere in table earlier.
marshalprince7 is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-19-2009, 08:24 AM   #9 (permalink)
v7n Mentor
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,338
iTrader: 0 / 0%
Latest Blog:
Starting p90x today

Izzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web proIzzmo is a highly respected web pro
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
Quote:
Originally Posted by anakha6 View Post
Thanks, this was the exact problem, changing fixed everything. Have added to your reputation for this.
not me!
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2009, 01:57 PM   #10 (permalink)
Contributing Member
 
Join Date: 05-10-09
Location: Blackpool
Posts: 156
iTrader: 0 / 0%
Latest Blog:
None

Blackpool is liked by many
I had a look at your website for you and can tell you its your image and table, so edit those and your website will look better.
__________________
Norbreck Castle Hotel - Best Blackpool Hotel
Britannia Hotels - Hotels in England
Blackpool is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Wrong Traffic, Wrong Keyword for Wrong Site! Jonathan_Hue SEO Forum 22 03-18-2008 06:33 PM
HTML: 2 simple html codes. mybluehair Coding Forum 6 04-20-2007 12:59 PM
HTML: What if html tidy messes with the page layout ? Linda in NY Coding Forum 63 04-18-2007 09:54 AM
Google Toolbar About.HTML HTML Injection Vulnerability imaginemn Google Forum 5 09-21-2004 12:06 PM
Is there a scipt adding new html to existing html automatic? crazyhorse Coding Forum 6 07-29-2004 04:32 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 01:57 AM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.