Forums
-
- Forum
- Posts
-
- Installation
- 28,521
- Troubleshooting
- 62,696
- Themes
- 10,443
- Plugins
- 15,379
- Requests & Feedback
- 14,981
- Showcase
- 3,257
-
In your template, you use
<small>Login to Send PM<small>br />
.
and you just keep opening the <small> tag, never closing it. (note, it’s not closed here.)
It pays to validate your code occasionally at http://validator.w3.org/
Good luck.