Valhalla Legends Archive

General => General Discussion => Topic started by: Mephisto on June 15, 2004, 03:09 AM

Title: Webbot CSS Modification Example
Post by: Mephisto on June 15, 2004, 03:09 AM
http://www.zodiaclegends.com/content.php?page=index (http://www.zodiaclegends.com/content.php?page=index)
The reason I am posting this is to just give an example of how to edit the look of your Webbot channel (or show that you can if you didn't know).  


Put this in your iframe or your include (whatever method you use):

URL?css=http://domain.ext/filename.css


Then in that file you can do something like:

body {
   background-color: #3F3F41;
   font-family: Verdana;
   font-size: 14px;
   color: #CECECE;
   font-weight: bold;
   text-align: center;
}