html - Photos that won't show up -
i'm developing website , when have these 5 or 6 social icons 2 show up.
using firefox's built-in dev console shows me 2 tags inside class="" element, this:

and when @ source code shows me there 1 tag inside class="" element, example:

and use css positioning them, , not other here.
you have import css sheet html document doing this:
<link href="linktocssfile" type="text/css" rel="stylesheet"> or using image files load photos?
edit:
change height , width of images 32 32px. first have add style attribute doing this:
<img src="https://www.logicaltrainers.com/gallery/html5css3.png" alt="" style="height: 32px; width: 32px">
Comments
Post a Comment