<td width="20%" wicket:id="personname" class="personname">Person Name</td>

...somewhere in your CSS...

  td.personname { font-weight: bold; }

jk

On Tue, Feb 17, 2009 at 07:54:36AM -0800, Edwin Ansicodd wrote:
> 
> have info in a table, want to make the text from wicket bold.  How do I do
> this?
> 
>               <td width="20%" wicket:id="personname">Person Name</td>
> 
> The above doesn't work.  It's not bold with wicket.  How do I make it bold?
> 
> 
> -- 
> View this message in context: 
> http://www.nabble.com/How-to-make-wicket-text-in-a-td-bold--tp22060100p22060100.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to