English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Ive been using html tables to try and do this however i can't do this as the image im using is from another site e.g. This isn't allowed as a bg image. I basically want some script, maybe css, to position some text over the image exactly where i want (not just top middle or bottom). Can anyone help>? (also javascript might work, not sure)

2006-09-01 23:22:27 · 2 answers · asked by peter s 1 in Computers & Internet Programming & Design

2 answers

you can do that with pure CSS/HTML

ex:

Your Text Here


just place image url between ( and ) and play with the padding till you are satisfied with the text position:

XX = number
padding: top right bottom left respectively

ex:
padding: 10 0 0 40

the above padding values will move text 10 pixels down and 40 pixel to the right. negative padding values are not allowed.

2006-09-02 18:03:29 · answer #1 · answered by Archer 3 · 0 0

try layer-ing.. using dreamweaver..

2006-09-02 07:32:17 · answer #2 · answered by deval_agrifarman 6 · 0 0

fedest.com, questions and answers