Styling the markup in-line is frowned upon, though. It's better to use stylesheets for this. However, for a quick and dirty solution, this will work quite well! :)
On Tue, Feb 17, 2009 at 11:01 AM, Jonas <[email protected]> wrote: > or like this: > > [td width="20%"][b wicket:id="personname"]Person Name[/b][/td] > > with '<' and '>' instead of the '[' and ']' of course... > > On Tue, Feb 17, 2009 at 4:54 PM, Edwin Ansicodd <[email protected]> > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
