In this tiddler with a modified version of Nlite editor, there is a table with radiobuttons in a column.
The problem is that the radio buttons are aligned vertically one below the other. How to make them aligned horizontally, one next to the other.
When I place these buttons alone in a tiddler, they are aligned horizontally, one next to the other.
This is the code for the part of the table with the radio buttons.
<table style="width:100%;">
<tr>
<th><$radio class="radiobutton" tiddler="$:/temp/Charlie/BASIC_Matrix/editing_sidepanel" field="text" value="Editor" default="Editor">Editor</$radio><$radio class="radiobutton" tiddler="$:/temp/Charlie/BASIC_Matrix/editing_sidepanel" field="text" value="Preview" default="Editor">Preview</$radio> <$radio cclass="radiobutton" tiddler="$:/temp/Charlie/BASIC_Matrix/editing_sidepanel" field="text" value="Editor with preview" default="Editor">Editor with preview</$radio><$radio class="radiobutton" tiddler="$:/temp/Charlie/BASIC_Matrix/editing_sidepanel" field="text" value="Context" default="Editor">Context</$radio></th>
</tr>
How to make them aligned horizontally using CSS by adding some classes or styles ? What ever I didn’t worked.