• Welcome to Valhalla Legends Archive.
 

Webbot CSS Modification Example

Started by Mephisto, June 15, 2004, 03:09 AM

Previous topic - Next topic

Mephisto

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;
}