PDA

View Full Version : Inner border help!


Blindchild02
08-24-2005, 11:10 PM
Is there a way to make an inner border,
but not have it like this:

http://www.sigstorage.com/upload/1023-screen2.gif

i DONT want it to cut through the tables and such.
i just want it to AROUND the outside of the tables.
is this possible?

Gunshot
08-25-2005, 05:23 AM
acp/style manager/Sizes and Dimensions/Inner Border Width (pixels) - set to 0

then add :

border-top:1px solid #000000;
border-bottom:1px solid #000000;

to "Extra CSS Attributes"

of the first and second alternating colors

I'm pretty sure that will work.....but my servers down right now so I can't test it

yes it works

Blindchild02
08-25-2005, 06:47 PM
didnt work :S

just added a border at the bottom and top of first alt color.
i want it around the WHOLE table :p

Gunshot
08-25-2005, 10:42 PM
of the first and second alternating colors

works for me


http://www.ezekielbearsports.com/bbs/forumdisplay.php?f=7

Blindchild02
08-26-2005, 12:03 AM
did you add anything different to diff places?
because it didnt work for me :|

here are some more detailed pics of what i want.


I want to remove these inside lines:
http://www.sigstorage.com/upload/1627-screen.gif

I only want to keep these lines:
http://www.sigstorage.com/upload/1125-screen2.gif

Gunshot
08-26-2005, 12:33 AM
like this?


http://www.ezekielbearsports.com/bbs/forumdisplay.php?f=7


if thats what you want then set:

Inner Border Width (pixels) to 0

and add border: 2px solid #000000; to the:

Extra CSS Attributes of the Table Border

Blindchild02
08-26-2005, 01:51 AM
then i couldnt have the 1px border around the white border... right?

Gunshot
08-26-2005, 02:14 AM
you lost me again

guess I need to see more pictures

:laugh:

Blindchild02
08-26-2005, 03:48 AM
look at the previous pictures,
theres a 1 px blue border, and a 2 px white border.....

Gunshot
08-26-2005, 05:34 AM
That 2pixel "blue" border is actually the "table border".....in this case being used as the "table border" and the outside "inner table border"

so no you wouldn't be able to do that without some coding

Adrian Schneider
08-26-2005, 06:51 AM
Isn't that just cellspacing?

Blindchild02
08-26-2005, 11:40 AM
so i cant do it?! :|

Adrian Schneider
08-26-2005, 03:07 PM
I think simply setting cellspacing to 0 would fix this.

edit: nevermind, this would remove all of the 'inner borders' rather than just removing vertical lines.

Blindchild02
08-26-2005, 05:36 PM
yeah :\