how to add some tag code in my blog
-
hi i having a problem of including code that contains some tags (spring related tag as <bean> etc) but when i choose code tag to display my that contains tags like <bean>. it becomes invisible in preview
what can i do to write the code in my blog
-
Sorry but I’m not quite sure what you mean. Do you mean you want to write tags for your posts (like “poetry”, “Spring”), or HTML tags, like bold or italic?
http://faq.wordpress.com/2006/06/08/allowed-html-tags/Or are you inserting a code and it’s disappearing? If that’s what’s happening, it’s possible you might be trying to insert Javascript, which is stripped out of WordPress.com blogs for security reasons. There’s no way round that.
http://faq.wordpress.com/2006/05/07/javascript-can-i-use-that-on-my-blog/If you could explain again, we might get a better idea of what you want, and see if we can help.
-
i means i want to write some code using code tag that includes
<bean id =”myId”>
…
</bean>and this is invisible inside my code tag … how can i make such tags that part of my code visible
-
I do not understand how to help this blogger so I’m bumping this in the hope some other blogger can help.
-
I think what you are trying to do is to display a code as a copy in an article.
Just go to … Manage => Post => Post => Visual => Paste your code as a article and it won’t disappear.
The code will disappear if you are using the … Manage => Post => Post => Code => Paste your code and it will disappear.
… if I understand what you are trying to do … :-)
-
-
-
ok i got the solution….. the requirement was i needed to select visual mode while editing user
-
<bean id=...></bean>Indicates the code is javascript and javascript is not allowed here at wordpress.com.
- The topic ‘how to add some tag code in my blog’ is closed to new replies.