View Single Post
Old
  (#5 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
07-22-2003, 01:35 PM

in the forums.css file
Code:
td.rowpic {
		background-color: #000000;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
or in the overall_header.tpl file
Code:
TD.rowpic   { background-image: url(themes/subBlack/forums/images/{T_TH_CLASS3}); background-repeat: repeat-y }
mikem
   
Reply With Quote