PDA


View Full Version : Module addition


BlayzeX
05-23-2005, 02:59 AM
ok.. i wanted to make a navigation module... i can make the table, but it wants to always be on the TOP of the page.... not where it should be in the middle on the left colum...

here is my code

<html>
<body>
<table align="center" border="0" cellpadding="6" cellspacing="1" class="tborder"width="100%">
<tr>

<td class="tcat"><span class="smallfont"><strong> Navigation</strong></span></td>
</tr>
<tr>
<td class="alt1">
<ul>
<li><a href="http://">Homepage</a></li>
<li><a href="http://">Forums</a></li>
<li><a href="" target ="_blank">School's Page</a></li>
</ul>
</td>
</tr>
</table>
<br />
</body>
</html>

i goto cmps in admin and goto ADD MODULE... i name it Navigation
for file i uploaded the navigation.php to the module directory and then in the drop down list i select navigation.php.
then i do the adv_portal_navigation.

when i load the page its at the very top.. and spans the whole page, just want ti like the UserCP and Calendar.. etc.. small box on the left side..

Thanks...
Blayze

BlayzeX
05-23-2005, 10:05 AM
thanks finally got it after searching the forum and reading alot of posts...

Thanks everyone..

Blayze