adding HTML & CSS style to a post
-
I’ve switched off the WYSIWYG editor – and am trying to put in some style for a post. eg:
<style type="text/javascript>
.matt { color: #FFFFFF; }
</style>
<p class="matt">Hello
it appears in the editor ok – but when it is viewed as a post on the website, the code has been put with
<br />
tags around it! It looks like this:<style type="text/javascript">
.matt { color: #FFFFFF; }
</style>
<p class="matt">Hello
that then means the stlye is not working!!
where can I change the code to stop it doing this – or is there some function I can use to ignore ANY html in a post (ie: It isnt altered)…?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘adding HTML & CSS style to a post’ is closed to new replies.