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.
|
|
|
|
|
![]() |
||
Web site bugs - Displaying issue
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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! |
|
|
|
|||
|
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 |
|
|||
|
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!!! |
|
||||
|
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">
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
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 |
|
||||
|
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..
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
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?
![]() |
|
|||
|
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 |
|
|||
|
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? |
|
||||
|
Re: Web site bugs - Displaying issue
Because the W3C writes the specs.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| web, site, bugs, displaying, issue |
| Thread Tools | |
|
|
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 |