vasistha Posted April 14, 2008 Share Posted April 14, 2008 Hello, I'm hoping I can gather some answer here. I will just list off the few things I need to know about then post the code, you bguys will be able to see my mistakes I'm sure. If you guys could help or give any advice it would help alot. 1. Can't get tm.gif to run all the way along the top? 2. I always change cellpic1.gif for cellpic3.gif, so it turns out black instead of blue, although this time it isnt working with the login? 3. For some strange reason when you are logged in and refresh, you get logged out? The code isn't there for that but just wondering if you know of anything? 4. As you can see there is a • next to search and in the code I can't see it? Here is a pic of the way its looking now Click Here Also... The Code: <div id="wrapheader"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="7" height="7"><img src="{T_THEME_PATH}/images/tl.gif" width="7" height="7" /></td> <td height="7" background="{T_THEME_PATH}/images/tm.gif"></td> <td width="7" height="7"><img src="{T_THEME_PATH}/images/tr.gif" width="7" height="7" /></td> </tr> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="8" height="79" background="{T_THEME_PATH}/images/midleft.gif"></td> <td height="79" background="{T_THEME_PATH}/images/midmid.gif"> <span class="headw">{SITENAME}</span><br /> <span class="genmedw">{SITE_DESCRIPTION}</span></td> <td width="567" height="79" align="right" background="{T_THEME_PATH}/images/midright.gif"> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="13" background="{T_THEME_PATH}/images/bottomleft.gif"> </td> <td class="genmedw" height="21" align="left" background="{T_THEME_PATH}/images/bottommid.gif"> <!-- IF U_RESTORE_PERMISSIONS --> <a class="genmedw" href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF --> <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> <span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF --> <!-- IF not S_IS_BOT --> <!-- IF S_USER_LOGGED_IN --> <!-- ELSE --> <a class="genmedw" href="{U_REGISTER}"><b>{L_REGISTER}</b></a> <!-- ENDIF --> <!-- ENDIF --> </td> <td class="genmedw" align="{S_CONTENT_FLOW_END}" background="{T_THEME_PATH}/images/bottommid.gif"><span class="genmedw"> <!-- IF not S_IS_BOT --> <!-- IF S_USER_LOGGED_IN --> <!-- IF S_DISPLAY_PM --><a class="genmedw" href="{U_PRIVATEMSGS}"><b>{PRIVATE_MESSAGE_INFO}</b><!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, <b>{PRIVATE_MESSAGE_INFO_UNREAD}</b><!-- ENDIF --></a><!-- ENDIF --> <!-- ENDIF --> <!-- ENDIF --> <!-- IF S_DISPLAY_SEARCH --> • <a class="genmedw" href="{U_SEARCH}"><b>{L_SEARCH}</b></a><!-- ENDIF --> <!-- IF not S_IS_BOT --> <!-- IF S_DISPLAY_MEMBERLIST --> • <a class="genmedw" href="{U_MEMBERLIST}"><b>{L_MEMBERLIST}</b></a><!-- ENDIF --> <!-- IF S_USER_LOGGED_IN --> • <a class="genmedw" href="{U_PROFILE}"><b>{L_PROFILE}</b></a><!-- ENDIF --> <!-- IF not S_IS_BOT --> • <a class="genmedw" href="{U_LOGIN_LOGOUT}"><b>{L_LOGIN_LOGOUT}</b></a> <!-- ENDIF --> <!-- ENDIF --> </span> </td> <td width="13" background="{T_THEME_PATH}/images/bottomright.gif"> </td> </tr> </table> </table> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="7" height="6" align="right"><img src="{T_THEME_PATH}/images/bl.gif" width="7" height="6" /></td> <td width="100%" height="6" background="{T_THEME_PATH}/images/bm.gif"></td> <td width="7" height="6"><img src="{T_THEME_PATH}/images/br.gif" width="7" height="6" /></td> </tr> </table> Link to comment https://forums.phpfreaks.com/topic/101005-php-301-overall_header-others/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.