HTML Code For a Textbox, Design Your own Textbox
Here is an easy way to add an HTML code for a text box to your website. I will also show you how you can adjust the textbox to make it fit perfectly on your website.
1. Html code for a text box ~ standard
<div style=”height: 50px; width: 250px; border: 1px solid #ccc; font: 16px/26px Georgia, Garamond, Serif; overflow: auto;”>Wealthy Affiliate is an open education resource where you can learn all about affiliate marketing.Join our community and start earning an online income. We will help you to learn all about affiliate marketing and to become a successful online marketer.</div>
2. Html code for a text box ~ Bigger – Change font
Wealthy Affiliate
is an open education resource where you can learn all about affiliate marketing.Join our community and start earning an online income. We will help you to learn all about affiliate marketing and to become a successful online marketer.
<div style=”height: 200px; width: 250px; border: 1px solid #ccc; font: 16px/26px Segoe Script, Garamond, Serif; overflow: auto;”>
<h4>Wealthy Affiliate</h4>
is an open education resource where you can learn all about affiliate marketing.Join our community and start earning an online income. We will help you to learn all about affiliate marketing and to become a successful online marketer.
</div>
3. Html code for a text box ~ use strong – add picture + link – change width

<div style=”height: 200px; width: 500px; border: 1px solid #ccc; font: 16px/26px Georgia, Garamond, Serif; overflow: auto;”><strong>Wealthy Affiliate</strong> is an open education resource where you can learn all about affiliate marketing.<a href=”http://www.wealthyaffiliate.com/campaign” target=”_blank”><img class=”alignnone size-full wp-image-47″ src=”https://eimhier.siterubix.com/wp-content/uploads/2015/05/Create-a-website-in-under-30-seconds.jpg” alt=”Create a website in under 30 seconds” width=”213″ height=”206″ /></a>Join our community and start earning an online income. We will help you to learn all about affiliate marketing and to become a successful online marketer.</div>
4. Html code for a text box ~ change border

<div style=”height: 200px; width: 250px; border: 6px solid #FF9900; font: 16px/26px Georgia, Garamond, Serif; overflow: auto;”><strong>Wealthy Affiliate</strong> is an open education resource where you can learn all about affiliate marketing.<a href=”https://www.wealthyaffiliate.com/campaign” target=”_blank”><img class=”alignnone size-full wp-image-47″ src=”https://workathomefuture.com/wp-content/uploads/2015/01/Create-a-website-in-under-30-seconds.jpg” alt=”Create a website in under 30 seconds” width=”213″ height=”206″ /></a>Join our community and start earning an online income. We will help you to learn all about affiliate marketing and to become a successful online marketer.</div>
5. Html code for a textbox ~Change border 2

<div style=”height: 200px; width: 250px; border: 6px double #007700; font: 16px/26px Georgia, Garamond, Serif; overflow: auto;”><strong>Wealthy Affiliate</strong> is an open education resource where you can learn all about affiliate marketing.<a href=”https://www.wealthyaffiliate.com/campaign” target=”_blank”><img class=”alignnone size-full wp-image-47″ src=”https://workathomefuture.com/wp-content/uploads/2015/01/Create-a-website-in-under-30-seconds.jpg” alt=”Create a website in under 30 seconds” width=”213″ height=”206″ /></a>Join our community and start earning an online income. We will help you to learn all about affiliate marketing and to become a successful online marketer.</div>