111153
(환민 제)
December 24, 2021, 7:48am
1
Hello I made HTML table for email body, but it’s border is white so bad to recognize.
I want to change border line for solid black one.
But I can’t apply HTML table style. like
<table> <style> ~
Below is what I made.
"<p><table border =1 ><td align = 'center'><b>DOCUMENT TYPE</b></td><td align = 'center'><b>SECTION</b></td><td align = 'center'><b>TITLE</b></td><td align = 'center'><b>CREATOR</b></td><td align = 'center'><b>CREATION ORG.</b></td><td align = 'center'><b>RECEIVE DATE</b></td></tr>"
If I change table border = 1 to another number, it doesn’t work.
To make black solid line table, how can I change HTML?
Hi @111153
Try using HTML Editor to see the sample border style and Try using in mail body!
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
https://tableborder.w3spaces.com/saved-from-Tryit-2021-12-24.html
Regards
Hi @111153 ,
“border=1” attribute to define the cells of the table with lines.
Could you try with the following property border=“3” here border=“p” p defines the pixel wide the border should be. thanks.
ModifiedHTMLString.txt (303 Bytes)