| Author |
Message |
itzzmesur
Joined: 08 Feb 2007 Posts: 35
|
|
help!! Need to add the scrolling news title |
|
My first post with the request,
I need to add the scrolling news( the title of the news only) section in my website (www.nepalmountainnews.com/nmnews/), can any one help me please.
|
|
| Thu Apr 05, 2007 9:04 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
scottdallas

Joined: 04 May 2006 Posts: 2027 Location: US |
|
|
|
The link you provided doesn't seem to be working.. however.. all you need to scroll stuff (other than images.. I guess this only works in IE and firefox won't support it) is to use the <marquee></marquee> tags. Do something like this in your templates:
 |  | <marquee><a href="{link=home/post}">{title}</a></marquee> |
That'll work on IE and FF. Is this what you meant?
_________________ www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me  |
|
| Thu Apr 05, 2007 1:52 pm |
|
 |
itzzmesur
Joined: 08 Feb 2007 Posts: 35
|
|
|
| Sun Apr 08, 2007 6:53 am |
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 551 Location: Hoogeveen, NL |
|
|
| Sun Apr 08, 2007 12:20 pm |
|
 |
itzzmesur
Joined: 08 Feb 2007 Posts: 35
|
|
it is now working |
|
Hello ,
Thanks for the help now the scrolling are working in www.nepalmountainnews.com by just using the marquee.....
|
|
| Wed Apr 11, 2007 6:04 am |
|
 |
alven
Joined: 05 Jul 2006 Posts: 126
|
|
|
|
it is working but each title in a new line so may I ask for a help to let the titles to be on one line like that
title1 title2 title 3 title 4 and so on please
Thanks in advance
|
|
| Wed Dec 26, 2007 1:02 pm |
|
 |
alven
Joined: 05 Jul 2006 Posts: 126
|
|
|
|
any help please?
|
|
| Sat Dec 29, 2007 11:35 am |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 2027 Location: US |
|
|
|
 |  | it is working but each title in a new line so may I ask for a help to let the titles to be on one line like that
title1 title2 title 3 title 4 and so on please |
Did you use the marquee code in your template that I posted above? You might want to use some 's cause you'll need gaps between them.. I can't understand why it's showing up on multiple lines for you
_________________ www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me  |
|
| Sun Dec 30, 2007 5:19 am |
|
 |
alven
Joined: 05 Jul 2006 Posts: 126
|
|
|
|
yes, I did
 |  |
<?php
$static['template'] = "tik";
$static['category'] = "16";
$number['number'] = "12";
include("/home/abc/public_html/cnr/show_news.php");
?>
|
template
 |  |
[full-link]<marquee>
<a target="_blank" href="{link=home/post}" >{title}</a>[/full-link]</marquee>
|
so may I ask you what is wrong in my code?
It is very strange that this give me each title in a line
like that
title1
title2
title3
But what I need is to let all titles in one line like this
title1 title2 title3 and so on
|
|
| Sun Dec 30, 2007 10:43 am |
|
 |
alven
Joined: 05 Jul 2006 Posts: 126
|
|
|
|
Thanks GOD, solved. Thank you Scottdallas.
Happy New Year all of you.
|
|
| Sun Dec 30, 2007 9:53 pm |
|
 |
sitehire
Joined: 27 Mar 2008 Posts: 7
|
|
|
|
I'm having the same problems.
I'm trying to use a marquee to display like a news ticker, but for some reason it's showing the news on top of each other liek...
news1
news2
news3
instead of like: news1 news2 news3
I've tried adding nbsp; but to no avail?
|
|
| Thu Apr 03, 2008 12:58 pm |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 2027 Location: US |
|
|
|
This is probably what you want for your active news template. Copy paste:
 |  | <a href="{link=home/post}">{title}</a> |
_________________ www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me  |
|
| Sun Apr 06, 2008 9:37 pm |
|
 |
nam

Joined: 23 Dec 2006 Posts: 141
|
|
|
| Sun Jul 27, 2008 12:06 am |
|
 |
|