Missing Width and Height Attributes
Hi Spartac,
Jobright/images/logo.jpg and jobroller/images/feed.png are missing width and height attributes. I believe they should read something like this:
<img src="logo.jpg" alt="logo" height="231" width="80">
<img src="feed.png" alt="feed" height="16" width="16>
But I can't figure out where to put these. Sure would appreciate your help.
Thanks!