PDA

View Full Version : Urgent question



pattox
Fri 18th Jan '02, 12:38am
hello, for my board www.raptalk.org/board,i would need to know the code that i would put in my header to make a top table like at forums.hiphopist.com (http://forums.hiphopist.com) see how they have a table up the top that fills the whole top of the page? i need that with the same height for my board and i need it so at the buttom of that top table there are all the register,user cp links and all that below is my code to my header and i need to know the code to adding the table like i said only i want the code like without the user cp,register buttons and all that and they will be replaced by the text links in the table.

<table width="780" border="0" cellspacing="0" cellpadding="0"

align="center">
<tr>
<td width="15"><img src="images/top_left.jpg" width="15"

height="15"></td>
<td width="750" background="images/top_extend.gif"></td>
<td width="15"><img src="images/top_right.jpg" width="15"

height="15"></td>
</tr>
<tr>
<td width="15" background="images/left_extend.gif"></td>
<td width="750" bgcolor="#C0C0C0" valign="top" align="center">
<div align="center">
<table width="95%" border="0" cellspacing="0" cellpadding="0"

align="center">
<tr>
<td valign="top" align="right">
<table border="0" width="100%" cellpadding="0"

cellspacing="0" align="right">
<tr>
<td valign="top" align="left"><a

href="index.php?s=$session[sessionhash]"><img src="images/main1.jpg"

border="0" alt="$bbtitle"></a></td>
</tr>
<tr>
<td valign="top">
<p align="center">
<a href="usercp.php?s=$session[sessionhash]"><img

src="images/top_profile.gif" alt="Here you can view your

subscribed threads, work with private messages and edit your profile and

preferences" border="0"></a>
<a

href="register.php?s=$session[sessionhash]&action=signup"><img

src="images/top_register.gif" alt="Registration is free!"

border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img

src="images/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img

src="images/top_members.gif" alt="Find other members"

border="0"></a>
<a

href="misc.php?s=$session[sessionhash]&action=faq"><img

src="images/top_faq.gif" alt="Frequently Asked Questions"

border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img

src="images/top_search.gif" alt="Search" border="0"></a>
<a href="index.php?s=$session[sessionhash]"><img

src="images/top_home.gif" alt="Home" border="0"></a>
<!-- <a

href="member.php?s=$session[sessionhash]&action=logout"><img

src="images/top_logout.gif" alt="Logout" border="0"></a> -->
<!-- /toplinks -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="95%" border="0" cellspacing="0" cellpadding="0"

align="center">
<tr>
<td>

Dimava
Fri 25th Jan '02, 5:07pm
you can always make the width 100%

Floris
Fri 25th Jan '02, 8:37pm
The other site you mentioned is not a vBB site, but ikonboard. They use different type of php-code or templates to have that done.