Is there a simple way to make a rectangle?

windows

Guest
Is there a simple way to make a textbox filled with text? I mean a rectangle with four colored sides and a thickness of 1px and text within the rectangle? <br />
<br />
Kippie<!--content--><div style="width:200px;height:100px;border:1px solid #000000;"><span style="font:12px verdana;">text</span></div><br />
<br />
change the size values and font values to what you're after, and remember to always throw your css into an external stylesheet afterwards :)<!--content-->Thanks a lot! One more question: why is it so important to put the css in an ecxternal file?<br />
<br />
Kippie<!--content-->several reasons, you can adjust styles on multiple pages by adjusting just one file, smaller file size = lower loading time, no code bloat.<br />
It's fine to use inline style if you only using a bit here and there :)<!--content-->OK<br />
<br />
Kippie<!--content-->
 
Back
Top