This is the code I’m working with:
<div style="width:100%; position:absolute; border:0px; background-color:#232323; color:#ffffff; padding-top:5px; padding-bottom:5px; font-size:12px" align="center">
TEST TEST TEST TEST TEST
What it does is basically add a bar to the top of your website where you can enter text similar to what you see here: http://demo.fiverrscript.com/
What needs to be changed in my code to make this appear at the bottom of the screen instead of at the top?
Add the bottom:0px to the style tag.
Also, the
width:100%wont work so you should also addleft:0pxandright:0px;