Status: offline

newyorker

Forum User
Chatty
Registered: 06/13/06
Posts: 39
Please tell me how to make some active links in one block..I like to make one left block on my main page with some active links from some info websites ..Something like a:
Music groups:
The Beatles(www.thebeatles.com)
The Doors(www.thedoors.com)

I tryed to make : [liks]http://www.domain[NameOfWebsite][/link] but this is not o.k...Please tell me corect codes and what I need to do..


ironmax

Anonymous
You may try the following as an example below...load up your html editor and type in what you want. Then in block admin create a new block. Name it accordingly. Then figure out where you want to place the block, right or left and how far down. Then the type of block should be normal. Down in the normal Block Options box input the html code from your editor and save it off.

Text Formatted Code

<body><br>
<br>
<div align="left"><br>
  <table border="0" cellpadding="0" cellspacing="0" width="200"><br>
    <tr><br>
      <td><a href="/staticpages/index.php?page=20040801005027880">Spam</a><br>
  <br><a href="/staticpages/index.php?page=20040801015311973">Hacking</a><br>
  <br><a href="/staticpages/index.php?page=20040801013954950">Reporting network<br>
    abuse</a><br>
  <br><a href="/staticpages/index.php?page=20040801031624549">RIR Networks</a><br>
        <br><a href="http://www.spacequad.com/staticpages/index.php?page=20040810012647519">Our Spam Control Policy</a><br>
        <br><a href="http://www.spacequad.com/staticpages/index.php?page=20040810013405532">Mail<br>
        Blocks</a><br>
        <br><a href="http://www.spacequad.com/staticpages/index.php?page=20051104230117338">Rejected<br>
        Mail Reasons</a><br>
      </td><br>
    </tr><br>
  </table><br>
</div><br>
</body></p>
<p> </p>

</body>