| View previous topic :: View next topic |
| Author |
Message |
filip007
Joined: 03 Oct 2008 Posts: 5
|
Posted: Fri Oct 03, 2008 10:11 am Center Table problem with Safari and Google Chrome... |
|
|
|
I cant fix this...
[list=]http://pristyutils.freehost386.com/[/list]
Google Ads is the problem, Two tables do not show properly in Safari or Google Chrome...PLS HLP

Last edited by filip007 on Tue Oct 07, 2008 5:06 am; edited 1 time in total |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1417 Location: Biloxi, MS
|
Posted: Sat Oct 04, 2008 7:37 pm |
|
|
|
Improper DocType:
| Code: |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
Missing URI part. Puts most all browsers into Quirks Mode.
CSS Coding Errors
HTML Coding Errors
HTML Tidy reports these:
Result: 0 errors / 13 warnings
line 37 column 1 - Warning: <hr> proprietary attribute "color"
line 150 column 628 - Warning: <input> proprietary attribute "border"
line 153 column 628 - Warning: <input> proprietary attribute "border"
line 170 column 1 - Warning: <hr> proprietary attribute "color"
line 59 column 95 - Warning: trimming empty <span>
line 59 column 90 - Warning: trimming empty <big>
line 59 column 21 - Warning: trimming empty <big>
line 97 column 1 - Warning: trimming empty <span>
line 105 column 82 - Warning: trimming empty <span>
line 105 column 145 - Warning: trimming empty <span>
line 105 column 208 - Warning: trimming empty <span>
line 147 column 1 - Warning: trimming empty <span>
line 162 column 24 - Warning: trimming empty <span>
Guess you removed the Google Ads' table????
Why Tables Suck For Web Design |
|
filip007
Joined: 03 Oct 2008 Posts: 5
|
Posted: Sat Oct 04, 2008 9:35 pm |
|
|
|
A lot sites have the same problems...
HTML is junk...
Google ads stays there
I was looking at
http://en.wikipedia.org/wiki/Quirks_mode
I will add <!DOCTYPE html PUBLIC> and my kompozer save with <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
whats the point then |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1417 Location: Biloxi, MS
|
Posted: Sat Oct 04, 2008 10:10 pm |
|
|
|
You are using or trying to use the easiest DocType to code for. It needs to be correct:
| Code: |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
Kompozer is obviously not writing in the correct DocType unless it uses a template you can edit.
Don't understand the "HTML is junk..." part. It's what you are using even if Kompozer writes it.
Forgot I had Google Syndication set as untrusted and the script wasn't allowed to run on your page. That's why I didn't see it. Sorry about that.
Your page in Chrome and different versions of Safari look pretty much the same as in Internet Explorer. I take it you want the whole page centered? |
|
filip007
Joined: 03 Oct 2008 Posts: 5
|
Posted: Sat Oct 04, 2008 10:46 pm |
|
|
|
Nope your are wrong....
IE OK
Firefox OK
Opera OK
The main picture was in table but i remove it...
So bellow main picture are two tables and they are in center of full page without Ads...this tables ignore google ads...why i dont know and this is only in Chrome and Safari...
Now compare the Chrome and Opera...  |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1417 Location: Biloxi, MS
|
Posted: Sun Oct 05, 2008 2:29 pm |
|
|
|
| Not wrong as I compared the browser images taken of Safari, Chrome and IE. Very little difference. But wt flow when browser parses the page. You need to set up another container div, centered with a fixed width and let tables float against it instead. |
|
filip007
Joined: 03 Oct 2008 Posts: 5
|
Posted: Sun Oct 05, 2008 11:43 pm |
|
|
|
I removed all DIV stuff and put all page in tables, looks just fine in Chrome.
Thanks...
I have one more problem on my site...
When i click Yes, i concur. button Table hides text and button. This works in all but in Chrome/Safari it erase the space too...can i fix this to be in all browsers like Chrome. |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1417 Location: Biloxi, MS
|
Posted: Mon Oct 06, 2008 6:02 am |
|
|
|
| Sorry to hear you went to using tables. Will check out Chrome's problem some time today. |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1417 Location: Biloxi, MS
|
Posted: Sat Oct 25, 2008 2:31 pm |
|
|
|
| Sorry for delay. Never did install Crome since it is in Beta and many have reported problems with it. Good article here if you want to read it. This one, too: Google Chrome privacy worse than you think |
|
|