Hi,
I want have a menu option on my phprunner project which just takes the user to a static page, (like a help page for instance) which just contains some HTML to display.
The only way I can think of doing this is a bit of a bodge. Create a view, with just one field which contains the HTML, and displaying that one field in the visual editor.
Is the best way to just manually edit the links in the generated code, and link to a page I've created?
Thanks