John, you can take a look at it
hereNotice the main menu separator image, it is taller than the menuitem...but menu stays in the middle. No matter what i try to do with it, to make menu stay on bottom with css or in its cell..the menu still reamins in the middle.
But look at the bottom part where the Links is...noticed the separator image, they are all align to stay on bottom.. even the links stay at bottom...and i never modified it...how are they staying at the bottom? But when i try it on Menu it doesn't?
I also found a bug with the separator XML parser for the [LINKS] tag, When i set it up in the XML i add the " " for example...
<img src="image.gif"> ...with the Links parser... after it gets converted it will add the "image.gif" as the file name...basically including the quotes with it..and when i run it..the image wont show up because it has included the quotes as a filename.. But yet when i do that on the MENU parser..it works fine...
[MENU] And [LINKS] should have same functions?