it would be <br /><br />
| Code: |
background: repeat;#436EE;
|
<br />do not forget this
;<br />otherwise you will get the validation error<br /><br />I see you are beginner and willing to learn so I would start here <br /><br />http://www.w3schools.com/css/default.asp<br /><br />all images are in the mint/images<br /><br />usualy if you just read the css file you will know the path<br />example<br />background:url(../
images/bg2.gif)<br /><br /><br />here is path explanation with dot and slash<br />../images/<br /><br />yoursite.com/templates/yourtemplate/images<br /><br />if images are here <br />yoursite.com/images the pateh would be<br />background:url(images/bg2.gif)<br /><br />there is many free css editors just type in google fre css editor <br /><br />we are using dreamweaver and also code free hand without editor <br /><br />folow the link to W3C school it will help you much <br /><br />let me knwo what you end up with <br /><br />best regards