mesh2005
07-15-2007, 02:51 AM
I want to create a DIV surrounded by borders, is that possible? how?
|
Click to See Complete Forum and Search --> : Can I create a layer with borders? mesh2005 07-15-2007, 02:51 AM I want to create a DIV surrounded by borders, is that possible? how? foxbeefly 07-27-2007, 02:59 AM HTML: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <link rel="stylesheet" type="text/css" href="test.css"> </head> <body> <div class="myBorders">HERE YOU GO!</div> </body> </html> CSS: .myBorders {border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px} webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |