View Full Version : How to write text on on an image..and not move it
SolidWing68
03-02-2003, 03:28 PM
This might be dumb, but I want to write a title over my image banner, but not have the image move..how do i do this?
Borgtex
03-02-2003, 03:42 PM
use a layer
SolidWing68
03-02-2003, 03:45 PM
what do you mean, and how would i do that?
Try relative positioning. It's cool. :D
HTML:
<h1><img src="" width="200" height=40" alt="Blah blah"><span>This is the title text</span></h1>
CSS:
h1 span { position: relative; left: -185px }
Vladdy
03-02-2003, 04:58 PM
make image the background of the element you put text in :rolleyes:
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.