View Full Version : Inserting Images


Sappervet
02-21-2005, 09:12 PM
Can anyone tell me if I can use css to insert images and if so .... what are the pro's and con's to using css versus html tags.

If there is a tutorial on the subject... could someone point me to that as well.

Thanks

pb&j
02-21-2005, 09:15 PM
the only images css will supply are ones used for a background of a certain area.

if you are referring to regular images, you can use PHP or SSI to "include" them in certain spots.