HTML images not displaying
pI have this code in the body of my HTML-based page: codelt;img
style=float: right; margin-left: 10px; margin-bottom: 5px; scr=tumblr.png
height=30px width=30pxgt;/code/p pIdeally, it should display a Tumblr icon
in the upper-right corner. However, when I view it in a browser, I just
see a white box with a gray outline. For whatever reason, the image won't
display. (I know it isn't a naming issue, because a different page on my
site uses the same image, and it's displaying fine./p pHere's some of the
CSS if that helps:/p precode #header { font-family: Raleway, sans-serif;
background-color:FFF; color: #000; position:fixed; top:0%; width:70%;
left:12%; height:17%; padding-left:3%; padding-right:3%; padding-top:2%;
padding-bottom:1%; } #header_right { font-family: Raleway, sans-serif;
text-align: right; float:right; vertical-align:middle; margin:0; }
/code/pre pWhat am I missing?/p
No comments:
Post a Comment