Click to See Complete Forum and Search --> : Dreamweaver/watermark


Loki
08-08-2003, 05:20 AM
in dreamweaver mx, within a table. 3 columns.

i am trying to make a faded watermark with no repeat in the
center column.


how can i do this with out it affecting the rest of the site?

i have read and used the style etc........ but that is not
working. i even tried using the page properties of the
table and to no avail, it doesn't work.

any help?

pyro
08-08-2003, 08:03 AM
You were on the right track... you'll want to use CSS:

<td style="background: url(your.gif) no-repeat center;">

Loki
08-08-2003, 09:06 PM
Originally posted by pyro
You were on the right track... you'll want to use CSS:

<td style="background: url(your.gif) no-repeat center;">

ok i must be doing something wrong, b/c nothing is happening.

pyro
08-08-2003, 11:05 PM
Are you sure you are linking to your image correctly (ie. do you have the path right?)

Loki
08-08-2003, 11:08 PM
Originally posted by Loki
ok i must be doing something wrong, b/c nothing is happening.

ok, after thinkering around, i now know what i was doing wrong. dah. :D

but still the image i faded in photoshop, is not the one in the web page.

i am trying to make this a faded watermark and dreamweaver is not making it faded.

any ideas?

Loki
08-08-2003, 11:10 PM
Originally posted by pyro
Are you sure you are linking to your image correctly (ie. do you have the path right?)

oh man i feel like an idiot, if you knew what i was doing wrong....... :cool:

pyro
08-08-2003, 11:10 PM
lol... Glad we got it... :)

Loki
08-09-2003, 12:38 AM
Originally posted by pyro
lol... Glad we got it... :)

ok all done, i really had to fade this puppy in photoshop
in order to get it the way i like,

many thanks on everything.