Click to See Complete Forum and Search --> : Dreamweaver/watermark
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?
You were on the right track... you'll want to use CSS:
<td style="background: url(your.gif) no-repeat center;">
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.
Are you sure you are linking to your image correctly (ie. do you have the path right?)
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?
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:
lol... Glad we got it... :)
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.