php Help please ! - Update
Thread Starter
Advanced PassionFord User
Joined: Jun 2003
Posts: 1,797
Likes: 0
From: The BLACK COUNTRY
I use phpbb for the coding for my website
www.rallyesportescorts.co.uk
I wish to add an HTML "vote" button to the
overal_header.tpl file
On phpbb.com there is a mod to add a Google search bar that is very similar to what I want to do
link here - http://www.phpbb.com/phpBB/catdb.php...oad&id=1264400
In my amateur attempts to re-write the Google mod I cant get it to work - lol lol (thank god for file back up's !)
I want the vote icon to appear central to the page width and just above the thread/topics
The code I wish to add is as follows
<a href="http://www.ultimatetopsites.com/bin/topsite.cgi?ford&cat=kewl&ID=407">
</a>
This is the code I "think" could be modified to suit the above code
<div align="center">
<form method="get" action="http://www.google.com/search">
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="hidden" name="oe" value="ISO-8859-1" />
<table bgcolor="#FFFFFF">
<tr>
<td>
<input type="text" name="q" size="25" maxlength="255" value="" />
<input type="submit" name="btnG" value="Google Search" /></td>
</tr>
</table>
</form>
</div>
Can it ?
www.rallyesportescorts.co.uk
I wish to add an HTML "vote" button to the
overal_header.tpl file
On phpbb.com there is a mod to add a Google search bar that is very similar to what I want to do
link here - http://www.phpbb.com/phpBB/catdb.php...oad&id=1264400
In my amateur attempts to re-write the Google mod I cant get it to work - lol lol (thank god for file back up's !)
I want the vote icon to appear central to the page width and just above the thread/topics
The code I wish to add is as follows
<a href="http://www.ultimatetopsites.com/bin/topsite.cgi?ford&cat=kewl&ID=407">
This is the code I "think" could be modified to suit the above code
<div align="center">
<form method="get" action="http://www.google.com/search">
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="hidden" name="oe" value="ISO-8859-1" />
<table bgcolor="#FFFFFF">
<tr>
<td>

<input type="text" name="q" size="25" maxlength="255" value="" />
<input type="submit" name="btnG" value="Google Search" /></td>
</tr>
</table>
</form>
</div>
Can it ?
Mind you, the image was there, but it had a red cross in it, so i'm guessing either the pic doesn't work, maybe the link's incorrect, or it's not available for me to look at ??
Originally Posted by RS2000CUSTOM
I use phpbb for the coding for my website
www.rallyesportescorts.co.uk
I wish to add an HTML "vote" button to the
overal_header.tpl file
On phpbb.com there is a mod to add a Google search bar that is very similar to what I want to do
link here - http://www.phpbb.com/phpBB/catdb.php...oad&id=1264400
In my amateur attempts to re-write the Google mod I cant get it to work - lol lol (thank god for file back up's !)
I want the vote icon to appear central to the page width and just above the thread/topics
The code I wish to add is as follows
<a href="http://www.ultimatetopsites.com/bin/topsite.cgi?ford&cat=kewl&ID=407">
</a>
This is the code I "think" could be modified to suit the above code
<div align="center">
<form method="get" action="http://www.google.com/search">
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="hidden" name="oe" value="ISO-8859-1" />
<table bgcolor="#FFFFFF">
<tr>
<td>
<input type="text" name="q" size="25" maxlength="255" value="" />
<input type="submit" name="btnG" value="Google Search" /></td>
</tr>
</table>
</form>
</div>
Can it ?
www.rallyesportescorts.co.uk
I wish to add an HTML "vote" button to the
overal_header.tpl file
On phpbb.com there is a mod to add a Google search bar that is very similar to what I want to do
link here - http://www.phpbb.com/phpBB/catdb.php...oad&id=1264400
In my amateur attempts to re-write the Google mod I cant get it to work - lol lol (thank god for file back up's !)
I want the vote icon to appear central to the page width and just above the thread/topics
The code I wish to add is as follows
<a href="http://www.ultimatetopsites.com/bin/topsite.cgi?ford&cat=kewl&ID=407">
This is the code I "think" could be modified to suit the above code
<div align="center">
<form method="get" action="http://www.google.com/search">
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="hidden" name="oe" value="ISO-8859-1" />
<table bgcolor="#FFFFFF">
<tr>
<td>

<input type="text" name="q" size="25" maxlength="255" value="" />
<input type="submit" name="btnG" value="Google Search" /></td>
</tr>
</table>
</form>
</div>
Can it ?
and if you want to center it just do the following
The red section below is the area where the code has a space and is causing it to break. Just delete the space and that should bring the voting image up fine
<center>
<a href="http://www.ultimatetopsites.com/bin/topsite.cgi?ford&cat=kewl&ID=407">
</center>
Thread Starter
Advanced PassionFord User
Joined: Jun 2003
Posts: 1,797
Likes: 0
From: The BLACK COUNTRY
Finally sorted
I got what I set out to do in the end with the help of a number of people !
Along the way I have begun to understand a bit about php and Front page etc
The finished article is here
www.rallyesportescorts.co.uk
I got what I set out to do in the end with the help of a number of people !
Along the way I have begun to understand a bit about php and Front page etc
The finished article is here
www.rallyesportescorts.co.uk
Originally Posted by Tommy Boy
Originally Posted by RS2000CUSTOM
I use phpbb for the coding for my website
www.rallyesportescorts.co.uk
I wish to add an HTML "vote" button to the
overal_header.tpl file
On phpbb.com there is a mod to add a Google search bar that is very similar to what I want to do
link here - http://www.phpbb.com/phpBB/catdb.php...oad&id=1264400
In my amateur attempts to re-write the Google mod I cant get it to work - lol lol (thank god for file back up's !)
I want the vote icon to appear central to the page width and just above the thread/topics
The code I wish to add is as follows
<a href="http://www.ultimatetopsites.com/bin/topsite.cgi?ford&cat=kewl&ID=407">
</a>
This is the code I "think" could be modified to suit the above code
<div align="center">
<form method="get" action="http://www.google.com/search">
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="hidden" name="oe" value="ISO-8859-1" />
<table bgcolor="#FFFFFF">
<tr>
<td>
<input type="text" name="q" size="25" maxlength="255" value="" />
<input type="submit" name="btnG" value="Google Search" /></td>
</tr>
</table>
</form>
</div>
Can it ?
www.rallyesportescorts.co.uk
I wish to add an HTML "vote" button to the
overal_header.tpl file
On phpbb.com there is a mod to add a Google search bar that is very similar to what I want to do
link here - http://www.phpbb.com/phpBB/catdb.php...oad&id=1264400
In my amateur attempts to re-write the Google mod I cant get it to work - lol lol (thank god for file back up's !)
I want the vote icon to appear central to the page width and just above the thread/topics
The code I wish to add is as follows
<a href="http://www.ultimatetopsites.com/bin/topsite.cgi?ford&cat=kewl&ID=407">
This is the code I "think" could be modified to suit the above code
<div align="center">
<form method="get" action="http://www.google.com/search">
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="hidden" name="oe" value="ISO-8859-1" />
<table bgcolor="#FFFFFF">
<tr>
<td>

<input type="text" name="q" size="25" maxlength="255" value="" />
<input type="submit" name="btnG" value="Google Search" /></td>
</tr>
</table>
</form>
</div>
Can it ?
and if you want to center it just do the following
The red section below is the area where the code has a space and is causing it to break. Just delete the space and that should bring the voting image up fine
<center>
<a href="http://www.ultimatetopsites.com/bin/topsite.cgi?ford&cat=kewl&ID=407">
</center>
Thread
Thread Starter
Forum
Replies
Last Post



