Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages

www.blogsome.com Forum Index » CSS and template layout issues

Post new topic   Reply to topic
Random taglines?
View previous topic :: View next topic  
Author Message
Wizard



Joined: 14 Nov 2005
Posts: 5

PostPosted: Mon Nov 14, 2005 1:36 pm    Post subject: Random taglines? Reply with quote

Was wondering if it would be possible to have random taglines. I tried to insert a javascript which will do it into index and it says some smarty tag error. Any ideas?
Back to top
View user's profile Send private message
schinckel



Joined: 03 Apr 2005
Posts: 1238
Location: Adelaide, Australia

PostPosted: Mon Nov 14, 2005 9:52 pm    Post subject: Reply with quote

Place {literal} {/literal} around your JavaScript.

Then post your JS here for others to see!
_________________
Blogsome Forum: Rules/Search
WordPress Codex; Smarty Tags Docs
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Wizard



Joined: 14 Nov 2005
Posts: 5

PostPosted: Tue Nov 15, 2005 2:01 am    Post subject: Reply with quote

Code:
<div id="description">{literal}
<script language="JavaScript">
<!--
function random_text()
{};
var random_text = new random_text();
var number = 0;
random_text[number++] = "tagline1"
random_text[number++] = "tagline2"
random_text[number++] = "tagline3"
random_text[number++] = "tagline4"
random_text[number++] = "tagline5"
random_text[number++] = "tagline6"
var random_number = Math.floor(Math.random() * number);
document.write(random_text[random_number]);
--></script>{/literal}
</div>
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    www.blogsome.com Forum Index » CSS and template layout issues All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum