zenny ★★'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

useful little bits of code

make text linked

<a href="LINK">TEXT</a>

add layer to interests
<tr>

  <td>

    <p>TITLE</p>

  </td>

  <td>

    <p>TEXT</p>

  </td>

</tr>
put this into the interests layer you want the new layer to be below

blinkies 3 to a row/stamps 4 to a row copy paste
<img src=""/><img src=""/><img src=""/>
<img src=""/><img src=""/><img src=""/><img src=""/>
copy paste then enter and repeat putting them all in 1 line will glitch it from my expreience. put the image adress of the blinkies between the quotation marks. i get my blinkies from deviantart but there is also lots of links to sites with alot of blinkes in this blog post by caitlynn

adding music to your profile
<iframe width="0" height="0" src="https://www.youtube.com/embed/EMBED CODE//?&;amp;;autoplay=1&;loop=1&;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">
</iframe>
where the EMBED CODE is put the last little bit of the youtube link when you copy paste it. for example for this song: https://youtu.be/dQw4w9WgXcQ; you would put this part: dQw4w9WgXcQ; into there ive put the EMBED CODE thingy

adding scroll boxes
this forum group post has everything you need to do this (here is a link to the full forum group). the way that i did my blinkie hoard scroll box is:
<div style="height: 125px; width: 470px; border: 1px solid rgba(0, 0, 0, 0); overflow:auto;">
the blinkie hoard stuff
</div>
its scuffed af on mobile but looks good on web

adding new headings under the about me:
<div>
<h4>YOUR TEXT HERE</h4>
EVERYTHING UNDER THE TITLE
</div>


78 Kudos

Comments

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

Wonder

Wonder's profile picture

you are an angel ive been trying to figure out the scrollbar FOREVER


Report Comment



np !! <333

by zenny ★★; ; Report