edit-article
Home
Up
Delete
Article Name:
Article Description:
putting a bg image into a textarea whose content is being displayed by html editor tinymce
Chapter ID/Name:
Status:
Write
Writing
Written
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<div style="background-image: url('../images/notepad_lined_yellow.gif');"> <h1 style="text-align: center;">background image in textarea</h1> <h2>[WHAT]</h2> <ol> <li>some content being displayed in a tinymce text editor window(textarea) required a bg image.</li> </ol> <h2>[WHY WHERE WHEN]</h2> <ol> <li>] looks cool</li> </ol> <h2>[EXAMPLE]</h2> <ol> <li>] view on this PAGE</li> </ol> <h2>[HOW-TO]</h2> <ol> <li>] just wrap a div with a bg image style set, around the html content of your textarea content</li> <ol> <li>] ex 001, using the HTML source function of the html_editor SEE the html source of this page to see the code example</li> </ol></ol> <h2>[REF]</h2> <ol> <li><strong>NOTE=</strong> if you dont put the PRE tag around the above example code, - the line above will have a bg img,</li> </ol></div>