PDA

View Full Version : Link Module code ?


morby
08-13-2004, 05:40 PM
i am adding a link module to my site.
i created the new template, added module etc ..

when i got to the main page of my site, the links module shows up to the left where i want it. but it takes the footer of the page with it. the footer is supposed to be centered but gets mixed up with my links module.

Can someone take a look at the code for me ?


<!-- Links -->

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <!-- Links --></strong></span></td>
</td>
</tr>
<tr>
<td class="$getbgrow" width="100%">


<!-- Begin Links -->


<a href=http://www.livejournal.com>LiveJournal</a><br>
<a href=http://www.theexquisite.com>The Exquisite</a><br>
<a href=http://www.deviantart.com>Deviant Art</a><br>



<!-- End Links -->


<br />

<!-- End Links -->

KW802
08-13-2004, 05:44 PM
Maybe your code was just a typo but after your first "<!-- End Links -->" line add a "</td></tr></table>" line.

:)

Our Sponsors
 

morby
08-13-2004, 05:55 PM
Thank you. I can't believe I missed such a typo. *oops*

morby
08-14-2004, 11:15 AM
Can someone please tell me how to put a title for my module ??
it only shows >>

Our Sponsors
 

KW802
08-14-2004, 11:51 AM
Can someone please tell me how to put a title for my module ??
it only shows >>Morby,

You're 99% there but you need to change....<strong>$vba_options[portal_blockbullet] <!-- Links --></strong>.... to <strong>$vba_options[portal_blockbullet] Links</strong>Items that are inside of a "<!-- -->" tag are considered comments and don't show up.

morby
08-14-2004, 12:40 PM
thanks a lot ...
haha, you've saved me not once, BUT TWICE ... ;)

hani
08-18-2004, 12:48 PM
Can I have a copy of this module please, its all greek to me so I need a ready made module.

Can I please?