Hi,
In you code, you’ve used this :
<img src="http://www.ramblingirish.com/wp-content/uploads/2011/09/RSS.jpeg" alt="" width="”32″" height="”32"">
That’s why “width” and “eight” attribute are not detected correctly by the most of internet browsers !
You sould use this for each icon :
<img src="http://www.ramblingirish.com/wp-content/uploads/2011/09/RSS.jpeg" alt="" width="32" height="32">
DEMO Here
Regards
Thread Starter
CJHA
(@cjha)
Hmmm, I’ve made those changes and it still displays all messed up on the home computer/safari browser.
That being said, that computer is old and the safari version is outdated so perhaps it is just an exception. I think newer browsers seem to be fine with it.
Thanks for the help!
no no no ! Impossible.
I can see the HTML code is still incorrect.
try to rewrite the values of width and height by hand. Sometime, UTF code is incorrectly recognized after HTML encryption.
Othewise, the other solution is to upload 32×32 px picture. instead of 225×225 px
Thread Starter
CJHA
(@cjha)
Decided to upload all the icons again as 36 x 36, sorted!
Cheers for the tips!