OT: Can someone help with using CODE insert | The Boneyard

OT: Can someone help with using CODE insert

SVCBeercats

Meglepetés Előadó
Joined
Feb 14, 2017
Messages
4,923
Reaction Score
29,393
How can I use CODE to insert a table without racing the 15 min. window to correctly format and make the table readable?

I select CODE and insert my table, save changes, and a mismash is displayed.
 
Joined
Aug 24, 2015
Messages
575
Reaction Score
2,178
Maybe this is because I don't know the answer, but.... I don't understand your question, and I'm relatively tech-savvy. Are you talking about in a particular system/software?
 

CL82

NCAA Men’s Basketball National Champions - Again!
Joined
Aug 24, 2011
Messages
59,347
Reaction Score
221,470
Set the code to HTML then use:

<html>
<head>
<title>HTML Tables</title>
</head>
<body>
<table border="1">
<tr>
<td>Row 1, Column 1</td>
<td>Row 1, Column 2</td>
</tr>
<tr>
<td>Row 2, Column 1</td>
<td>Row 2, Column 2</td>
</tr>
</table>
</body>
</html>

Adjust the fields as you see fit. I think that works but I'm not an expert (or even vaguely competent) on this by any means.
 

SVCBeercats

Meglepetés Előadó
Joined
Feb 14, 2017
Messages
4,923
Reaction Score
29,393
Adjust the fields as you see fit. I think that works but I'm not an expert (or even vaguely competent) on this by any means.

Thank you so much! I am such a doof (dummy & a goof!). All I had to do was use the "snipping tool" which came with my HP PC. Snip the table from the screen and simply paste it into the post. Done! No more editting headaches!
 

Online statistics

Members online
240
Guests online
1,622
Total visitors
1,862

Forum statistics

Threads
159,605
Messages
4,197,614
Members
10,065
Latest member
Rjja


.
Top Bottom