• Resolved TheHigherEdCIO

    (@thehigheredcio)


    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter TheHigherEdCIO

    (@thehigheredcio)

    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

    You are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘html problem in text widget’ is closed to new replies.