Quote:
Originally Posted by Dagothar
Greetings! My thanks to the originator of this thread, and for the moderators and devs who are keeping us going.
I've followed the instructions, and I think it's performing exactly as it was meant to, but not quite like I need it to. So, I have two additional questions.
1. I'm an html beginner, a bit beyond n00b, and I think this is an html issue. Anyway, how do I get the html map to fill the page, and not remain limited to one line the way these instructions were originally set up?
The current output is here: http://www.the-sentinels.net/forum/DarkfallMap.php
My Darkfall.php and DarkFallMap templates are in the attachments here.
2. How do I limit access to this php page to certain usergroups, preferably in the Admin Control Panel? I suspect the latter involves making this a product/add on, and I am sure not ready for that.
Thanks in advance for any help. 
|
The HTML in your template is the problem. There are a lot of errors that need correcting before you will know for sure what's causing it. See these errors:
http://validator.w3.org/check?uri=ht...idator%2F1.606
Try correcting them one at a time, revalidating as you go, starting with the topmost error. You will find that often errors cascade, and fixing something as simple as a misplaced tag will correct dozens of others. But until you fix these you'll continue to have problems.