PDA

View Full Version : Transparent Board


forumtester
02-19-2010, 04:21 PM
Is there an easy way to make the board transparent like this
https://vborg.vbsupport.ru/showthread.php?t=235056

So any background image will show through the whole forum.

MrPHD
02-19-2010, 04:23 PM
Hi, see this; https://vborg.vbsupport.ru/showthread.php?p=1986320#post1986320

forumtester
02-19-2010, 04:26 PM
Yes, that's exactly what I am after, only I want to keep my existing style, just make it transparent, rather than use someone elses.

MrPHD
02-19-2010, 04:32 PM
If you edit the respective template of the table you want to make transparent, you want to find:

bgcolor="#" or background="path/to/bg"

in the <table table tag for the complete table, or the <td tag if you are editing just a cell. Remove that (or comment it out by putting <!-- around --> it) and see how it looks.

forumtester
02-19-2010, 05:37 PM
Ok, so which template would I edit for the main forum, Not the header or footer.

--------------- Added 1266609294 at 1266609294 ---------------

Have just changed the body background colour to # and it did make it transparent.

I think what i'm after is not transparent, but more opaque.

mmoore5553
02-20-2010, 12:21 AM
you can control opacity

http://css-tricks.com/css-transparency-settings-for-all-broswers/

this is just one example but there are tons out there.