Question:

How to make text bold when user types into form?

by  |  earlier

0 LIKES UnLike

I have a contact form on a Website in which I'd like to make it so the text is bold when the user types. The site's in HTML and I use Yahoo! SiteBuilder for it.

 Tags:

   Report

1 ANSWERS


  1. I dont know alot about sitebuilder, but with html \ css you can do it.

    in your input tag add code as below (just the attribute named style)

    <input name="first_name" style="font-weight:bold;" />

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.