Get to the Custom CSS StyleSheet as follows:
Control Panel > Custom HTML & Script > Custom CSS > Full Custom CSS or CSS Additions to Standard
I just want to add that the source block of text is ungainly and you cannot find hardly anything in it. So i highly suggestion breaking it down by CSS code. You can add text in "/*TEXTHERE*/ to make GP ignore the code, for personal notes and such. Also it is recommended that you save a working copy in wordpad incase something messes up your site and you cannot fix it, this will be your back up and also a good reference source.Taking that block of text above and turning it into this:/*Page Styles Code*/html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input, select {font-family: Verdana,Tahoma,Segoe,sans-serif;font-size: 9pt;}body {background-color: #333333;}form {padding: 3px;border: none;}img { border: none; }hr { color: #333333; }/*Banner and Tabs Code*/.BannerArea {padding: 10px;text-align: center;color: #FFFFFF;font-size: 130%;font-weight: bold;}.TabBar {margin: 0px;padding: 0px;}.SelectedTab {background-color: #000000;color: #FFFFFF;border: solid 1px #333333;border-color: #333333;text-align: center;padding: 2px;}.UnSelectedTab {background-color: #000000;color: #FFFFFF;border: solid 1px #333333;text-align: center;cursor: pointer;padding: 2px;}.UnSelectedTabMo {background-color: #000000;color: #FFFFFF;border: solid 1px #333333;border-color: #333333;cursor: pointer;text-align: center;padding: 2px;}/*Alternating Grid Row Color*/.MoGridRow { text-align: left; }.AltGridRow {background-color: #000000;color: #FFFFFF;}.NormGridRow {background-color: #000000;color: #FFFFFF;}/*ContentBox Code*/.ContentBox {background-color: #000000;border: solid 1px #333333;}.ContentBoxTitle {padding: 5px;background-color: #000000;color: #FFFFFF;}.ContentBoxBody {background-color: #000000;color: #FFFFFF;padding-left: 5px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px;}.StateBar {background-color: #000000;color: #FFFFFF;text-align: center;padding: 5px;}/*Forum Code*/.ForumCategoryHeader {background-color: #000000;color: #FFFFFF;border-width: 1px 1px 1px 1px;border-style: solid;border-color: #333333;padding-left: 5px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px;margin: 1px;}.MessageAuthorLinkCell1{width: 135px;}.MessageAuthorInfoCell1{text-align: center;width: 135px;vertical-align: top;}.ContentBoxTitleNoBackground {color: #FFFFFF;margin-top: 0px;padding-top: 0px;}/*Link Color Code*/A:active {color: #CCCCCC; text-decoration: none;}A:link {color: #CCCCCC; text-decoration: none;}A:hover {color: #CCCCCC; text-decoration: underline;}A:visited {color: #999999; text-decoration: none;}/*Tooltip Code*/.toolTipHeader {color: lime;font-weight: bold;}#dhtmltooltip {position: absolute;width: 150px;border: solid 1px white;padding: 3px;background-color: black;color: white;visibility: hidden;z-index: 100;}
Control Panel > Custom Code > Custom CSS
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>
I can't paste anything into the page source. Is it something to do with Firefox? Or am I missing something? About to throw in the towel on the whole thing.
Thanks in Advance