what's the use of HTML nugget?
what's the use of HTML nugget?
anyone know what HTML nugget is for? maybe an example? thanks
-
Little Hamster
- Regular
- Posts: 62
- Joined: Thu Oct 07, 2004 3:16 pm
-
Little Hamster
- Regular
- Posts: 62
- Joined: Thu Oct 07, 2004 3:16 pm
I used plain <br> for links.
I don't see why you need a table for links. But tables do work in the HTML nugget. I tried this
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>