I can't wrote HTML Code in visual mode
-
Dear WordPress Team,,
This week, i’ve got some problem in my blog pressdesain.wordpress.com and the problem is, when i try to wrote a HTML Code in visual mode (my blog is tutorial blog, so i share html code) and when i published it, it was changed! And when i try that code after published, it can’t work… However, when i use the code that i wrote before published, it’s absolutely work! Specially for img url.. I mean after code src=”link” the link was changed to be weird code.. Sorry for my english… Thanks so much, hope you’ll respond this problem :) Hello from IndonesiaThe blog I need help with is: (visible only to logged in users)
-
To display code correctly you need to convert it to the right HTML entities (then paste the result in the Text editor, not the Visual). You can do that here:
http://www.plus2net.com/html_tutorial/tags-page.phpIf the code contains URLs, you’ll also need to do something to prevent them from becoming live links. For example, you can enclose the colon in span tags or replace the colon with the HTML entity for a colon (&-#-0-5-8-; minus the dashes).
-
<!– blueadvertise.com ad code : Half Banner 234×60 –>
<script type=”text/javascript” language=”javascript”>
var ad_pid = “23586”;
var ad_nti = “BAFN”;
var ad_width = “234”;
var ad_height = “60”;
var ad_format = “234×60”;
var ad_cat = “0”;
var ad_retbase = document.referrer;
var ad_rettop = top.document.referrer;
var ad_retpar = parent.document.referrer;
var ad_loc = document.location.href;
var ad_toc = “MjM1ODZ8MjM0eDYwfDIzNHw2MHww”;
</script>
<script type=”text/javascript” language=”javascript” src=”http://my.blueadvertise.com/__adserver/insertions/show.js”>
</script>
<!– End of blueadvertise.com ad tag –> -
blueadvertise.com ad code
script type=”text/javascript” language=”javascript”
Neither of those is allowed:
http://en.support.wordpress.com/advertising/
- The topic ‘I can't wrote HTML Code in visual mode’ is closed to new replies.