in reply to Re^4: Newlines in HTML::LoL
in thread Newlines in HTML::LoL
and it produces:&hl(sub { print shift }, [table => {border => 2, width => '80%'}, [tr => [td => {nowrap => &hl_bool(1)}, 'This & that'], [td => {nowrap => &hl_bool(0)}, '<b>This is not bold</b>'], [td => [b => 'But this is']], [td => &hl_noquote('<b>And so is this</b>')]]]);
I can't figure out what's right with their example and what's wrong with my usage.. and it doens't look like there's another module for generating HTML structurally ... sigh<table border="2" width="80%"> <tr> <td nowrap>This & that</td> <td><b>This is not bold</b></td> <td><b>But this is</b></td> <td><b>And so is this</b></td> </tr> </table>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Newlines in HTML::LoL (update x 2)
by LanX (Saint) on Feb 01, 2021 at 23:23 UTC | |
by BernieC (Pilgrim) on Feb 02, 2021 at 00:31 UTC | |
by LanX (Saint) on Feb 02, 2021 at 00:53 UTC | |
by LanX (Saint) on Feb 02, 2021 at 21:26 UTC |