Writing Text in Widgets in Sidebar
-
Hi
I would like to add a few words under some awards I have received and show in my sidebar. I don’t understand html.
Is there something simple I add before and/or after what I want to say?
thank you
Juid -
Do it in the visual post editor and save it as a draft (don’t publish it). When you are satisfied, switch to HTML view, copy out everything in the editor window and then paste it into the text widget. Don’t worry about width or anything, when you paste it into the text widget, it will reflow and wrap correctly.
-
all you have to do is add your words click change
on the text widget & click save changes at the
bottom of the page…Teck
-
Paragraph
<p>text</p>Bold text
<b>text</b>Color text
<font color="[color code here]">text</font>
Add more image
<img src="http://whatever.it.is/blah/nanana/lalala.jpg" /> -
-
You may also find the code for a blank line useful:
<p></p>
You should add it before the text for the orange-haired girl, so that the text gets below the image. You can also add it before or after the code in your other text widgets, to create more room between them. -
- The topic ‘Writing Text in Widgets in Sidebar’ is closed to new replies.