Hi, I am attempting to put a basic twitter widget in the sidebar of a site Im making but it is not displaying properly at all. It looks like it is not actually generating the twitter update although when I disable all CSS styles the update is being generated. This is my markup copy and pasted exactally as twitter has generated: and this is how it is displaying... If my CSS styles are disabled I get this: I am running other java script on the page in the head of my document to create a lightbox effect. I don't know if this would effect the feed or not?? Appreciate any help, Thanks.
I have placed the code in a plan empty html doc and styles with CSS and it worked fine... So I can see what is causing the problem here. Could it be the other javascript? Or the fact that my home page is a .php file?
you have not properly closed li tags your code modified code <li> should be placed before <a tag and it should be closed after </a>
I have followed this tutorial and it says that the li tag is not acctually needed and to place it in there to please WC3 http://blog.pinkandyellow.com/css/create-a-twitter-box-in-your-sidebar-20081106/ Plus that is just the follow me link. It isn't the generated twitter comment.
Exact same code in a new blank document Works fine. I cant understand why it isn't displaying properly on my page.