what's the use of HTML nugget?
Posted: Thu Nov 11, 2004 8:33 pm
anyone know what HTML nugget is for? maybe an example? thanks
User and developer community
https://board.s9y.org/
Would you know if it will support a table? I want to add a LINK list also to my site unless there is already a PLUG-IN designed to do just this.Little Hamster wrote:.... For example you can add a list of links. But of course, using it will require you knowning a bit of html
Code: Select all
<a href="http://www.s9y.org">s9y</a><br>
<a href="http://www.slashdot.org">slashdot</a>
Code: Select all
<table>
<tr><td>hello</td><td>world</td></tr>
<tr><td>good</td><td>day</td></tr>
</table>