Hey guys im trying to figure out how to put a gradient background in the background of my template, I wan t it to show up outside of my main content table which is set at like 85%. If anyone could help me that would be greatly appreciated.
Announcement
Collapse
No announcement yet.
How do i put a picture in the background of my vb template?
Collapse
X
-
there is a trick you can do for category headers but it will mess up your CSS scroll bar
#000000" background="images/bgimg.gif
you can also edit the template where it makes the categorys appear
go to
Templates > Modify > Template name > forum home >
forumhome_forumbit_level1_nopost
Code:<tr id="cat"> <td bgcolor="{categorybackcolor}" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a> <br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td> </tr>
Code:<tr id="cat"> <td bgcolor="{categorybackcolor}" background="yourbgimg.ext" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a> <br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td> </tr>
Last edited by Zachery; Thu 24 Jul '03, 12:44am.
Comment
Related Topics
Collapse
-
by king_boyFriends background and know how hard I pedestrians ?
vb 5.1.5 release-
Channel: Support Issues & Questions
Tue 24 Mar '15, 5:22pm -
Comment