Admin Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

An image in your forum's textbox

3 posters

Go down

An image in your forum's textbox Empty An image in your forum's textbox

Post  Bob 2010-06-24, 12:12

First off, put the code in your css.
Code:
#text_editor_textarea {
background-image:url('A 350x40 image here');
background-repeat: no-repeat;
background-position: center;
padding-left: 18px
}

Let's explain this shall we?

Code:
#text_editor_textarea {
This tells us that the code should go in a text editor.

Code:
background-image:url('A 350x40 image here');
background-repeat: no-repeat;
background-position: center;
padding-left: 18px
This is just telling the forum to get your image and where to put it.
Code:
}
This is telling the forum that the code is finished. It's that easy!
Bob
Bob
Owner
Owner

Posts : 138
Bob Points : 311
Karma : 0
Join date : 2010-06-05
Location : United States

Pets
Food:
Status: Full

https://admincommunity.forumotion.com

Back to top Go down

An image in your forum's textbox Empty Re: An image in your forum's textbox

Post  Martin 2010-06-24, 12:22

U wouldnt of posted this if i didnt ask u Very Happy
Martin
Martin
Global Moderator
Global Moderator

Posts : 18
Bob Points : 49
Karma : 0
Join date : 2010-06-24

Pets
Food: N/A
Status: No Pet

Back to top Go down

An image in your forum's textbox Empty Re: An image in your forum's textbox

Post  Niki 2010-06-26, 11:02

This will come in handy!
Niki
Niki
Member
Member

Posts : 21
Bob Points : 43
Karma : 0
Join date : 2010-06-26

Back to top Go down

An image in your forum's textbox Empty Re: An image in your forum's textbox

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum