V vpscheaper Account Disabled Jul 25, 2010 #1 Hi anybody know a tag command in order to bring a single image not as background but as a simple lay down on the CSS sheet?
Hi anybody know a tag command in order to bring a single image not as background but as a simple lay down on the CSS sheet?
kunnusingh Member Jul 28, 2010 #2 sorry, please provide more info or you've any example? You want to non selectable Image?
S SetupLink New member Sep 20, 2010 #3 Code: HTML <div id="bgimage"> <p>text here</p> </div> CSS #bgimage{ background: url("bgimage.gif") no-repeat; }
Code: HTML <div id="bgimage"> <p>text here</p> </div> CSS #bgimage{ background: url("bgimage.gif") no-repeat; }