Jeanne Hedge
Unregistered
Table Displays
02-02-2008, 11:20 PM
Anyone know how to make table borders NOT display? I have a table in my sig file, and the table borders are visible (moreso in some skins than in others).
I'm already using border=0.
Jeanne Hedge
www.jhedge.com
"Believe me, if I have to go the rest of my life without companionship, knowing myself won't be a problem."
-- Gabrielle of Potadeia
Posts: 2,072
Threads: 62
Joined: May 2006
Reputation:
0
Huh. It's not showing borders in any skin when I try it here.
(Though it's also not showing a border in a place where I've made an effort for one to be. Dammit.)
You could try putting
style="border:none"
into the table tag, which should take precedence over any other css that tries to sneak in from somewhere.
-Morgan. The more I work with CSS, the less I like it...
Jeanne Hedge
Unregistered
Quote: Morganni wrote:
Huh. It's not showing borders in any skin when I try it here.
(Though it's also not showing a border in a place where I've made an effort for one to be. Dammit.)
You could try putting
style="border:none"
into the table tag, which should take precedence over any other css that tries to sneak in from somewhere.
Thanks for the suggestion, but that didn't do it. On some skins I see very faint borders, on other skins the borders are definite. Doesn't matter
where it is - in this board's directory/index/home page table or in my sig file. Maybe it's browser related.
(FYI, the "skins" referred to are the options presented at the bottom of the page - DW Imported, beebee, ezboard Classic, etc)
Jeanne Hedge
www.jhedge.com
"Believe me, if I have to go the rest of my life without companionship, knowing myself won't be a problem."
-- Gabrielle of Potadeia
Posts: 2,072
Threads: 62
Joined: May 2006
Reputation:
0
Yeah, I know. I'm the one who put those there. '.'
And now I see borders too. But they were definitely not there when I made that reply. (There seems to be a similar disappearing/appearing borders issue on the
main page for me. '.' )
*Spends some time screwing around in IE, where the borders seem to appear all the time, instead of disappearing and reappearing*
...
Try style="border-style: hidden; border-width: 0px" in your td elements.
-Morgan. Doesn't this seem like the sort of thing CSS is supposed to reduce? *facepalm*
Jeanne Hedge
Unregistered
Quote: Morganni wrote:
Yeah, I know. I'm the one who put those there. '.'
And now I see borders too. But they were definitely not there when I made that reply. (There seems to be a similar disappearing/appearing borders issue on
the main page for me. '.' )
*Spends some time screwing around in IE, where the borders seem to appear all the time, instead of disappearing and reappearing*
...
Try style="border-style: hidden; border-width: 0px" in your td elements.
-Morgan. Doesn't this seem like the sort of thing CSS is supposed to reduce? *facepalm*
The new stuff in the TD element was added, I saved, and then my sig file ate itself. There's bits and pieces of it there, but some things are totally
and completely gone.
There was also a bunch of stuff in the table element when I went in that I didn't put there too - was this you?:
style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none"
I'm going to try to
rebuild my sig before I mess with this any more.
Edit to turn my sig back on
Jeanne Hedge
www.jhedge.com
"Believe me, if I have to go the rest of my life without companionship, knowing myself won't be a problem."
-- Gabrielle of Potadeia
Posts: 2,072
Threads: 62
Joined: May 2006
Reputation:
0
Nope. I can edit your *posts* (though I'm not sure I should really be able to do that), but I can't change the code in your sig.
At least, I'm pretty sure I can't.
Though I could probably make it invisible. Or do a number of other things...
... I'd better shut up before Bob gets worried about having me as an admin. '.' (But it's not my fault the Yuku board customization forum just *tells*
me how to do these things! '.' )
I'm guessing it's one of those CSS optimization things I've read about that yuku has. Not that I'd consider that optimization; it's
equivalent to "border: medium none", except it takes five or six times much space...
No, I just copied that section from view source, put it in a reply window, fiddled around with it some and hit preview to see what happened.
And then did it again. And cursed. And went to look things up at w3schools. And fiddled some more. And cursed. And looked up more things. And fiddled. And
repeated the whole sequence a few more times. With extra cursing. And finally got something that sort of worked. (Why doesn't "invisible"
actually make the border invisible??? It made it more visible!!)
And if you need a copy of the version you started with, I have one that I saved to test something... (Edit: I guess you don't need that. '.' )
-Morgan, godforsaken CSS...
Jeanne Hedge
Unregistered
Quote: Morganni wrote:
Nope. I can edit your *posts* (though I'm not sure I should really be able to do that), but I can't change the code in your sig.
At least, I'm pretty sure I can't.
Though I could probably make it invisible. Or do a number of other things...
... I'd better shut up before Bob gets worried about having me as an admin. '.' (But it's not my fault the Yuku board customization forum just
*tells* me how to do these things! '.' )
hee
Quote: I'm guessing it's one of those CSS optimization things I've read about that yuku has. Not that I'd consider that optimization; it's
equivalent to "border: medium none", except it takes five or six times much space...
No, I just copied that section from view source, put it in a reply window, fiddled around with it some and hit preview to see what happened.
And then did it again. And cursed. And went to look things up at w3schools. And fiddled some more. And cursed. And looked up more things. And fiddled. And
repeated the whole sequence a few more times. With extra cursing. And finally got something that sort of worked. (Why doesn't "invisible"
actually make the border invisible??? It made it more visible!!)
I'm starting to wonder if there aren't a bunch of chimpanzees in the back room, changing things for their own entertainment.
Oh wait, that would make them BOFH.
Quote: And if you need a copy of the version you started with, I have one that I saved to test something... (Edit: I guess you don't need that. '.' )
Actually, I would like a copy. Some of the current alignment settings are a bit off, and I want to tweak a bit (can't remember what they were).
ETA - this couldn't be some sort of inline frame thing, could it?
Jeanne Hedge
www.jhedge.com
"Believe me, if I have to go the rest of my life without companionship, knowing myself won't be a problem."
-- Gabrielle of Potadeia
Posts: 2,072
Threads: 62
Joined: May 2006
Reputation:
0
|