English<img ... style="margin-left:20px;" ... />
yup that one works :D But is it possible to set it little more to the right? Couse right its not standing in line with other link.
$output.= "<a href="http://www.3delavnica.com" class="back" style="border:none;" target="_blank"><img src="3delavnica1.gif" alt="3delavnica" style="border:none;" /></a>"; $output.= "<a href="http://www.sloport.net/cgi-bin/ads/ads.pl?member=lucifix;banner=NonSSI;page=01;setdest=sloport-mali" class="back" target="_blank"><img src="http://www.sloport.net/cgi-bin/ads/ads.pl?member=lucifix;page=01;setdest=sloport-mali" alt="Sloport.net" style="border:none;" /></a>";
This will work. And you don't use the code you show just above, because the HTML output is not equivalent...
Check here: http://members.lycos.co.uk/lucifix/phpwebgallery and you will see that secound link (sloport) doesn't work, and I am using that code.
I don't know. What do you mean by "it doesn't work" ?
Yes i've seen that. But why still doesn't work secund link?
ok, so you've understood you had to replace all the " by ", for example :
alt="my picture" becomes alt="my picture"
can you delete those 3 posts? couse i am doing myself emberess :oops:
Link of the sec pic doesn't work. here is the code that i inserted in diapo.php file:
$output.= get_fin_tableau();
$output.= "<a href="http://www.3delavnica.com" class="back" style="border:none;" target=_blank><img src="3delavnica1.gif" ALT="3delavnica" style="border:none;"></A></p>";
$output.= "<a href="http://www.sloport.net/cgi-bin/ads/ads. … mali" class="back" target=_blank><img src="http://www.sloport.net/cgi-bin/ads/ads. … mali" ALT="Sloport.net" style="border:none;"></A>";
$output.= "
now its ok... i fix that :D
nope didnt fix anything :oops:
ufff... :D i solved it by my self... here is the right code:
$output.= "<a href="http://www.sloport.net/cgi-bin/ads/ads. … mali" class="back"><img src="http://www.sloport.net/cgi-bin/ads/ads. … mali" ALT="Sloport.net" style="border:none;">";
I have tried to insert another banner under menu. I used this code:
diapo.php:
$output.= "<a href="http://www.sloport.net/cgi-bin/ads/ads. … mali" target=_blank>
<img src="http://www.sloport.net/cgi-bin/ads/ads. … mali" ALT="Sloport.net" style="border:none;">";
But then the page doesnt want to load. Can you tell me whats wrong?