MyBB Community Forums

Full Version: Advanced Sidebox Query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to build a custom box, so I can put the links of my articles which are published in the blog.

I have put this code.

<tr>
<td class="trow1"><a aherf="http://my-domain.com/blog/my-article" >My fav article</a> </td>
</tr>


The thing here is the Link is appearing within a custom box. But it is not clickable. Since, I don't know much code so it's a bit problem for me.
aherf? Replace that with href
Yup, noticed it later..WinkToungueBig Grin