HTML in text widgets
-
When I put HTML in a text widget (to create a link or simply to create line breaks), my blog’s formatting gets messed up in Internet Explorer — part of the sidebar appears where the blog post should be. How can I put HTML in a text widget without this happening? Ack — my username takes you to my Blogger blog, which I’m considering dumping. My WordPress blog is at http://ofbooksandbikes.wordpress.com
-
It’s the books widget.
You have<li>tags but they are not surrounded by either<ul>or<ol>tags.I would suggest using
<ol>tags and then adjusting the text to remove the numbers you have there already. -
Got it — thanks so much! My problem is that I know only a tiny bit of HTML. Will have to learn more …
-
One quick suggestion – Notice how I changed the link in your first post in this thread. The ‘www’ and ‘ofbooksandbikes’ bits should not coexist within a link like that. 30% of the folks on teh internet as well as most search engine spiders can’t follow such a link as the way you had it.
Regards,
-drmike -
-
-
thanks a lot for the question and for the answer. I spent about 3 days trying everything to fix the same problem with the text widgets on IE reported above, and finaly discovered the difference between “li” and “ol” here…
- The topic ‘HTML in text widgets’ is closed to new replies.