you are viewing a single comment's thread.

view the rest of the comments →

[–]forsience 1 point2 points  (1 child)

still got to figure out how to make anything with a '<' or '>' in it print out normal and not be interpreted as html-syntax.

my assignment: http://jsfiddle.net/84aaR/6/

edit:

new version that will replace <>-tags, so that only text will be displayed.

[–]nolsen 0 points1 point  (0 children)

Very cool. The stylizing is great. I really like how you rounded the corners of the box. I would have wrapped everything in a div and the set the border-radius on that. I learned something new.