kitti's profile picture

Published by

published
updated

Category: Web, HTML, Tech

code scroll box template

this, specfically, is for ones that wanna post themes or just code in general and want a place to put it. this is a semi-customizable (via border) scrollbox for your code. no need to credit and don't comment "using" cause i don't care lol


by itself, your code will look like this when you copy and paste it into "preview mode":

<div style="border-style: solid; border-width: 1px; height:50px; width:auto; overflow: auto;"><pre style="user-select:all; white-space: pre-wrap; margin: 0.5em 0.5em;"><code>CODE HERE</code></pre></div>

this is fine, but if you have very large code it'll get...messy.

to use this properly you need to run the code you want in the box through this

when you do it'll look like this:

a screenshot of encoded html code

it's a bunch of gobbledygook to get it to work. put what's above in the "CODE HERE" section:

<div style="border-style: solid; border-width: 1px; height:50px; width:auto; overflow: auto;"><pre style="user-select:all; white-space: pre-wrap; margin: 0.5em 0.5em;"><code>CODE HERE</code></pre></div>

have fun :3c don't forget to change the height to your liking as well. also, this does scroll, here's proof:

Lorem ipsum dolor sit amet consectetur adipiscing elit, eros porta ullamcorper dictumst maecenas hac lacinia lobortis, erat neque velit quam tincidunt suspendisse. Himenaeos dui tortor blandit non accumsan purus ante consequat pulvinar, sociosqu nec inceptos nullam commodo facilisi erat. Penatibus nostra sollicitudin tempor massa magnis mattis dui, himenaeos sagittis dapibus vehicula consequat libero lobortis, a adipiscing proin ad vulputate vestibulum. Fermentum litora felis feugiat sem nisl morbi interdum quam malesuada, sed cubilia platea magna porta laoreet senectus torquent. Pretium cubilia mi integer eros facilisis elementum litora urna pulvinar mus, dapibus habitasse malesuada porta accumsan id parturient elit at libero, felis per nostra velit habitant venenatis quis sit cursus. Quisque bibendum sociis pellentesque feugiat cras ad morbi augue velit, lacus cubilia nascetur leo cum fusce dignissim tortor, rhoncus torquent nec proin fames sapien pulvinar inceptos. Purus tincidunt sit tempor duis vivamus adipiscing etiam primis hac pretium sem facilisis, netus et erat magnis congue elementum integer dictumst dignissim dis. Rutrum imperdiet massa ad dapibus elit eros torquent ullamcorper sagittis, nostra laoreet tristique orci euismod dictumst facilisi a, id cras etiam accumsan facilisis pulvinar aptent maecenas.


4 Kudos

Comments

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

Trudie! ˶ˆ꒳ˆ˵

Trudie! ˶ˆ꒳ˆ˵'s profile picture

Tysm for this honestly. This is so useful for fun blogs


Report Comment



you're welcome ^_^

by kitti; ; Report