Someone asked me how to put a text within a scroll bar. Like this:
your text goes here. Actually, you can include anything you want: a picture, text, video etc...

Using scrollbars is any way to put a lot of information, which is not relevant to your actual text, within a limited space
Using scrollbars is any way to put a lot of information, which is not relevant to your actual text, within a limited space
The HTML code for the scroll bar above is:
<div style="border:1px black solid; width:300px; height:50px; overflow:auto;padding-left: 4px; "> your text goes here. </div> |
You can easily expand the div with other features, bells and whistles.
More tips and tricks for bloggers, you find here.
No comments:
Post a Comment
To avoid spamming and profanity, comments will only show up after I (manually) clear them.