Announcement

Collapse
No announcement yet.

Hiding HTML table border

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hiding HTML table border

    Hi guys, I was just wondering if anyone knew how to remove the grayed out table borders when I implement this code on my blog.

    Code:
    <table border="0" width="250" align="right" height="250" cellspacing="0" cellpadding="0">
      
      <tr><!-- Row 1 -->
        <td>Text goes here</td><!-- Col 1 --></tr></table>
    Whenever I apply this, I get a gray border that I do not want. I'm not sure if its an issue with my code or with firefox.

    Anyway if anybody can help me, Id greatly appreciate it.
    I hope to be a Biochemist someday

  • #2
    Re: Hiding HTML table border

    Your code looks fine. Do you have a link so we can see what it looks like on your blog?
    But I'm disturbed! I'm depressed! I'm inadequate! I GOT IT ALL! (George Costanza)
    GrouchyTeacher.com

    Comment


    • #3
      Re: Hiding HTML table border

      ah thanks for the reassurance and sorry for the late response but I finally got it to work. it turned out in the blog template i was using the CSS was telling it to have this ugly visible gray border. im kind of embarrased to show my site since Its one of my first few ones. Im a biochemistry major and kinda into fitness so here you go:

      http://newyearsfitness.blogspot.com/
      I hope to be a Biochemist someday

      Comment

      Working...
      X