Errors
- Hermskii
- Site Admin
- Posts: 8685
- Joined: Sun Jul 10, 2005 9:56 pm
Errors
I just noticed that my home page at www.hermskii.com has errors on it. So does sevral of the other pages. These are internet coding errors that are reported down of the bottom left of the screen when you connect it says done but with errors. Can anybody tell me what these arrors are and how to fix them?
~Peace~
Hermskii
Hermskii
- DARKMATTER
- Posts: 227
- Joined: Thu Jul 14, 2005 5:37 am
Re: Errors
Hermskii wrote:I just noticed that my home page at www.hermskii.com has errors on it. So does sevral of the other pages. These are internet coding errors that are reported down of the bottom left of the screen when you connect it says done but with errors. Can anybody tell me what these arrors are and how to fix them?
Last edited by DARKMATTER on Wed Dec 03, 2008 11:54 am, edited 1 time in total.
- DARKMATTER
- Posts: 227
- Joined: Thu Jul 14, 2005 5:37 am
Re: Errors
in Firefox look in the error console under tools it tells you the problems in there !! How to fix them i dont know tho ...DARKMATTER wrote:Hermskii wrote:I just noticed that my home page at www.hermskii.com has errors on it. So does sevral of the other pages. These are internet coding errors that are reported down of the bottom left of the screen when you connect it says done but with errors. Can anybody tell me what these arrors are and how to fix them?
- Killer Klownz
- Posts: 441
- Joined: Tue Oct 21, 2008 8:00 am
You've got a boatload of .css errors. My resident geek here says your webpage has a bunch of broken links, ie, telling a browser like Firefox what color a certain thing should be, where and what shape a border should be, where a banner should appear . . .. summation, the appearance of your webpage for a browser. Who designed or maintains your webpage?
Evil is obvious only in retrospect.
- Killer Klownz
- Posts: 441
- Joined: Tue Oct 21, 2008 8:00 am
Sample of the errors:
/* This is the outline round the main forum tables */
.forumline { background-color: #000000; border: 2px #212121 solid; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #000000; }
td.row2 { background-color: #212121; }
td.row3 { background-color: #000000; }
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated black background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #000000;
background-image: url(images/cellpic2.jpg);
background-repeat: repeat-y;
}
/* Header cells - the black gradient backgrounds */
th {
color: #CC9900; font-size: 12px; font-weight : bold;
background-color: #000000; height: 25px;
background-image: url(images/cellpic3.gif);
[/b]
/* This is the outline round the main forum tables */
.forumline { background-color: #000000; border: 2px #212121 solid; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #000000; }
td.row2 { background-color: #212121; }
td.row3 { background-color: #000000; }
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated black background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #000000;
background-image: url(images/cellpic2.jpg);
background-repeat: repeat-y;
}
/* Header cells - the black gradient backgrounds */
th {
color: #CC9900; font-size: 12px; font-weight : bold;
background-color: #000000; height: 25px;
background-image: url(images/cellpic3.gif);
[/b]
Evil is obvious only in retrospect.
- Killer Klownz
- Posts: 441
- Joined: Tue Oct 21, 2008 8:00 am
Re: Thanks
Hermskii wrote:It works basically so I'll leave it as is for now.
As the voices in the Klownz head always say "Don't scratch where it don't itch" . . . .
Evil is obvious only in retrospect.
- *POTS*
- Posts: 2233
- Joined: Fri Oct 17, 2008 8:50 pm