The sample from the box sits just inside the top left corner, over a logo and I want to move it down the page and in a little more. How?
I tried altering _MenuOffset Top and _MenuOffset Left but these did not seem to mke a difference.
I added Top=20; just above the 'A1' code but that did not seem to make a difference?
Please show me the error of my ways.
URL = http://www.greatgaygatherings.co.uk/index2.htm
Thanks
Brendan
How do I position the menu on a simple web page?
-
- Beginner
- Posts: 7
- Joined: Wed Oct 15, 2008 12:00 pm
Re: How do I position the menu on a simple web page?
Hi,
You've capitalized top and left, change it to lower case. Also, if you want the menu below that image your code should be
left=20;
top=120;
Ruth
You've capitalized top and left, change it to lower case. Also, if you want the menu below that image your code should be
left=20;
top=120;
Ruth
-
- Beginner
- Posts: 7
- Joined: Wed Oct 15, 2008 12:00 pm
Re: How do I position the menu on a simple web page?
Thank you for your help.
Brendan
Brendan