|
Posted by DBLEXPOSURE on 07/09/05 02:00
"Geoff Berrow" <blthecat@ckdog.co.uk> wrote in message
news:asvtc1l3vuoam1i3koum97oq7tf2uadjsh@4ax.com...
>I noticed that Message-ID: <BqWdnbsmdIIiZ1PfRVn-tQ@rapidnet.com> from
> DBLEXPOSURE contained the following:
>
>>I am looking for a simple php script to display my current menu (want to
>>avoided editing every page when menu changes are made)
> <?php
> include("mymenufile.php");
> ?>
>
> --
> Geoff Berrow 0110001001101100010000000110
> 001101101011011001000110111101100111001011
> 100110001101101111001011100111010101101011
This is the html for my image map menu, What php do I add to it before
saving as mymenufil.php ?
<img src="menu.jpg" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="33,13,115,39" href="/wildlife/">
<area shape="rect" coords="35,50,140,71" href="/landscape/">
<area shape="rect" coords="34,88,126,109" href="/portrait/">
<area shape="rect" coords="34,123,145,144" href="/blackwhite/">
<area shape="rect" coords="37,232,142,254" href="/slideshows/">
<area shape="rect" coords="34,269,128,288"
href="mailto:celstuff@hotmail.com">
<area shape="rect" coords="36,305,102,325"
href="http://imagequest.netfirms.com">
<area shape="rect" coords="37,160,107,185" href="/macro/">
<area shape="rect" coords="35,199,130,223" href="/photoart/">
</map>
</html>
Navigation:
[Reply to this message]
|