<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Link image to URL"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Link image to URL"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Link image to URL</title>
				<description><![CDATA[ I have trawled the forum, but cannot find what I am looking for.  I have replaced the "Guestbook" gif with my own and I want to link it to my forum at  <a class="snap_shots" href="http://www.benal-life.com/forum." target="_blank" rel="nofollow">http://www.benal-life.com/forum.</a><br /> <br /> Any help please on what I must do and where to do it?<br /> <br /> I have made several changes using the advice in this forum, and many thanks to those of you with the knowledge and patience give us new to php the step by step guides that we need,<br /> <br /> Cheers,<br /> <br /> John]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3695/10836.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3695/10836.php</link>
				<pubDate><![CDATA[Wed, 6 Oct 2004 15:43:45]]> GMT</pubDate>
				<author><![CDATA[ waterdene]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Look in [b]templates/header.php[/b].]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3695/10840.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3695/10840.php</link>
				<pubDate><![CDATA[Wed, 6 Oct 2004 17:25:32]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]Look in [b]templates/header.php[/b].[/quote]<br /> I can manage that - but what coding is needed to make the link?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3695/10841.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3695/10841.php</link>
				<pubDate><![CDATA[Wed, 6 Oct 2004 20:08:28]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]&lt;a href=&quot;http&#58;//www.yoursite.com&quot;&gt;&lt;img .....&gt;&lt;/a&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3695/10843.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3695/10843.php</link>
				<pubDate><![CDATA[Wed, 6 Oct 2004 20:35:57]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"][code]&lt;a href=&quot;http&#58;//www.yoursite.com&quot;&gt;&lt;img .....&gt;&lt;/a&gt;[/code][/quote]<br /> I am obviously missing the point.  After spending hours sifting through one line answers that I do not understand you have responded (albeit kindly) with two more.  Could I request that answers to reasonable questions are responded to in a manner that is understable to beginners and those new to php.  In the long run this would shorten the search procedures considerably and perhaps your frustrations when dealing with us "dummies"  <br /> I can understand that you do not like answering ther same questions repeatedly, but a fuller answer would eliminate the misunderstandings.  Some of us are REALLY trying to learn and we appreciate your efforts,<br /> <br /> thanks,<br /> <br /> John]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3695/10844.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3695/10844.php</link>
				<pubDate><![CDATA[Wed, 6 Oct 2004 21:08:06]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The templates are in plain html and not php. The only bit of php in them are the variables and they all start with a $ such as $LANG[FormSelect]. I admit I got the file wrong as it's in body.php and not header.php but the code you need to edit is [code]&lt;td width=&quot;56%&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/gbook.gif&quot; width=&quot;140&quot; height=&quot;15&quot;&gt;&lt;/td&gt;[/code]<br /> As you can see it is just plain HTML with a single variable in it [b]$GB_PG[base_url][/b]. The Guestbook was written in such a way as to make it easy for users to customise by keeping the templates as plain HTML.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3695/10845.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3695/10845.php</link>
				<pubDate><![CDATA[Wed, 6 Oct 2004 21:30:41]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]The templates are in plain html and not php. The only bit of php in them are the variables and they all start with a $ such as $LANG[FormSelect]. I admit I got the file wrong as it's in body.php and not header.php but the code you need to edit is [code]&lt;td width=&quot;56%&quot;&gt;&lt;img src=&quot;$GB_PG&#91;base_url&#93;/img/gbook.gif&quot; width=&quot;140&quot; height=&quot;15&quot;&gt;&lt;/td&gt;[/code]<br /> As you can see it is just plain HTML with a single variable in it [b]$GB_PG[base_url][/b]. The Guestbook was written in such a way as to make it easy for users to customise by keeping the templates as plain HTML.[/quote]<br /> OK - I have already changed the graphic.  The problem I have is how to link it to my forum URL]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3695/10852.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3695/10852.php</link>
				<pubDate><![CDATA[Thu, 7 Oct 2004 09:07:27]]> GMT</pubDate>
				<author><![CDATA[ waterdene]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ This is how you do it.<br /> <br /> [quote][color="green"]&lt;A href="http://www.link to site here.com/" target="_top"&gt;<br />         &lt;img src="http://www.link to image here.com" border="0"&gt;&lt;/a&gt;[/color][/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3695/10853.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3695/10853.php</link>
				<pubDate><![CDATA[Thu, 7 Oct 2004 09:18:47]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="JTD"]This is how you do it.<br /> <br /> [quote][color="green"]&lt;A href="http://www.link to site here.com/" target="_top"&gt;<br />         &lt;img src="http://www.link to image here.com" border="0"&gt;&lt;/a&gt;[/color][/quote][/quote]<br /> <br /> Thanks,<br /> this is how I modified the link to add text above and below the image.<br /> Text additions were made in (lang/english.php) and placed into (body.php) as below.<br /> I had already uploaded the image file into the (img) folder<br /> <br /> I know that this is obvious to you guys - but if you could include the folders and files we should be looking in it would be a great help<br /> <br /> &lt;b&gt;$LANG[BookMess55]&lt;/b&gt;&lt;p&gt;<br /> &lt;td width="40%" valign="bottom" align="left"&gt;<br /> $LANG[BookMess44]&amp;nbsp;&amp;nbsp;&lt;A href="http://www.benal-life.com/forum" target="_top"&gt; <br /> &lt;img src="$GB_PG[base_url]/img/forumbutton.gif" border="0"&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;$LANG[BookMess66]<br /> <br /> My problem sorted, thank you both for your efforts,<br /> <br /> Cheers,<br /> <br /> John]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3695/10854.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3695/10854.php</link>
				<pubDate><![CDATA[Thu, 7 Oct 2004 11:17:28]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>