Technical Details
Forum version : phpBB3
Position : Founder
Concerned browser(s) : Mozilla Firefox
Who the problem concerns : All members
Forum link : http://www.saltvannsprat.com/
Description of problem
When attenpting to modify a HTML in the HTML pages management I have a problem with a <nav> tag that closes prematurely. I want the <nav> tag to enclose the entire HTML page, but the HTML editor won't let me. It immediately closes the tag. This is what I want to get:- Code:
<nav id="menu-wrap"> MY HTML CODE </nav>
But instead, this is what I get after saving the HTML file:
- Code:
<nav id="menu-wrap"></nav> MY HTML CODE <nav id="menu-wrap"></nav>
The end result is of course that my HTML code is not enclosed by the <nav> tag.
Thanks for your help!
Last edited by Soulmonster on February 3rd 2015, 9:43 pm; edited 1 time in total