stark427 |
02-08-2003 12:41 PM |
@seven
I did it by moving $styledropdown wherever I wanted ;)
You will find it at the forumhome template.
_________________________
I will post here the header code, hoping that someone could help me with the 2 above questions :)
Code:
<!-- logo and buttons -->
<center>
<table bgcolor="#0E3652" class="bordert" border="0" width="100%" cellpadding="0" cellspacing="0">
<tr><td>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="left" background="https://vborg.vbsupport.ru/images/menu_background.gif"></td>
<td valign="bottom" align="center" nowrap background="https://vborg.vbsupport.ru/images/menu_background.gif">
<table align="center" cellspacing="0" cellpadding="0" border="0" background="https://vborg.vbsupport.ru/images/headbg.gif">
<tr>
<td align="center" valign="bottom" background="https://vborg.vbsupport.ru/images/headbg.gif" width="1000">
<a href="usercp.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/usercp.gif" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="https://vborg.vbsupport.ru/images/register.gif" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/calendar.gif" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/members.gif" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="https://vborg.vbsupport.ru/images/faq.gif" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/search.gif" border="0"></a>
<a href="index.php"><img src="https://vborg.vbsupport.ru/images/home.gif" border="0">
<a href="member.php?s=$session[sessionhash]&action=logout"><img src="https://vborg.vbsupport.ru/images/logout.gif" border="0"></td>
<td width="200">
<img src="https://vborg.vbsupport.ru/images/headbg.gif" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- /logo and buttons -->
<!-- content table -->
<table bgcolor="#0E3652" width="100%" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
any ideas?
|