CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Location
    thiruvanthapuram
    Posts
    4

    client side scripting

    i created a text field and assigned font. the font size is 72. i want to resize the textfield so that the letters in the textfield are clearly visible... how can i do it?
    ganesh

  2. #2
    Join Date
    Feb 2003
    Location
    Oakland, CA
    Posts
    29

    Use CSS

    For example:

    <INPUT TYPE=TEXT STYLE="height:72px;width=200px;font-size:72px;">
    Nate Grover
    http://www.nategrover.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured