Hi back again
This time trying to change the ipdynamic lite portal page
using this code
PHP Code:
<body style="margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px">
<table border="0" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td valign="top" align="left" bgcolor="#FFFFFF">
<table border="0" cellpadding="6" cellspacing="0" width="100%" align="center">
<tr>
<td align="left" valign="center"><a href="{ibf.script_url}act=idx"><img src="{ibf.vars.img_url}/logo2.gif" alt="" border="0" /></a></td>
<td align="right" valign="bottom">
<!--IBF.RULES-->
<a href="{ibf.script_url}act=UserCP&CODE=00" title="{ibf.lang.cp_tool_tip}"><{USERCP}></a>
<a href="{ibf.script_url}act=Reg&CODE=00"><{REGISTER}></a>
<a href="{ibf.script_url}act=calendar"><{CALENDAR}></a>
<a href="{ibf.script_url}act=Members"><{MEMBERS}></a>
<a href="{ibf.script_url}act=Help"><{HELP}></a>
<a href="{ibf.script_url}act=Search&f={$ibforums->input['f']}"><{SEARCH}></a>
<!--IBF.CHATLINK-->
<a href="{ibf.vars.home_url}"><{HOME}></a>
</td>
</tr>
</table><br />
Gives me this a Normal view of my site. (as per sig)
what I want is this image
And I would like it to the right of the main banner or above the nav bar?
tried a few things but it just push's the nav bar off screem
many thanks mark