View Full Version : Confused


the_green_drago
07-08-2004, 10:07 PM
Can someone please fix this I don't know what I did wrong.

<style type="text/css">
A:link { text-decoration: none; color:#528B00; font-size:15; font-family:Verdana; }
A:visited { text-decoration: underline overline; color:#FFCC00; font-size:15; font-family:Verdana; }
A:hover { text-decoration: line-through; color: #FF3333; font-size:15; font-family:Verdana; }
</style>

<style>
td, table, xmp, br, body, h1, h2
{font-family:Verdana; font
weight:bold;line-height:normal; font-size:15; font-style:normal; color: #FFFFFF; }

<style type="text/css">
A:link { text-decoration: none; color:#CC0033; font-size:15; font-family:Verdana; }
A:visited { text-decoration: underline overline; color:#FF9900; font-size:15; font-family:Verdana; }
A:hover { text-decoration: line-through; color: #CC3366; font-size:15; font-family:Verdana; }
</style>

<html>
<head><title>.:|The Green Dragon|:.</title></head>
<body background="http://www.angelfire.com/rings/the_green_dragon/background9.3.bmp">
<script language="JavaScript1.2" type="text/javascript">
/*
Document frame Script-
© Dynamic Drive (www.dynamicdrive.com)
Distributed by Lissa (http://www.lissaexplains.com)
*/
if (document.all)
document.body.style.cssText="border:15 outset #669900"
</script>

<style type="text/css">
body{scrollbar-face-color: #6DAC27;
scrollbar-arrow-color: #578824;
scrollbar-track-color: #669900;
scrollbar-shadow-color: #669900;
scrollbar-highlight-color: #99CC33;
scrollbar-3dlight-color: #006600;
scrollbar-darkshadow-color: #006600;}
</style>

<table border="1" bordercolor="#FFD9AA">
<tr>
<td>
<td bgcolor="#FFF052">
<a href="http://www.angelfire.com/rings/the_green_dragon/main-page.html">Home</a>
<a href="http://www.angelfire.com/rings/the_green_dragon/games-.html">Games</a>
<a href="http://www.angelfire.com/rings/the_green_dragon/main-page.html/links-">Links</a>
<a href="http://www.angelfire.com/rings/the_green_dragon/games-.html">Games</a>
<tr>
</tr>
</td>
<img src="http://www.angelfire.com/rings/the_green_dragon/dragonontreasure.bmp"alt="welcome to the green dragon">
</td>
</tr>
</table>

lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>

<center><a href=http://okcounter.com/en_status.html?id=487240>
<img src=http://okcounter.com/count.html?id=487240 border=0></a></center>

</body>
</html>

thezeppzone
07-08-2004, 10:32 PM
what exactly is wrong? i dont know whats wrong but i did fix your code up a bit

<html>
<head>

<title>.:|The Green Dragon|:.</title>

<style type="text/css">
body{scrollbar-face-color: #6DAC27;
scrollbar-arrow-color: #578824;
scrollbar-track-color: #669900;
scrollbar-shadow-color: #669900;
scrollbar-highlight-color: #99CC33;
scrollbar-3dlight-color: #006600;
scrollbar-darkshadow-color: #006600;}
</style>

<style type="text/csS">
td, table, xmp, br, body, h1, h2
{font-family:Verdana; font
weight:bold;line-height:normal; font-size:15; font-style:normal; color: #FFFFFF; }

<style type="text/css">
A:link { text-decoration: none; color:#CC0033; font-size:15; font-family:Verdana; }
A:visited { text-decoration: underline overline; color:#FF9900; font-size:15; font-family:Verdana; }
A:hover { text-decoration: line-through; color: #CC3366; font-size:15; font-family:Verdana; }
</style>

<script language="JavaScript1.2" type="text/javascript">
/*
Document frame Script-
© Dynamic Drive (www.dynamicdrive.com)
Distributed by Lissa (http://www.lissaexplains.com)
*/
if (document.all)
document.body.style.cssText="border:15 outset #669900"
</script>

</head>


<body background="http://www.angelfire.com/rings/the_green_dragon/background9.3.bmp">

<table border="1" bordercolor="#FFD9AA">
<tr>
<td>
<td bgcolor="#FFF052">
<a href="http://www.angelfire.com/rings/the_green_dragon/main-page.html">Home</a>
<a href="http://www.angelfire.com/rings/the_green_dragon/games-.html">Games</a>
<a href="http://www.angelfire.com/rings/the_green_dragon/main-page.html/links-">Links</a>
<a href="http://www.angelfire.com/rings/the_green_dragon/games-.html">Games</a>
<tr>
</tr>
</td>
<img src="http://www.angelfire.com/rings/the_green_dragon/dragonontreasure.bmp"alt="welcome to the green dragon">
</td>
</tr>
</table>

lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>

<center><a href=http://okcounter.com/en_status.html?id=487240>
<img src=http://okcounter.com/count.html?id=487240 border=0></a></center>

</body>
</html>

not sure if thats what was causing whatever your problemw was but your code looks fine to me....you had 2 style sheets for links and they werent in the <head> </head> and you had your scrollbar css in your body that should also be in <head </head> somewhere....

salomeyasobko
07-08-2004, 10:39 PM
it's still a bit messed up.. here, i fixed it:

<html>
<head>

<title>.:|The Green Dragon|:.</title>

<style type="text/css">

A:link { text-decoration: none; color:#CC0033; font-size:15pt; font-family:Verdana; }
A:visited { text-decoration: underline overline; color:#FF9900; font-size:15pt; font-family:Verdana; }
A:hover { text-decoration: line-through; color: #CC3366; font-size:15pt; font-family:Verdana; }

body{background-image: url(http://www.angelfire.com/rings/the_green_dragon/background9.3.bmp);
scrollbar-face-color: #6DAC27;
scrollbar-arrow-color: #578824;
scrollbar-track-color: #669900;
scrollbar-shadow-color: #669900;
scrollbar-highlight-color: #99CC33;
scrollbar-3dlight-color: #006600;
scrollbar-darkshadow-color: #006600;}

td, table, xmp, br, body, h1, h2
{font-family:Verdana; font
weight:bold;line-height:normal; font-size:15pt; font-style:normal; color: #FFFFFF; }

</style>

<script language="JavaScript1.2" type="text/javascript">
/*
Document frame Script-
© Dynamic Drive (www.dynamicdrive.com)
Distributed by Lissa (http://www.lissaexplains.com)
*/
if (document.all)
document.body.style.cssText="border:15 outset #669900"
</script>

</head>


<body>

<table border="1" bordercolor="#FFD9AA">
<tr>
<td>
<td bgcolor="#FFF052">
<a href="http://www.angelfire.com/rings/the_green_dragon/main-page.html">Home</a>
<a href="http://www.angelfire.com/rings/the_green_dragon/games-.html">Games</a>
<a href="http://www.angelfire.com/rings/the_green_dragon/main-page.html/links-">Links</a>
<a href="http://www.angelfire.com/rings/the_green_dragon/games-.html">Games</a>
<tr>
</tr>
</td>
<img src="http://www.angelfire.com/rings/the_green_dragon/dragonontreasure.bmp"alt="welcome to the green dragon">
</td>
</tr>
</table>

lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>lotr<br>

<center><a href=http://okcounter.com/en_status.html?id=487240>
<img src=http://okcounter.com/count.html?id=487240 border=0></a></center>

</body>
</html>

but um.. what's the problem?