Deep J
Raptor Alpha
Deep J
Okay so. I need a little help. I cannot get my about section to be all red static and I used the repeat image background code. Tried almost every bg code I could find and it still doesn't work. here is the code I currently have put in which only did a small portion of my about bg section
#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif'); repeat: yes; }
Try this.
#about { background: url('http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif') repeat; }
Still the same way it was in the first place.
Deep J, try using this code;
#about { background: url(http://i33.photobucket.com/albums/d73/cherryfaerie/backgrounds/redstatic.gif) repeat; }
There was an unneeded ( ; ) after the url, remember to check for typos
3nodding
Hope that helps