Wordpress Issue: Sidebar is allowing for link to expand into the footer

denidamit

New Member
I am not sure how to phrase this as it is boggling my mind. I have a sidebar widget that is setup to show some images and a link. It has a div and it is closed within the actual widget.Below I am pasting the actual code I can see when I inspect the element via Chrome.\[code\]</a><li><a href="http://stackoverflow.com/socialmedia/"><img src="http://stackoverflow.com/wp-content/themes/newscast/images/skin1/socialside.jpg" style="visibility: visible; opacity: 1; "></a></li><a href="http://stackoverflow.com/socialmedia/"> </a></ul><a href="http://stackoverflow.com/socialmedia/"> </a></div><a href="http://stackoverflow.com/socialmedia/"></a></div><a href="http://stackoverflow.com/socialmedia/"> </a></div><a href="http://stackoverflow.com/socialmedia/"></a></div><a href="http://stackoverflow.com/socialmedia/"> </a></div><a href="http://stackoverflow.com/socialmedia/"></a></div>\[/code\]The first line of code is below and that is in the widget\[code\]<li><a href="http://stackoverflow.com/socialmedia/"><img src="http://stackoverflow.com/wp-content/themes/newscast/images/skin1/socialside.jpg" style="visibility: visible; opacity: 1; "></a></li><a href="http://stackoverflow.com/socialmedia/"> </a></ul></div>\[/code\]The code below is being added somehow and I am completely inept of figuring out why haha\[code\]<a href="http://stackoverflow.com/socialmedia/"> </a></div><a href="http://stackoverflow.com/socialmedia/"></a></div><a href="http://stackoverflow.com/socialmedia/"> </a></div><a href="http://stackoverflow.com/socialmedia/"></a></div><a href="http://stackoverflow.com/socialmedia/"> </a></div><a href="http://stackoverflow.com/socialmedia/"></a></div>\[/code\]Have a look at the Sidebar on the right and then hover over the footer below. The entire footer is getting the link somehow.Now what makes this harder, for me, to figure out is if I remove the widget that is calling this sidebar it works fine. The 1st widget, the links, works fine and does not give out any links to anywhere elseAny help would be great.
 
Back
Top