Question about a text widget
-
Hi. Here’s a question about a Random post widget I’ve just added to my blog. The link works fine. My question is to do with appearance. The link – Random post – appears really squashed up under the widget heading, which is RANDOM. All the other links I have here appear with a slight gap between the heading and the link(s). Does anyone mind taking a look at my main page to see what I mean? http://davidderrick.wordpress.com/ Is there any way to add that “gap” and make the look consistent? Thanks …
-
-
-
-
If that turns out to be too much space, then try adding only the code for the non-binding space:
-
Umm .. that gives me a double gap! I put what you said right before the <a beginning of the link.
-
-
-
-
-
I did a hard return after and before the link and I still have zero gap. I’m really sorry to take your time on this: I’m sure there’s an answer and it’s probably something I’m doing wrong!
-
-
What you would have, would be the following:
this is the code you entered for the random post -
-
-
The problem is that using “p” tags produces two blank lines at the beginning of the widget. He wants just one line. The non-binding space should work. I’ve used it myself.
-
-
-
OK, the nbsp does not work. I was sure I had used it before.
This however does. Put the following at the beginning on a separate line
<br />(there is a space between the “r” and the “/” ) -
Thanks. It gives a gap which is significantly larger and not the norm with other types of heading and link. The <p></p> solution seems to work best, though even that is not spot on.
- The topic ‘Question about a text widget’ is closed to new replies.