The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

HTML Help: Table borders in FireFox & IE

LuxLux Registered User regular
edited January 2007 in Help / Advice Forum
So I'm making some basic tables. The problem is, I'm trying to hide a few borders, and it goes pretty well in IE. It looks exactly as I intend it to. But no matter what codes I use, the borders are always there in FireFox. What am I to do?

Here's a page i'm talking about:
http://pstatucr.atspace.com/ffie.html

If you look at it in IE & FF, it won't have borders on the inside in IE. I know I can use
<table frame="void">
to get rid of the outer border, but the inside one is still present. What do I do?

EDIT:An image & side-by-side comparison so you know what my problem is...
ffieuh1.jpg

Lux on

Posts

  • NightDragonNightDragon 6th Grade Username Registered User regular
    edited December 2006
    have you tried inserting


    border="0"

    ?

    NightDragon on
  • LuxLux Registered User regular
    edited January 2007
    Yep. The thing is, though, I do want a border, just not on the inside cells. So I set the border color of the inside cells to white, or whatever the background color is. It works in IE, but not FireFox.

    Lux on
  • JaninJanin Registered User regular
    edited January 2007
    Try using CSS styling on the table. You can set border colors, widths, etc.

    Janin on
    [SIGPIC][/SIGPIC]
  • JasconiusJasconius sword criminal mad onlineRegistered User regular
    edited January 2007
    You want to use border="0" and then work with cellspacing or cellpadding (i don't remember which works in your case) to get the spaced effect without visible borders.

    That's pretty basic. No need to get all fancy with CSS on it.

    Jasconius on
    this is a discord of mostly PA people interested in fighting games: https://discord.gg/DZWa97d5rz

    we also talk about other random shit and clown upon each other
Sign In or Register to comment.