TRIPP's profile picture

Published by

published
updated

Category: SpaceHey

Begging for help with my blinkie coding

PLEASEE help me figure out how to fix my blinkies/blinkie zone i cant figure out how to get the scroll box to work and now some coding is visible and 3 blinkies are all over HELPPPPPPPPPPPPPPPPPPPPPPP
i worked so hard and its messing up 


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

canto

canto's profile picture
Pinned

With blinkies, make sure you have your image tags set up correctly:

<img src="url/to/img.here">


To make sure an element is always scrollable:
<style>
elementName {
overflow: visible !important;
}
<style>


Report Comment