HTML - News Display Feed
Ok so Im not sure what exactly what its called but I was wondering where I could get the code that would allow me to make my own news marque/feed/slideshow..thing
An example of what Im talking about can be found on the yahoo.com main page...right in the middle of the page where it says TODAY How would I go about making one of those that I can put my own news articles in? Does is there an html gen for this? Thanks! Similar TutorialsHi peeps, I apologise if this is in the wrong section, if so, please move to appropriate category. I have a basic understanding of HTML coding and I am attempting to learn new skills and tricks to help me in my development. I am currently in the process of developing a new site for myself and on this site I will have a news page, which I update weekly with news from the industry. I was wondering what is the best way of going about new news articles (written by myself, not taken from external sources) and also how to automatically update the 'news' snippet on the homepage when I add a new news article? Any advice or pointers in the right direction would be greatly appreciated. Thanks Hi there. I currently use a news feed widget from BlastCasta.com on a website for a leading gymnast, however i notice sometimes the news feed covers stories about someone with the same name (ie, they are not relevent to the gymnast at all!) Is there any way at all of using something else/something better? I am completely ignorant when it comes to News feeds/widgets and how to implement them. Any advice would be fantastic. See the current news feed page at http://www.bethtweddle.com/news.html I want to set up a news section on my website from my forums. Like I have an announcement section that I wanted to link to. How do I do that. Hello! I'm having some trouble designing a website in which I want to incorporate a news feed. Some examples of what I mean can be found at zerocommit.com bungie.net I would have no problem placing an Iframe, but I know that that won't work out when I want to update. Forgive my ignorace of the subject but I'm clueless. Any help is greatly appreciated. Hello! I have a website where I want to list the latest news from my blog. I want every news titles to be listed in addition to my main page on the website. Is it easiest to use an RSS Feed to solve this. Here are my thoughts anyway: http://enelesfilm.se/ovrigt/forum/example.gif Thanks for your help! Can somebody give me a code for close to the code on http://www.psp-hacks.com/ for news, and people leaving comments! Thanks in advance ps: my site is http://www1.webng.com/steer/index.htm and you see the background... I drew those two separator lines (they are not straight) is there any other way to do it? Here is the fresh background image a guy i know who runs a website had archieved news on his website without cutenews can someone please tell me the code for this...i cannot get my cutenews to work for some strange reason...thank alot everyone How would I get a scrolling news bar in my webpage? I am extremely new, so please post code. Thanks Sorry if this is the wrong place to post this. I want to be able to generate a RSS news feed from my website with latest news etc, but I really haven't a clue where to start. Would anyone of the experts on this forum be able to advise me of where to start and what is the best way to go about it? I hope you can help. Thanks Simon I am using this type of format for my rss feed: <?xml version="1.0" ?> <rss version="2.0"> <channel> <title>Bestsellersworld.com</title> <description>The latest book reviews for Bestsellersworld.com and Mysteries Galore</description> <link>http://www.bestsellersworld.com</link> <item> <title>The 5th Horseman by James Patterson</title> <link>http://www.bestsellersworld.com/reviews/patterson-the_5th_horseman.htm</link> </item> It works fine but I was wonder if there is a way I could add an image cover to the feed and if so how do I do it? hi this is gafadi and i am new i am creating a news html website .. i need some help .. i need to know how organize my site .. how to save the news that i publish everyday .suppose i publish news today and after 1 year people go to the search option and easily find that news .. thanks Ok, this is a long post and is a big request so if you dont want to read alot of text or dont give out freebies, I would advice you going away now if you dont want to waste any time. Ok, anyhow, hi. This is my first post ad its a biggy. As an overall summary, I need to create a form which can be filled out that posts the information onto 1 page, but also creates another page automatically with it on. Now the detail. I run a site which uses phpbb user as the main site profile. I have intergrated into my homepage so you can log in there and see the info. What i need is a form which can be filled out by an admin with specific fields that would add a news segment onto the homepage. What I can do of this is if the admin wants to post a news segment on the homepage, they can click a link that will lead them to a conformation page that asks for thier details again and then checks thier phpb usergroup to see if they are an admin or not. I can also make it so once they have conformed it, they have access to the form. Now the form is a bit complicated. First off it needs these fields: Title Home Segment Article Segment The title is self explanitary. It is the main title of the news segment itself. The home segment is a small description of the actual segment itself. Article segment is the tricky bit. I need it to create a new page within a specific folder and it be domain.com/folder/title.php . I would also like it to post the date within the tags below. Oh and there needs to be a readmore link created with a link to the article The actual html for the segments would be: <a name="title of segment"></a> <h2>title of segment</h2> <p>homepage desc for homepage of full desc for article </p> <p class="post-footer align-right"> <a href="article link" class="readmore">Read more</a><span class="date">check system date</span></p> <br /> If you need more info, which you probably do, dont hesitate to ask. My site homepage is this : http://theholostudios.co.uk . This is if you want to see the layout. Oh and sorry if this sounds quite nooby, i am still learning all this stuff. Is there a plugin or anything that would allow me to setup specific sections of a website where certain users can update with news? I hope I'm being clear, but this is what I want to do: There's a news section of my page, and currently I'm working with people who don't know a lick of HTML. They want to be able to add news articles without having to go through me. Is there a service or plugin or anything that will allow this to happen? Thanks in advance for any help! hey guys I am having problems with my website ---> www.triplestarnews.com/main firefox and safari load the page fine but explorer messes up the window size of the leftmost table frame. Any ideas on why the page looks very different on explorer? Any help would be greatly appreciated. -bonedog Hi all, Just signed up. I dabble occasionally with coding and would appreciate your help on a slight problem. I'm thinking of putting in a scrolling ticker with links to files on site so this is what I've put in (link removed): <marquee behavior="scroll" direction="left" bgcolor="#192025" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="4"><a href="link">Text</a></marquee> This is where my problem starts. The text is by default set to be black, therefore I can't see the text as the background colour is a shade of black. How do I change the text colour to white for this one bit? That's the first problem, I then tried to manually change it by adding some codes like this, which is messy: <marquee behavior="scroll" direction="left" bgcolor="#192025" onmouseover="this.stop()" onmouseout="this.start()" scrollamount="4"><a href="link"><font size="3" face="Yanone Kaffeesatz" color="white"> Text</a></font> </marquee> It is now white text but the problem is that it appears in Times New Roman I think. I then tried deleting the face=Yanone Kaffeesatz strand but it does not work. Thing is, with the first <marquee> example in my post, it defaults to the Yanone Kaffeesatz font with no mention of it (as that is what I use on my site), but it's in black. When I add the other string in the second example I get it in white but not in the font I want. Any help would be much appreciated. Hi there, Can anybody tell me where to get google news urls to put on my site?? Like the ones on this site. http://www.newvolleyball.com/news.php Any help will be appreciated. Thanks Kris Hi! I am currently studying a Comp Sci degree in college. I want to create a few webpages and cut my teeth. I know basic html but would like to do something more advanced. I want to add a widget or script of sorts to a webpage to allow news updates, adding pictures and text basically. I am not really sure what I am looking for and would just like to know what terms or terminology to search for. Would this come under the heading of Javascript, php, perl, widgets? Any help is appreciated. I'm trying to set up a scrolling news ticker for my Internet radio station. Specifications: * Must be at least 35px high. Width is 100% of the page. * Must be an scrolling ticker moving left and must be able to stop when scrolling over it. * Must be real-time (and maybe will have a timestamp, if possible) * Would like these RSS feeds to be integrated into this news ticker. WWPM MediaNet Station Feeds Station Blog: http://wwpmmedianet.wordpress.com/feed/ Twitter: http://twitter.com/statuses/friends_.../173749973.rss Central Illinois Regional News RSS Feeds: Herald & Review Breaking News: http://www.herald-review.com/search/...c&s=start_time Herald & Review Prep Sports: http://www.herald-review.com/search/...c&s=start_time WAND-TV Local News: http://www.wandtv.com/Global/categor...clienttype=rss WICS-TV Regional News: http://www.wics.com/template/inews_w...w.wics.com.xml Regional Weather: http://feeds.weatherbug.com/rss.aspx...st&zcode=z4641 St. Louis Metro & South Central Illinois Regional News RSS Feeds: STLToday.com Local News: http://www2.stltoday.com/search/?q=&...=rss&t=article STLToday.com Metro News: http://www2.stltoday.com/search/?q=&...=rss&t=article STLToday.com Metro East News: http://www2.stltoday.com/search/?q=&...=rss&t=article KSDK-TV Local News: http://www.ksdk.com/rss/news.aspx KPLR-TV Live Feed: http://www.kplr11.com/news/rss2.0.xml KMOV-TV Local News: http://www.kmov.com/news/local/index.rss2 KTVI-TV Fox 2 Top Stories: http://www.fox2now.com/news/rss2.0.xml Stock Market Info: If possible (even if it involves a second ticker): current live market prices with DJIA, NASDAQ, S&P 500 and the Chicago Board of Trade I would really appreciate it! Thank you! I am in the process of building a site and want to include a News section. However do most website do this manually or use sites like joomla, drupal, and such to do this? I would like something similar to HighTimes.com content articles with tags that connect everything together. Can someone please tell me how this is done? Thank you. Can someone help me create a scrolling news ticker in HTML code? I want to put rss feed into this scrolling ticker from an rss feed like yahoo news etc. It would be greatly appreciated if someone can help or give me the code. Ill be glad to put your name in the code. THanks. |