CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Table border

by assapan » 09 Jun 2017 07:00

Hi,
I use some templates for my email which uses html table and i discover that the border is displayed where it should not .
so if you put in design mode or runtime the simple table
Code: Select all
 <table border="0"><tr><td>column1</td></tr></table>
it is converted to
Code: Select all
<table style="border:1px solid #000"><tr><td>column1</td></tr></table>


How can i prevent that ?

Image
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by Jorge Sousa » 09 Jun 2017 11:30

hi

Perhaps is because the border attribute is not supported in HTML5

https://www.w3schools.com/tags/tag_table.asp
Best Regards
CGDevTools Develop / Support Team
Home Page: http://www.cgdevtools.com
Jorge Sousa
 
Posts: 4261
Joined: 17 May 2012 09:58

by assapan » 09 Jun 2017 11:34

Jorge Sousa wrote:hi

Perhaps is because the border attribute is not supported in HTML5

https://www.w3schools.com/tags/tag_table.asp


This might be a good reason :D thanks , so mean that i have to modify all of the templates i use :?
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France


Return to JQHTMLEditor

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.