b o x E s

notes

this is an entry to give you the script for a decorative box. you may wish to use it sometime when you’re having a whimsical moment.

This is a centered bordered box to use in a post or on an HTML page of a web site. The background color is #ecf4fd. The box has a defined width of 300 pixels. The padding is defined at 10 pixels so the text doesn’t hit the border. The border is solid and the color is #000000.

 

then, hopefully your CSS won’t interfere with you typing text above and/or below the script and when you publish the entry, the beautifully colored box will capture people’s attention and make your page very inviting to read.

 

here is the script that you would copy and paste into the HTML section of your site

<div style="margin:0px auto;width:300px;text-align:
left;padding:10px;background-color:#ecf4fd;
border:1px solid #000000;font-size:12px;"> 


This is a centered bordered box to use in a post or 
on an HTML page of a web site. The background color 
is #ecf4fd. The box has a defined width of 300 pixels. 
The padding is defined at 10 pixels so the text doesn't 
go up against the border. The border is solid and the 
color is #000000.