Jump to content

changing text size in a form box


joemorris86

Recommended Posts

Im currently using this form and I was wondering if its possible to change the font of the 'value=name' etc?

<div class="header_one">Game Chat<form method="post" name="update" action="updatestats.php" /><br />Hp: <input type="text" name="current_hp" value="Name" style="width:50px;" /><br /><br />Mp: <input type="text" name="current_mp" value="Message" style="width:50px;" /><br /><br /><input type="submit" name="Submit" value="Post" /></form><br /></div>

Link to comment
Share on other sites

Yes. Use the font-family rule.And consider pulling the style rules out of your tags and into a style sheet. It can be internal or external. Either way, it will help you organize your styles better.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...