Im trying to do a menu as a support link in e107
I have made a dir in e107_plugins called scanner_menu
and made a scanner_menu.php
What Im trying to achieve is similar to this html example
http://www.clan-tfb.co.uk/scanner_menu.htm
I want to make a menu with an image in that links to http://www.cheat-scanner.co.uk
our site is http://www.clan-tfb.co.uk
I hope you can help... I'm just learnin php
I can sort the dir etc just get errors when trying to insert the image with link... this is my example (wrong) effort.
<?php
$caption = "Support CheatScanner";
$text =
'img src='http://www.clan-tfb.co.uk/cheatscanner.jpg' alt='Support Cheat Scanner' '
;
";
$ns -> tablerender($caption, $text);
?>