HTML tablet borders will not go away

3 replies
  • WEB DESIGN
  • |
I'm having problems with an HTML email letter that I'm creating. I'm use to doing great stuff with CSS, but now people want these creations to appear in a email newsletter.

I have made a design that will work, hardcoded with no CSS styling. It would work perfectly if I cold get rid of the borders of the tablets. I have given them a border="0", and the only thing that will do is make them transparent, but the space is still there.

So My question is, how to I get rid of the spaces that the borders make?
#borders #html #tablet
  • Profile picture of the author RichKent
    You should still be able to use CSS at the top of the design - inside <style> </style> brackets, or right in the 'tablet' which I assume you mean table. Try <table style="border:none;"> to get rid of the space.
    {{ DiscussionBoard.errors[3366000].message }}
  • Profile picture of the author mahesh2010
    Originally Posted by zsawevv212 View Post

    I'm having problems with an HTML email letter that I'm creating. I'm use to doing great stuff with CSS, but now people want these creations to appear in a email newsletter.

    I have made a design that will work, hardcoded with no CSS styling. It would work perfectly if I cold get rid of the borders of the tablets. I have given them a border="0", and the only thing that will do is make them transparent, but the space is still there.

    So My question is, how to I get rid of the spaces that the borders make?
    Hi,
    Try <table style="border:none;"></table>
    I hope this would fix the problem
    {{ DiscussionBoard.errors[3366021].message }}
  • Profile picture of the author SmartWeb
    Try using the property, border="0" in all the table HTML tags, say<table>, <tr> and <td> . then it might show no border at all.
    {{ DiscussionBoard.errors[3367389].message }}

Trending Topics