Jump to content

Is there somthing wrong with this code?


keturahuriel

Recommended Posts

[sOLVED]

<style type="text/css">h2 {    font-family:sans-serif;    color: #008080;    text-decoration: blink;}p {    color:#70DBDB;    border-style: double;    border-color: #00FFFF;    text-indent: 3em;    font-family:Andale Mono, serif;    border-width: 4px;    padding: 25px;    margin: 10px;}p #intro {    margin: 15px;    text-decoration: overline; #pic {    margin: 0px;    padding: 0px;    color: #32CD32; #member {    text-decoration: blink;}ul #announcements {    list-style-type: square;    color: #000000;    background-color:#008080;    padding: 25px;    margin: 30px 30px;}{.hovermenu{list-style: none;display: inline;}.hovermenu{padding: 2px 2.0em;text-decoration: line-through;float: left;color: #70DBDB;background-color: #000000;border: 0px solid #;}.hovermenu a:hover{background-color: #008080;border-style: outset;}.hovermenu a:active{border-style: inset;}</style>

There appears to be a problem with this code. It works on index, but even with the unnessecary parts edited out (because I don't have the same paragraphs on every page) I can't seem to get it to work on any other page.

Link to comment
Share on other sites

There appears to be a problem with this code. It works on index, but even with the unnessecary parts edited out (because I don't have the same paragraphs on every page) I can't seem to get it to work on any other page.
Take a closer look at this section... looks like } are missing:
p #intro {	margin: 15px;	text-decoration: overline; #pic {	margin: 0px;	padding: 0px;	color: #32CD32; #member {	text-decoration: blink;}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...