touche .. sorry, let me try to explain what I am tryign to do .. maybe it will be easier
I have these html bits (just for an example, the real ones are more complex)
option 1:
Code:
<tr>
<td><normalfont><b>REDHAT<b></font></td>
</tr>
option 2:
Code:
<tr>
<td><normalfont><b>SuSE<b></font></td>
</tr>
and so on ...
I wished the used to be able to go to the User CP and select option 1 or 2 (and so on), and the corresponsing code woudl be parsed on their postbit (on a location there I woudl have a tag $distro)
Did it made more sence ?