Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image/Text alignment

Status
Not open for further replies.

sulfericacid

Programmer
Aug 15, 2001
244
US
Can someone please take a look at ? I want to align the textbox inside the image.

I used absolute pixel height and width until I realised not everyone has the same sized monitors so that won't work. Then I tried to center both the table and the image but they don't want to overlap.

Anyone know another method to do this using HTML (not css)?

Thanks.

sulfericacid "Age is nothing more than an inaccurate number bestowed upon each of us at birth as just another means for others to judge and classify us- sulfericacid
 
Hi,

Why not just use a <TABLE>.

<TD BACKGROUND=&quot;image.jpg&quot;><TEXTAREA></TEXTAREA></TD>

Hope this helps!
relax.gif

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top