View Full Version : adding borders to css


darkcyborg
07-22-2005, 08:09 PM
is it possible to add borders to a 3 split css page? becaus ei want a boreder for the header the left side the centre and the right side

COBOLdinosaur
07-22-2005, 11:27 PM
All the options for variable borders are here:

http://www.blooberry.com/indexdot/css/propindex/border.htm

sparkysneohelp
07-23-2005, 07:57 AM
um do you know the one where we can use for the two sided one and the one sided one?

darkcyborg
07-23-2005, 07:40 PM
wheres the html code for the borders.

tlc894
07-23-2005, 08:23 PM
yeah....it'd be very helpful if someone could post the code.....it'd help like alot!

pb&j
07-23-2005, 08:37 PM
goto the css part for the specific section you want,
then add the border coding.

border: 1px solid #ff0000;

add that to your #header or whatever area you want.

if you have further problems, please post a link to your page and specific which section you are wanting to apply a border onto.

COBOLdinosaur
07-23-2005, 10:25 PM
The borders are done with CSS, not HTML.

On that site I posted all the options and example of how to use them are there. Play with the options and try different things. Then you will understand how they work and be able to do them on any page. You won't have to rely on someone you have to wait for for help, and you will be able to do it the way you want instead of how someone else thinks you should do it.

It is always better to learn how to do something by doing it. That is why I did not just try posting some code and say "do it this way". If you want you can just post the link to your page, and I will fix it, but then you will never be able to take full credit for your page.

sparkysneohelp
07-24-2005, 02:28 AM
thankies for de code!