I'm currently working on http://dawtano.com/pp/ , and I want to show off my work in the div's looking like two pieces of paper on top开发者_StackOverflow of each other, with an inside. But something is going wrong - I'm currently working out from the same code used on http://bestwebgallery.com (thumbnail-view) - I can't get the image to show inside, no matter what size or w/e, I'm lost.
replace
<img src"http://dawtano.com/pp/images/qillnet-s.png" alt="Qill.net" />
with
<img src="http://dawtano.com/pp/images/qillnet-s.png" alt="Qill.net" />
You forgot to put an "=" symbol.
in css it's background-image perhaps that's the problem?
try css="background-image:url('paper.png');"
精彩评论