Does anyone know a code that will put text over a image? No, I can't use the table method.
Text Over Image
You could do it in flash....you may publish it either as .swf or gif....
Well, html..
alt="<message>"
| Code: |
| <a href="http://frihost.com" alt="Frihost - My ownag3 host" /> |
alt="<message>"
hmm you tried layers?
or div tags? this should work because you can set them ecectly to pixels (but
there is on disadvantage (its an specific location on a site so if you resize browser and some contents are dynamic located (center for example) the centered part whill move on the browser viewport location the div tag not!
or div tags? this should work because you can set them ecectly to pixels (but
there is on disadvantage (its an specific location on a site so if you resize browser and some contents are dynamic located (center for example) the centered part whill move on the browser viewport location the div tag not!
Never Mind, I found out what I had to do.
Use an overlib:
http://www.aplustv.com/public_stuff/overlib.htm
http://www.aplustv.com/public_stuff/overlib.htm
Overlibs are for hover they arnt exactly what they where looking for, incase anyone else has troubles like this look into CSS and span classes
