Big problem O_O
-
Well I learned how to make a Moving Text
and i wanna put it in My SideBar “Widget” the Text widget
like this code:
<marquee direction="up" height="200" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()" width="100%" align="center">
<?php wp_get_archives(’type=postbypost&limit=10′); ?>
</marquee>this site told me to paste that code :http://www.uang.persusi.org/2007/07/18/html-moving-text-marquee-tutorial/
http://www.uang.persusi.org/2008/12/18/moving-text-marquee-at-blog-tutorial/
and everytime i paste the code into the widget it disappears automatically except the words that weren’t in the code -_-
any help please?
The blog I need help with is: (visible only to logged in users)
-
Is this you, linked to your nickname:
http://tikihall.wordpress.com/Things like “onmouseover” and “?php” will be stripped out of your code.
http://en.support.wordpress.com/code/
That link shows the codes we can use on WordPress.COM.Note that we don’t have access to php:
You can’t upload themes made of PHP or HTML files (which means most WordPress themes). This is for security and compatibility reasons. The only exceptions are for VIP bloggers.
- The topic ‘Big problem O_O’ is closed to new replies.