PDA

View Full Version : An Image in the showthread


G0F0RBR0KE
09-04-2007, 08:03 AM
I would like to add an image in the background for every users that replies or creates a thread.

How do I accomplish this?

An example on this one, behind my text will have an image (which you cannot right click and find the path to that image of course). How do I do that?

Princeton
09-04-2007, 01:15 PM
you cannot hide the path to an image

to add a background image to a post use CSS

if you want to use a different image for each post I suggest using inline CSS ie. style="background-image:url(my/image/goes/here.gif) center center"

if you want one image for all posts ..
create a new class and add it to your stylesheet via Style Manager / Main CSS

you can then prepend the new class with the alt1 selector of the postbit
ie. class="alt1 newclass"

G0F0RBR0KE
09-04-2007, 07:47 PM
Thank you very much.

I'll try this after work.