Monday 14 January 2013

Background Image in HTML

Filled under:

How to add Background Image in HTML Table and Content

To add a background image to your text area, you first start off with your ordinary text area code like this:

<FORM><textarea rows="5" cols="20">Put your text here</textarea></FORM>

 Now, you need to add some style tags, like this:

<FORM>
<textarea rows="30" cols="75" style="background-image: Image Link" style="font-family:comic sans ms" style="color:#0033CC" style="border style:solid" wrap="virtual">Put your text here</textarea>
</FORM>


0 comments:

Post a Comment