Ok, I need to do more than one thing at a time like this:
However that doesn't work?HTML Code:body {
border-top, border-bottom: 1px solid black;
}
Printable View
Ok, I need to do more than one thing at a time like this:
However that doesn't work?HTML Code:body {
border-top, border-bottom: 1px solid black;
}
You cant do 2 at a time I think (im not v.gd with CSS).
Just do:
Code:body {
border-top: 1px solid black
border-bottom: 1px solid black;
}
Yes I know that but I don't want to type it out twice.
Tough luck ;p
tehe, anyone help? seen it in many layouts
Dont be goddamn lazy..
Just do it how Invent said.
You seem to be missing the point Sam.