Custom img tag from web not displaying because of added tags

Hey guys! So I am adding in a custom img tag using an auto updating banner from a client’s client’s event. All I’ve added is <img src="http://wwkjbdksbn" /> but for some reason when I go to the inspect element on the live page there are a ton of important tags that have been added by webflow.

I’m not really sure where the problem sits here but here is a screenshot of all the extra tags that were added on by webflow. Any help would be awesome!

Should be:
<img src="http://static.formulad.com/web-banners/auto/FD-728x90.jpg" />
Comes out as:
<img src="http://static.formulad.com/web-banners/auto/FD-728x90.jpg" width="0" height="0" style="display: none !important; visibility: hidden !important; opacity: 0 !important; background-position: 0px 0px;">

The link itself works I’m just having a hard time having it do its own thing.

Could you please, update your post with read-only link? It helps us to help you faster :slight_smile:

How to share a read-only link:

Thanks in advance! :slight_smile:

The website is actually live already at www.eutscorp.com The banner should be slide one beneath the main slider (full width about 100px high)

I am trying to see how you added that image. That is why I am asking about read-only link

Yes, but it would be easier to diagnose your problem if we could track the exact steps you made in Webflow. Thanks! :wink:

Sorry about that guys! I thought that would be enough :stuck_out_tongue_winking_eye:

Here is the webflow read only link
https://preview.webflow.com/preview/eutscorp?preview=4296428ce0de8f2ddbe3246417d7eb4d

Try to change code to this one:

<img src="http://static.formulad.com/web-banners/auto/FD-728x90.jpg" class="home-base-banner-slide"/>

Let me know if it helps.

Cheers,
Anna

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.