GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Removal of table border? (just ONE side) Possible? (https://gfy.com/showthread.php?t=681692)

c-lo 11-28-2006 08:51 PM

Removal of table border? (just ONE side) Possible?
 
Hello all...just a quick question, does anyone know how to remove a border from an HTML table? I mean one side of the table's border, like the bottom border for instance...can this be done in HTML, Javascript, CSS, or at all?

If someone could give me a link, some info, or let me know that it's not possible at all...I'd really appreciate it. :)

Thanks,
c-lo

Jace 11-28-2006 08:56 PM

http://www.dreamweaverresources.com/...ableborder.htm

c-lo 11-28-2006 09:02 PM

I'm sorry Jace, maybe there's something more to that page than I noticed, but I'm pretty sure that just shows how to remove the entire border using CSS...I just need ONE SIDE removed (if that's possible.)

Thanks anyway though,
c-lo

Chong 11-28-2006 09:06 PM

Code:

<TABLE style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 659px; BORDER-BOTTOM: #000000 1px solid">
just take off whatever one you want (top/bottom/left/right), and change color/pixels as desired :)

Dagwolf 11-28-2006 09:07 PM

You can make it invisible (as above) it but you can't actually leave one side open.

c-lo 11-28-2006 09:16 PM

Oh wow...it is possible. I really wasn't expecting that.

Thanks for the help, fellas!


later
c-lo

Kimo 11-28-2006 10:22 PM

learn something new everyday, i didnt think it was possible either

PHP-CODER-FOR-HIRE 11-28-2006 11:00 PM

The beauty of CSS :)

You can do it with almost anything... form input boxes, <div>'s, <p>, etc... mostly everything :)

SomeCreep 11-28-2006 11:16 PM

css is leet

madawgz 11-28-2006 11:34 PM

Quote:

Originally Posted by Chong (Post 11411784)
Code:

<TABLE style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 659px; BORDER-BOTTOM: #000000 1px solid">
just take off whatever one you want (top/bottom/left/right), and change color/pixels as desired :)

yeah thats the way ive always done it :thumbsup

rodney25 11-29-2006 07:30 AM

Right. That's prfectly doable. :thumbsup


All times are GMT -7. The time now is 02:47 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123