Web site bugs - Displaying issue

This is a discussion on "Web site bugs - Displaying issue" within the Web Page Design section. This forum, and the thread "Web site bugs - Displaying issue 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 Aug 14th, 2006, 10:53
New Member
Join Date: Aug 2006
Location: Glasgow
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Web site bugs - Displaying issue

Hi all,
My web site http://www.clorinde.org appears messed up when using browsers other than IE (IE in a mac shows similar problems). I know there must be plenty of bugs in the code so I will eventually need professional help (in fact I'm no web designer).
I ran my web site through a validator but I can't figure out how to fix it.

I was hoping that you could help me sorting out the major problems.
In particular there's a scrolling text box in the main page which is all over the place and drives me mad!
Would you be able to provide me some help considering that I know very little about coding?

Please! Please! PLease!
Reply With Quote

  #2 (permalink)  
Old Aug 14th, 2006, 12:14
Junior Member
Join Date: Jun 2006
Location: Sheffield, UK
Age: 23
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Web site bugs - Displaying issue

hi there,

first thing to try would to put a doc type at the beginning of your code, if you don't have one of these the browser will default to "quirks" mode and is a little on the unpredictable side.

In the validator, it tells you information about each error/warning i.e what it is and where it is within the page.

if you have a look at:

http://www.webforumz.com/webforumz-c...hing-teach.htm

there are some good html/css sites that will kick you off with all the information you need.

hope this helped,

B xx
Reply With Quote
  #3 (permalink)  
Old Aug 14th, 2006, 12:31
New Member
Join Date: Aug 2006
Location: Glasgow
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Web site bugs - Displaying issue

Right,

Would you be able to tell me more about this doc type?
Can you give me an example?

I know I'm asking you what 1+1 is, but I'm kind of lost, here...

Thanks for your help!!!
Reply With Quote
  #4 (permalink)  
Old Aug 14th, 2006, 12:45
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Web site bugs - Displaying issue

IE 5 Mac sucks and you really shouldn't worry about it. Especially since it is no longer supported or developed anyway.

As for Doc Types. The Doc Type specifies the mode/type of document you are using such as XHTML Transitional or Strict, HTML Transitional or Strict etc.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #5 (permalink)  
Old Aug 14th, 2006, 12:50
Up'n'Coming Member
Join Date: Jun 2006
Location: Rochester, NY
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Compumaniac12 Send a message via MSN to Compumaniac12
Re: Web site bugs - Displaying issue

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

is as its says (Strict)
This may fix your problem, but mostly likely it will fill up the validator with a million errors

i recommend this one
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">

You will want to place that code Prior to the first <html> tag in your code
This will tell the browser what coding it should be reading.
__________________
www.MonsterCoding.com - Website Programming and Development Services
Reply With Quote
  #6 (permalink)  
Old Aug 14th, 2006, 13:12
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Web site bugs - Displaying issue

It wa sjust an example. True the code syntax can be doc type specific. i.e. things in XHTML Strict may not be appropriate for HTML Transitional etc..
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #7 (permalink)  
Old Aug 14th, 2006, 14:32
New Member
Join Date: Aug 2006
Location: Glasgow
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Web site bugs - Displaying issue

So, what you are saying is that I should enter that code as it is at the beginning of each page?

Reply With Quote
  #8 (permalink)  
Old Aug 14th, 2006, 14:59
Junior Member
Join Date: Jun 2006
Location: Sheffield, UK
Age: 23
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Web site bugs - Displaying issue

in a word, yes.

the code on every page needs to begin by telling the browser which language to use, otherwise it'll revert back to good old quircks mode
Reply With Quote
  #9 (permalink)  
Old Aug 14th, 2006, 15:14
New Member
Join Date: Aug 2006
Location: Glasgow
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Web site bugs - Displaying issue

That's great, thank you guys.
I really hope it'll sort out most of the issues.

Why, though there's that web site (http://www.w3.org) in the code?
Reply With Quote
  #10 (permalink)  
Old Aug 14th, 2006, 15:15
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,765
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Web site bugs - Displaying issue

Because the W3C writes the specs.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
Reply

Tags
web, site, bugs, displaying, issue

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
Google not displaying our site description right samv Search Engine Optimization (SEO) 21 Mar 19th, 2008 10:20
added paypal button now site no displaying mccannio Web Page Design 2 Jun 6th, 2007 22:35
Can anybody work out why IE6 is displaying my site wrong? DaddyShortLegs Web Page Design 3 Feb 27th, 2007 13:32
Working the bugs out of a new site benthetenor Web Page Design 5 Jan 23rd, 2007 01:06
IE Overflow issue: not displaying scrollbars Yossarian Web Page Design 2 Sep 20th, 2006 20:42


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


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