Jump to content

[Solved] HTML Blocks


Recommended Posts

well, with htmlbox you can put the the box as many code as you want, so you can create two boxes.

 

if you want to move one box to different position - it isn't possible. so in this case i suggest to use another module, for example content box :)

  • Like 1
Link to comment
Share on other sites

use this code:

 

<div class="block">
<p class="title_block">
<a href="http://www.touchdezines.com/shop/">Affiliate Links</a>
</p>
<ul class="block_content bullet">
<li><a href="example" onclick="window.open(this.href);return false;">This is an example of url</a></li>
</ul>
</div>

Link to comment
Share on other sites

×
×
  • Create New...