pirate2049
New Member
Pirate's Random Room
Posts: 120
inherit
54551
0
Apr 26, 2008 13:45:48 GMT -8
pirate2049
Pirate's Random Room
120
August 2005
pirate2049
|
Post by pirate2049 on Oct 1, 2005 18:07:10 GMT -8
Forum URL: piratesrolepg.proboards31.comERR, my site has all kinds of mess-ups. Whenever I go here, I cant scroll past the welcome table. I have it under the global header, so it happens everywhere. Is it just my computer, or something wrong with my site, or bad coding?
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Oct 1, 2005 18:13:36 GMT -8
Forum URL: piratesrolepg.proboards31.comERR, my site has all kinds of mess-ups. Whenever I go here, I cant scroll past the welcome table. I have it under the global header, so it happens everywhere. Is it just my computer, or something wrong with my site, or bad coding? Your scroll bar code is missing the </style> at the end of the code. My suggestion would be to redo the code again and put back into your board. edit-- if you can't get to headers and footers use this link piratesrolepg.proboards31.com/index.cgi?action=headersfooters&NOHEADERS=1
|
|
pirate2049
New Member
Pirate's Random Room
Posts: 120
inherit
54551
0
Apr 26, 2008 13:45:48 GMT -8
pirate2049
Pirate's Random Room
120
August 2005
pirate2049
|
Post by pirate2049 on Oct 1, 2005 18:16:03 GMT -8
it says I'm not logged in, and I clicked sign in, but I couldnt scroll down again...
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Oct 1, 2005 18:17:39 GMT -8
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Oct 1, 2005 18:17:55 GMT -8
<style></style> <!-- BODY { scrollbar-base-color: 33ccff; scrollbar-arrow-color: 000000; scrollbar-face-color: 0066CC; scrollbar-track-color: 000000; scrollbar-shadow-color: 003399; scrollbar-highlight-color: 33FFFF; scrollbar-dark-shadow-color: 000033; scrollbar-3d-light-color: 99FFFF; }
Replace that with this:
<style type="text/css"> <!-- body { scrollbar-base-color: #33ccff; scrollbar-arrow-color: #000000; scrollbar-face-color: #0066CC; scrollbar-track-color: #000000; scrollbar-shadow-color: #003399; scrollbar-highlight-color: #33FFFF; scrollbar-dark-shadow-color: #000033; scrollbar-3d-light-color: #99FFFF; } --> </style>
|
|