Hi I have added WebCalendar to this site http://www.abnc.org/WebCalendar To get the calendar to look like the rest of the site I have to add the menu in a custom header file provided by the calendar. Everything works OK except the mouseover does not work in the calendar. When you mouseover an event ...
You were all correct. The problem was I had defined <base href="http://mysite.com" /> This caused the link to go to the home page mysite.com/#MAIN_TOP I removed the base href tag and it all works.
Ruth Thanks for the quick response. They wanted a different background color or image for the body that would flank both sides of the main table. This would only be seen by people who use a wider screen resolution. That is why I set table background to white. I will use the body tag to set the ...
I do a little volunteer work form time to time and use my website to develop website for non-profit organizations. I am redesigning this for http://www.abnc.org.
I have searched the post and help files but can not find the answer. It must be so simple everyone but me knows.
My problem is, my menus look great until I changed the background color of the table they are in to white. Now the menu items with sub menus are white and menu items with links are OK ...
Thanks GigWebGuy This gave me quotes in the menu and this error message when validating. I have also tried "li". It works but I get the same error message with the exception "br" is now "li".
Line 67, column 31: document type does not allow element "br" here
Hi I want to have a line break and indent on a couple of menu items. Easy enough <br /> . Problem is I get an error message when validating the page. Do I have another option? I tried <br /> ang got more errors when validating the page. Line 67, column 30: document type does not allow ...
I don't know if this is a javascript or php problem. I use templates creating these pages. I have a header menu file and a footer menu file. In my footer menus I want a link to the top of the page. I need to dynamicly set the page name and path. When I tried php the file name returned was the footer ...