Hi,
I would like to insert a check box (o5 rdio button) inside a cell
table.
When I want to create a table I do it like this:
||Header 1||Heder2||Header 3||
||content 1|| content 2 || content 3||
What I'm trying to do is to show a check box inside a cell but I don't
know how. What I've done is to insert html code but it doesn't work
properly. I've change the text you can see "content 2" for:
{{{
#!html
<div align="center"><br>
<input type="checkbox" name="option1" value="Aplicación" >
Aplicación<br>
<input type="checkbox" name="option2" value="Formularios" checked>
Formularios<br>
<input type="checkbox" name="option3" value="Plantillas" >
Plantillas<br>
<br>
</div>
}}}
What I could do is to write the whole table with html code, but I have
to modify a lot of pages and it will be such a big effort I cannot do
it this way.
Thanx in advance
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.