TheHigherEdCIO
Member
Posted 6 months ago #
http://blog.thehigheredcio.com
The html in the Connect and Follow text widget is extending to the other widgets. I need a way to close the html in this widget. I do observe changing the widget order in the sidebar can cause multiple widgets to share the link of the last icon but other widget sequences only affect the next one.
[Code moderated as per the Forum Rules. Please use the pastebin]
TIS
This behavior is typical of a non-closed (properly) element, such as div or span or img etc...
In your case the img tags are missing a closing tag.
Correct example:
<img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32" /> add the /
You are also missing some closing >'s.
Review all your added code carefully.
TheHigherEdCIO
Member
Posted 6 months ago #
Resolved. And I feel like an idiot for having stared at it well for a while and not seeing it.Must have been the triptophan?
Thx swansonphotos