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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Big caption in button

Status
Not open for further replies.

DKL01

Programmer
Sep 14, 2000
233
US
Hi,

I'm wondering how to wrap a big caption in buttons. I need to display something like this "Click here to update database and refresh below data". Though I increased the height of the button still everything comesin single line truncating most of the caption.

Thanks
 
Code:
<INPUT TYPE=&quot;IMAGE&quot;
  ALIGN=&quot;LEFT&quot;|&quot;RIGHT&quot;|&quot;TOP&quot;|&quot;ABSMIDDLE&quot;|&quot;ABSBOTTOM&quot;|
  &quot;TEXTTOP&quot;|&quot;MIDDLE&quot;|&quot;BASELINE&quot;|&quot;BOTTOM&quot;
  NAME=&quot;name&quot;
  SRC=&quot;location&quot;
>
Sincerely,

Tom Anderson
CEO, Order amid Chaos, Inc.
 
I guess what tanderso is trying to say is to use the <imput type=&quot;Image&quot; ...> and have your text on the image. That way you format the text however you want it.

Simon
 
Lines are well in order if you use <Br> for line breaks.
And all around the text: <NoBr> ....</NoBr>
which forces the browser to enlarge the table width,
if the line is too long - this for the case, the receiver
selects a VERY large font display size.-----G.Hoffmann
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top