Jump to content

fonts on BG image


ehud35new

Recommended Posts

Hope i will explain myself you will understand me....

 

I have a newsletter which is built as a Back image and I want to write on this image and make some links....

 

(i cant use CSS)

 

I can do it with text position I use....

 

for example this code ....

 

DIV style="POSITION: absolute; WIDTH: 48px; HEIGHT: 19px; TOP: 1168px; LEFT: 694px
The problem is that i cant see this links (they probably behind the image)....when i write them in HTML
how can i bring those links into the front ? so when i will send them i will be able to see them....
thank you
:good:
Link to comment
Share on other sites

If you can't use CSS then why does your <div> have a style attribute?

 

I would avoid using position: absolute. I'm sure that there's a way to get the same result you want without it. Rather than putting an <img> element on the page, use the background-image property if you want text in front of it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...