Inserting Divs onto pages using the HTML editor
-
Hi, new to WordPress so apologies if I am doing something idiot wrong.
I am trying to insert a Div on a page and then control it using a ID set in the style sheet. But it is not working, the Div style is not showing up:
<div id="faqs">Something or other</div>Then setting this in the CSS as so:
#fags { float: left; width: 200px; height: 200px; background-color: #ccc; }The text appears but the styling does not.
Heeellllppp!
Regards,
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Inserting Divs onto pages using the HTML editor’ is closed to new replies.