html - Accordion tags structure - wraping tag -


I have an ordinanton menu, which works fine, however, I use a wrapping tag to denote the entire Esperanto content Would like to do

The Accordion offers a single question (in its tap) and the user responds in the acoustical material.

What do I have here:

  & lt; Div class = "questions" & gt; & Lt ;! - This div open accordion tab - & gt; & Lt ;! - If I place the tag before "QBlock" - Epikrations stop working - & gt; & Lt; Div id = "QBlock" & gt; & Lt ;! - This is where the Ardiic material starts - & gt; & Lt; Table id = "qtable" & gt; & Lt; TR & gt; & Lt; Td width = "45" align = "left" valign = "top" scope = "row" & gt; & Lt; Div id = "QNumber" & gt; 4.2 & lt; / Div & gt; & Lt; / TD & gt; & Lt; Td width = "100%" align = "left" valign = "top" & gt; & Lt; Div id = "qtext" & gt; Text & lt; / Div & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; / Div & gt; & Lt; Div & gt; & Lt; Table id = "RTable" & gt; & Lt; TR & gt; & Lt; Td width = "100%" align = "left" valign = "top" style = "padding-right: 20px" & gt; & Lt; Div id = "guide" & gt; & Lt; P & gt; Content & lt; / P & gt; & Lt; / Div & gt; & Lt; / TD & gt; & Lt; Td width = "550" align = "left" valign = "base line" & gt; & Lt; Div id = "response" class = "feedback" & gt; & Lt; Label & gt; & Lt; Input type = "radio" name = "radio 402" value = "y" id = "radio_402Y" onchange = 'change radio (this, "402")' & gt; Yes & lt; / Label & gt; & Lt; Label & gt; & Lt; Input type = "radio" name = "radio 402" value = "n" id = "radio_402n" onChange = 'change radio (this, "402")' & gt; No & lt; / Label & gt; & Lt; / Div & gt; & Lt; Span id = "responseDetails" & gt; & Lt; Div id = "inspection" & gt; & Lt; Label = "observation" & gt; For observation: & lt; / Label & gt; & Lt; Textarea name = "observation" id = "obs402" line = "6" disabled style = "width: 530px;" Placeholder = "Enter the text of observation here ..." & gt; & Lt; / Textarea & gt; & Lt; / Div & gt; & Lt; Div id = "due date" & gt; & Lt; Label = "DueDate" for & gt; Due date: & lt; Br> & Lt; / Label & gt; & Lt; Input name = "free" type = "date" id = "dueDate402" /> & Lt; / Div & gt; & Lt; Div id = "proposed actions" & gt; & Lt; Label = "actions given" & gt; Proposed actions: & lt; / Label & gt; & Lt; Textarea name = "proposed actions" id = "pa402" rows = "6" style = "width: 530px;" & Gt; & Lt; / Textarea & gt; & Lt; / Div & gt; & Lt; / Span & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt ;! - It closes the div accordion tab - & gt;  

What I would like to do is allow me to wrap this whole question and enter the ID,

  & lt; Section id = "Q001" & gt; ... & lt; / Section & gt;  

which starts right above "QBlock" and ends before the final tag, but the epiRion does not allow any other wrapping. thank you in advanced.


Comments