duncannnn's profile picture

Published by

published
updated

Category: Web, HTML, Tech

template codes!

here are some lil codes that u may want to use!

image/gif in corner:

<div style="float:  ; max-height: 400px; position: fixed; left: 1px; bottom: 9px; z-index: 200;">

<img src="INSERT IMAGE URL HERE" width="200" height="400"/></div>

(you can mess with the width and height to make it clearer and change it from left to right by deleting where it says left and type right instead)

inserting an image/blinkie/gif/etc onto your page:

<img src="INSERT IMAGE URL HERE"/>

(this does NOT work on bulletins and such)

auto playing background music:

<iframe width="0" height="0" src="https://www.youtube.com/embed/INSERT EMBED HERE//?&;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">

(to find the embed version of a song, go to youtube and find the song you want and click share, you should see a embed option that has this symbol ><, click on it and it should give you a code. go exactly to the part of code that has https://www.youtube.com/embed/ and exactly where the / is you copy everything after that and stop where the //? is at. you copy that into this code here and it should play music when you open your profile)

custom online icon:

<style>

.online { visibility: hidden; } .online img { content: url("INSERT IMAGE URL HERE"); animation-name: none; visibility: visible; height: 43px; width: 90px; }

<style>

(DO NOT forget to include the <style> at beginning and end or it will not work! mess around with the width and height so that it fits your gif/image perfectly)

i will add more but this is what i have for now, if u have questions comment down below!

edit: ATTENTION EVERYONE! IF U WANNA TRY A LAYOUT WITHOUT RUNING YOUR PAGE/MAKING A NEW ACCOUNT, I GOT U!!!!!!!!!!!!

Spacehey CSS preview thingy (neocities.org)

this link will let you paste html/css code into it and let you see the layout! your welcome!!! 


7 Kudos

Comments

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

duncannnn

duncannnn's profile picture

Check out my other blog for more codes!!!!!!!


Report Comment