View Single Post
Old 12-04-2008, 11:56   #5 (permalink)
pgo
i'm done, son
 
Join Date: Jan 2005
Posts: 12,262
First off, that's invalid HTML for two reasons.
  1. Your <li>s are not closed.
  2. Your image is not inside an <li>. The only valid children of <ol> and <ul> are <li>s.
  3. You haven't specified an alt attribute for your <img />.
Invalid code means unreliable rendering.
  Reply With Quote