PDA

View Full Version : Question


\ \ - Speedy - / /
10-01-2002, 11:36 PM
if I wanted to put this all in like a table or something I dunno what it would be called (its my buttons) . . .



this is my header tempalte and it would go in here ;)


<center>
<!-- toplinks -->
<a href="usercp.php?s=$session[sessionhash]"><img src="{imagesfolder}/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="{imagesfolder}/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="{imagesfolder}/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_search.gif" alt="Search" border="0"></a>
<a href="index.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_home.gif" alt="Home" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="{imagesfolder}/top_logout.gif" alt="Logout" border="0"></a> -->
&nbsp;
<!-- /toplinks -->
</td>
</tr>
</table>
<!-- /logo and buttons -->

<!-- content table -->
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>



also if I wanted to take all of the buttons and make them text how would I do that?

g-force2k2
10-01-2002, 11:48 PM
if you want to make the buttons text simply replace all of the <img codes from beggining to end with the text that you want to link instead of the image:

ie:

<a href=""><img src=""></a>

make it:

<a href="">words here</a>

hope that helps... regards...

g-force2k2

\ \ - Speedy - / /
10-01-2002, 11:51 PM
I would do that but you see it look extremly bad, and large, I want it also to be in a table so how could I do this . . I want it to look like this sorta I guess . . .

BUT instaead of the grandient I would just want it to be a normal box I guess I dunno what you would call it.