Is it possible to move text inside an image in dreamweaver cs4?
hello, on site i'm working on, want consistant background logo. have heading, , want move heading text image. there way this?
a quick response great.
-dimitri
there few ways it, without seeing link page, it's hard give need, can turn logo background image of <div> use standard html text write on top of it. this...
in css, add...
#logo {
background-image:url(yourimage.jpg);
}
then in html, add...
<div id="logo>your text here</div>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment