How do you embed HTML into posts?
-
I’m trying to embed an HTML block of code into a post, but it doesn’t seem to be working, is there a way to allow for HTML in posts?
-
sorry, I was out, heres the code:
<!– include cost of war javascript; this runs the counter –>
<script language=”JavaScript” src=”http://costofwar.com/costofwar.js”></script>
<!– the elements ‘row’ and ‘alt’ will be changed by the javascript to contain
the correct numbers –>
<div><b>Cost of the War in Iraq</b></div>
<div id=”raw”>(JavaScript Error)</div>
<div>To see more details, click here.</div>
<!– this line triggers the counter to start –>
<script language=”JavaScript”>
inc_totals_at_rate(1000);
</script> -
@hanso
If you read the pnk sticky FAQs’ at the head of the forum, or the FAQs bolg or type javascript into the forum search baox you will find that the wordpress.com MU programming strips javascript, styles and frames. These are not allowed for security reasons. Thus JAVASCRIPT code you are embedding is a no go. -
- The topic ‘How do you embed HTML into posts?’ is closed to new replies.