butty
09-26-2002, 03:43 PM
hiya i know this is something and nothing but ive been going around in circles now for the past 3 days and am just about to throw my pc out of the window lol
im admittedly not very hot with html and stuff and i have this problem and im hoping someone can give me a pointer as to what it is im doing/not doing
if you check my test board @ www.pianoheaven.net/testforum
i want that boz saying vinyl/cd search etc to be up at the top right corner next to my forum logo, ive tried everything and cant suss it, would anyone be so kind to tell me how to do it? feel free to point and laff and stuff at the same time i know im a dumass! :)
heres whats in my header template at the mo
<!-- logo and buttons -->
<center>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<br>
<p align="left"><a href="index.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/vBulletin_logo.gif" border="0" alt="$bbtitle"></a></td>
<!-- toplinks -->
<p align="left">
<a href="usercp.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/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="https://vborg.vbsupport.ru/images/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="https://vborg.vbsupport.ru/images/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/top_search.gif" alt="Search" border="0"></a>
<a href="index.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/top_home.gif" alt="Home" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="https://vborg.vbsupport.ru/images/top_logout.gif" alt="Logout" border="0"></a> -->
<!-- /toplinks -->
<center>
<table width="55%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" height="91">
<tr>
<td width="15" height="14"><img src="https://vborg.vbsupport.ru/images/top_left.gif" width="15" height="15"></td>
<td width="740" background="https://vborg.vbsupport.ru/images/top_extend.gif" height="14">
<p></p>
<p></td>
<td width="15" height="14"><img src="https://vborg.vbsupport.ru/images/top_right.gif" width="15" height="15"></td>
</tr>
<tr>
<td width="15" background="https://vborg.vbsupport.ru/images/left_extend.gif" height="60"></td>
<td width="500" bgcolor="#297BAA" valign="top" align="center" height="60">
<div align="center">
<table width="496" border="0" cellspacing="0" cellpadding="0" align="center" height="53">
<tr>
<td width="496" height="1">
<!-- The code ABOVE goes in the Header Template -->
</td>
</tr>
<tr>
<td width="496" height="35">
<table cellspacing=0 cellpadding=3 border=0 bgcolor="#287CB0" style="border-collapse: collapse" bordercolor="#111111">
<FORM action="http://gemm.com/q.cgi" method="GET" target="_blank"><INPUT type="hidden" name="rb" value="OLDSKOOLANTHEMZ">
<tr valign=middle>
<td valign=middle align=center nowrap> </td>
<td valign=middle align=center nowrap> </td>
<td valign=middle align=center colspan="2" nowrap>
<SELECT NAME=field><OPTION value="ARTIST OR TITLE" >Artist or Title</OPTION>
<OPTION value="ARTIST" >Artist</OPTION>
<OPTION value="TITLE" >Title</OPTION>
<OPTION value="CATEGORY" >Category</OPTION>
<OPTION value="LABEL" >Label</OPTION>
<OPTION value="GEMM ITEM GML#" >GEMM Item GML#</OPTION>
<OPTION value="SELLER ITEM #" >Seller Item #</OPTION>
<OPTION value="SELLER NAME" >Seller Name</OPTION>
<OPTION value="SELLER E-MAIL" >Seller E-Mail</OPTION>
<OPTION value="SELLER COUNTRY" >Seller Country</OPTION>
</SELECT> </td>
<td valign=middle align=center nowrap>
<input type="text" name="wild" size="18" value="">
</td>
<td valign=middle align=left nowrap>
<input type="image" src="http://graphics.gemm.com/graphics/button-go.gif" hspace=3 vspace=4 border=0 alt="Go!" name="Go!" width="20" height="20" align="middle">
</td>
<td valign=middle align=left><b><a class=menulink href="http://www7.gemm.com/c/search.pl?sid=301603385&key=47289&command=edit">
<FONT SIZE=2 face="Verdana" color="#111111">Detailed Search...</FONT></a></b></td>
</tr>
</form>
</table>
</td>
</tr>
<tr>
<td width="496" height="18">
<p align="center"><font face="Verdana"><b>Vinyl/CD Search -
<a target="_blank" href="http://www.pianoheaven.net/forum/gemminfo.htm">powered
by GEMM</a></b></font></td>
</tr>
</table>
</div>
</td>
<td width="15" background="https://vborg.vbsupport.ru/images/right_extend.gif" height="60"></td>
</tr>
<tr>
<td width="15" height="17"><img src="https://vborg.vbsupport.ru/images/bottom_left.gif" width="15" height="15"></td>
<td width="750" background="https://vborg.vbsupport.ru/images/bottom_extend.gif" height="17"></td>
<td width="15" height="17"><img src="https://vborg.vbsupport.ru/images/bottom_right.gif" width="15" height="15"></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
<!-- /logo and buttons -->
<!-- content table -->
<table bgcolor="#0E3652" width="100%" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
thanks in advance for any help
im admittedly not very hot with html and stuff and i have this problem and im hoping someone can give me a pointer as to what it is im doing/not doing
if you check my test board @ www.pianoheaven.net/testforum
i want that boz saying vinyl/cd search etc to be up at the top right corner next to my forum logo, ive tried everything and cant suss it, would anyone be so kind to tell me how to do it? feel free to point and laff and stuff at the same time i know im a dumass! :)
heres whats in my header template at the mo
<!-- logo and buttons -->
<center>
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<br>
<p align="left"><a href="index.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/vBulletin_logo.gif" border="0" alt="$bbtitle"></a></td>
<!-- toplinks -->
<p align="left">
<a href="usercp.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/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="https://vborg.vbsupport.ru/images/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="https://vborg.vbsupport.ru/images/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/top_search.gif" alt="Search" border="0"></a>
<a href="index.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/top_home.gif" alt="Home" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="https://vborg.vbsupport.ru/images/top_logout.gif" alt="Logout" border="0"></a> -->
<!-- /toplinks -->
<center>
<table width="55%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" height="91">
<tr>
<td width="15" height="14"><img src="https://vborg.vbsupport.ru/images/top_left.gif" width="15" height="15"></td>
<td width="740" background="https://vborg.vbsupport.ru/images/top_extend.gif" height="14">
<p></p>
<p></td>
<td width="15" height="14"><img src="https://vborg.vbsupport.ru/images/top_right.gif" width="15" height="15"></td>
</tr>
<tr>
<td width="15" background="https://vborg.vbsupport.ru/images/left_extend.gif" height="60"></td>
<td width="500" bgcolor="#297BAA" valign="top" align="center" height="60">
<div align="center">
<table width="496" border="0" cellspacing="0" cellpadding="0" align="center" height="53">
<tr>
<td width="496" height="1">
<!-- The code ABOVE goes in the Header Template -->
</td>
</tr>
<tr>
<td width="496" height="35">
<table cellspacing=0 cellpadding=3 border=0 bgcolor="#287CB0" style="border-collapse: collapse" bordercolor="#111111">
<FORM action="http://gemm.com/q.cgi" method="GET" target="_blank"><INPUT type="hidden" name="rb" value="OLDSKOOLANTHEMZ">
<tr valign=middle>
<td valign=middle align=center nowrap> </td>
<td valign=middle align=center nowrap> </td>
<td valign=middle align=center colspan="2" nowrap>
<SELECT NAME=field><OPTION value="ARTIST OR TITLE" >Artist or Title</OPTION>
<OPTION value="ARTIST" >Artist</OPTION>
<OPTION value="TITLE" >Title</OPTION>
<OPTION value="CATEGORY" >Category</OPTION>
<OPTION value="LABEL" >Label</OPTION>
<OPTION value="GEMM ITEM GML#" >GEMM Item GML#</OPTION>
<OPTION value="SELLER ITEM #" >Seller Item #</OPTION>
<OPTION value="SELLER NAME" >Seller Name</OPTION>
<OPTION value="SELLER E-MAIL" >Seller E-Mail</OPTION>
<OPTION value="SELLER COUNTRY" >Seller Country</OPTION>
</SELECT> </td>
<td valign=middle align=center nowrap>
<input type="text" name="wild" size="18" value="">
</td>
<td valign=middle align=left nowrap>
<input type="image" src="http://graphics.gemm.com/graphics/button-go.gif" hspace=3 vspace=4 border=0 alt="Go!" name="Go!" width="20" height="20" align="middle">
</td>
<td valign=middle align=left><b><a class=menulink href="http://www7.gemm.com/c/search.pl?sid=301603385&key=47289&command=edit">
<FONT SIZE=2 face="Verdana" color="#111111">Detailed Search...</FONT></a></b></td>
</tr>
</form>
</table>
</td>
</tr>
<tr>
<td width="496" height="18">
<p align="center"><font face="Verdana"><b>Vinyl/CD Search -
<a target="_blank" href="http://www.pianoheaven.net/forum/gemminfo.htm">powered
by GEMM</a></b></font></td>
</tr>
</table>
</div>
</td>
<td width="15" background="https://vborg.vbsupport.ru/images/right_extend.gif" height="60"></td>
</tr>
<tr>
<td width="15" height="17"><img src="https://vborg.vbsupport.ru/images/bottom_left.gif" width="15" height="15"></td>
<td width="750" background="https://vborg.vbsupport.ru/images/bottom_extend.gif" height="17"></td>
<td width="15" height="17"><img src="https://vborg.vbsupport.ru/images/bottom_right.gif" width="15" height="15"></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
<!-- /logo and buttons -->
<!-- content table -->
<table bgcolor="#0E3652" width="100%" cellpadding="10" cellspacing="0" border="0">
<tr>
<td>
thanks in advance for any help