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
5,028
Reaction Score
30,250
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.
 
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?
 
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.
 
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
208
Guests online
1,377
Total visitors
1,585

Forum statistics

Threads
164,058
Messages
4,380,597
Members
10,177
Latest member
silver fox


.
..
Top Bottom