I'm using the link to more easily display the folders of my future species!
hihi! not sure if you still needed help or had interest but thought id reply anyway now ive seen the message ^^
a quick easy change to get everything on the left is changing the first line from
<div class="container" style="max-width: 500px; height:700px;">
to
<div class="card" style="max-width: 500px; height:700px;border:transparent">
in terms of adding more its just as easy!
you can copy and paste this!
<!------------------THING ------------------->
<div class="carousel-item my-3" style="overflow:auto;scrollbar-width:none;max-height:480px;">
<a href="PutTheUrlThisLeadsToHere" style="color: #000000">
<img src="https://i.pinimg.com/originals/1e/83/d3/1e83d3f0d152c3a37d4e587e2e14d5c4.gif"
style=";height:400px;background-position:center center;background-size:cover">
<div class="p-1" style="background-color:white;">
<h3>
╰┈➤
you should also totally check out my other codes ;3
</h3>
<p class="px-3">
cant wait to see what you all create with this!!
<br>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.
</a>
</p>
</div>
</p>
</div>
<!------------------THING END------------------->
im about to add a patch because theres currently a formatting error so if you already have the code used somewhere youll need to add those extra sections before <!--THING 3-->. a perfect place to paste would be between <!--THING 2 END --> and <!--THING 3--> if that makes sense :3
if theres any other way i can help feel free to mention me WheatDew
Hello! Is there a way to make the check button to open the folders without opening a new tab? (*^^*) I love the code BTW, I'm using it!
There definitely is! Once I get home I’ll read through it and let you know what to change :)
I took a look! you just need to remove
rel="noopener noreferrer" target="_blank"
from within the bottom section of each button code so it for example would look like:
- <a class="btn btn-default border-0 mt-md-2 mt-0 "
- href=
- "https://toyhou.se/WheatDew"
- style="color: white; background-color: #000000; width: 50px; position: absolute; bottom:0%; left:42.5%">
- <b<i class="fa-solid fa-check"></i>
- </a>
instead of:
- <a class="btn btn-default border-0 mt-md-2 mt-0 "
- href=
- "https://toyhou.se/WheatDew"
- rel="noopener noreferrer" target="_blank"
- style="color: white; background-color: #000000; width: 50px; position: absolute; bottom:0%; left:42.5%">
- <b<i class="fa-solid fa-check"></i>
- </a>
Hai hai,, i want to get the code in pastebin but they are locked,, seems i must insert any password?
Heya! I tried using it but it didn't work for just an image but it worked for gifs, wondering if I did something or if it's only for gifs :)
[FTU] Selection Code!'s Comments