moodog
Posts: 26
|
| Posted: 03/24/2008, 9:53 AM |
|
Hi, Im trying to use DIV to set the background to the image in a database grid loading a transparent image in the DIV. Basically create a layer over the image from the database image. so that most common image thief's get a clear image..
the code im working with is
<div style="DISPLAY: block; BACKGROUND-IMAGE: url(../pics/{picturepath}); WIDTH: 72px;">
<p align="center"><img style="WIDTH: 72px; alt="DogID_Cl" src="../pics/clear.gif" width="72px"></p>
</div>
the clear.gif shows up as expected but cant seem to get url(../pics/{picturepath}) to see and display the image from the database...
Image worked before with this path + {picturepath}
any help much appreciated..
_________________
-Rich
http://staffordarchive.com
CCS 4.0
MySQL
PHP
|