|
Post by 11823 on Jul 21, 2005 19:39:24 GMT
Images Instead Of Colours (Gradients)
Title Bar Image
<style type="text/css"> <!-- .titlebg,.newstitlebg {background-image: url(URL OF IMAGE); background-repeat: repeat;} --> </style>
Category Bar Image
<style type="text/css"> <!-- .catbg {background-image: url(URL OF IMAGE); background-repeat: repeat;} --> </style>
Border Image
<style type="text/css"> <!-- .bordercolor {background-image: url(URL OF IMAGE); background-repeat: repeat;} --> </style>
Welcome Table Image
<style type="text/css"> <!-- .welcomebg {background-image: url(URL OF IMAGE); background-repeat: repeat;} --> </style>
Menu Background Image
<style type="text/css"> <!-- .menubg {background-image: url(URL OF IMAGE); background-repeat: repeat;} --> </style>
Just replace the URL OF IMAGE with the image URL
|
|
|
Post by tagsnsnags on Dec 16, 2005 18:08:11 GMT
whoooo, Thanks! here it is, just what I need.
|
|