For example a a few lines with a grey background. I can`t see in anywhere in the text editor in the dashboard?
For example a a few lines with a grey background. I can`t see in anywhere in the text editor in the dashboard?
Anyone?
A simple textbox on pages.
<div style="padding:5px;background:#ccc;">
Some text in said box...<br />
Some text on the next line...
</div>
Unless you can explain better what it is you require, i'm not sure i can help...
If you're working in visual mode, then there isn't a BOX button that i'm aware of...
Thanks a lot. That was what I had in mind
Do you know the style of the box you put your example in?
It's a DIV element with 5 pixels of padding and a background of light grey...
Again not sure quite what you're asking...
style="somethinghere"
Refers to what's called inline CSS... where somethinghere is replaced with the relevant supported CSS...
Info: http://www.w3schools.com/CSS/css_howto.asp
More on CSS: http://www.w3schools.com/CSS/default.asp
This topic has been closed to new replies.