treehouse : what would you like to learn today?
Web Design Web Development iOS Development

twitter (removing time post)

  • Hello,

    can someone tell me how to remove the time stamp entry in twitter, the part the says (xx minutes ago).
    copied and pasted the javacript to my site, now just trying to remove the time stamp. im guessing its something in that code i can remove, or either a setting on the site.

    thanks.
  • You could use display:none for the list's a tag, but that might make things a bit more awkward when it comes to spacing your twitter posts. A quick and dirty way of doing things - I'm sure someone can offer a much healthier solution!
  • thanks mrpulpo

    that did it, im still kinda new to css and trying to grab the concept of certain things but learning alot here, thanks!
    now on the my next obstacle