Woops... I didn't see you on line... I always edit my posts a few times.
BG is Back Ground image, sorry about that... It's just kind of a 3D look where the posts would scroll over the brown paper image (very nice color), but that image would stay in place... I'm guessing you would need to add a small bit of code to the CSS, cascading style sheet...
I lost most of my notes when I had to reformat because IE6 & 7 messed each other up some how... I'll have to check the email I send most of my codes to (could take way longer than adding that simple code).
It looks like you just add
Code:
; background-attachment: fixed }
after your background image (if your CSS page will let you)
Quote:
|
But I just looked closer, and the BG for the Board is almost black.... and the brown paper image is a BG for a table, or board holder, then it looks like you have a 2nd (dark gray) table the posts sit on... You would need to make the board holder (table with the paper image) transparent and put the brown paper image as a BG for the page (body)... If this program even lets you... Sorry, it looked much simpler when I thought the brown paper image was the BG for the Body...
|