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,922
Reaction Score
29,379
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
572
Reaction Score
2,174
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,022
Reaction Score
219,716
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,922
Reaction Score
29,379
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
194
Guests online
1,881
Total visitors
2,075

Forum statistics

Threads
158,968
Messages
4,175,808
Members
10,047
Latest member
Dixiedog


.
Top Bottom