How do you have the logo in the post box?
2 posters
Graphic Design Forum | GraphicsCode.net :: Graphic Design and Web Design Forums :: General Web Design Forum
Page 1 of 1
How do you have the logo in the post box?
What is the code used to make it have a logo in the post box? Like how it says GraphicsCode... Thanks for the help
Doc- New Member
- Posts : 2
Join date : 2010-01-24
Re: How do you have the logo in the post box?
Its done through a CSS stylesheet:
#text_editor_textarea {
background : url(https://2img.net/h/oi33.tinypic.com/2cmnokw.png);
background-repeat:no-repeat;
background-position:center;
}
just replace the link fro your own image put it in a CSS style sheet and the image should show in textboxes.
#text_editor_textarea {
background : url(https://2img.net/h/oi33.tinypic.com/2cmnokw.png);
background-repeat:no-repeat;
background-position:center;
}
just replace the link fro your own image put it in a CSS style sheet and the image should show in textboxes.
Guest- Guest
Graphic Design Forum | GraphicsCode.net :: Graphic Design and Web Design Forums :: General Web Design Forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum