Text box
-
I want to make few links in one text box,but i have problem:
links appear like this: HOME ABOUT PICTURES …
I would like its to shov like this: HOME
ABOUT
PICTURES
…
Can somebody help me?
Thank you in advance -
In text widgets, you have to use HTML code. If you don’t know how to write code for hard returns, etc, just try writing it in the Write Post box. Then, when it looks the way you want, click the Code tab and copy all the code. Paste that into your text widget.
-
How to wirte links: http://faq.wordpress.com/2007/07/01/how-to-write-links/
If you want a new line for each link you have to insert a
<br />
tag between each link.
The stuff you are trying to achieve is much easier: just put a “pages” widget in your sidebar.
- The topic ‘Text box’ is closed to new replies.