The text is coming up to the right of the ul instead of below it, I have tried to change the display type, width and margin (via google research)but still cannot get the text to move under the list.
Any help appreciated
The text is coming up to the right of the ul instead of below it, I have tried to change the display type, width and margin (via google research)but still cannot get the text to move under the list.
Any help appreciated
Concerning the list issue, why are you floating it?
Also, your <section>
tags are not quite correct. Make sure you have an opening tag (<section>
) and closing tag (</section>
) wrapped around all the content for each section.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.