HTML - Feed Preview On Web Page
Is there a way to have an RSS Feed Preview automatically display on a web page without using iFrame?
Thank you. Eckersen Similar TutorialsHi EveryBody, I want to add a preview of html page feature in my project. I had created registration form and I need when user click submit button,user should get a preview of registration form after that further operation will b performed. Guys just tell me how can i achieved this. Any clue or sample code so i can learn it and implement in my project. Hi, Please can you tell me how I put the following XML feed Code: http://www.thomsonfly.com/generated/flight-offers.xml into the following HTML web page???? Thanks! Code: <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-us"> <title>Contact Us</title> </head> <body> <div align="center"> <center> <table border="0" width="1133"> <tr> <td valign="top" width="104"> </td> <td valign="top" width="900"> <p align="left"><span lang="en-gb"> <font size="5" face="Verdana" color="#FF6600"> Book It Yourself</font></span></td> <td width="6"></td> <td width="6"></td> <td width="5"></td> </tr> <tr> <td valign="top" width="104"> <p><span lang="en-gb"><font face="Verdana" size="2"> <a href="http://www.itstravel.co.uk/index.htm">Home</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/about.htm">About Us</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"> <a href="http://www.itstravel.co.uk/israelholidays.htm">Israel Holidays</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/pilgriminfo.htm"> Pilgrim Tours</a></font></span></p> <form name="Menu1"> <p><select name="Link" size="1"> <option selected value="http://www.itstravel.co.uk/index.htm">Book It Yourself</option> <option value="http://www.itstravel.co.uk/bookflight.htm">Flight</option> <option value="http://www.itstravel.co.uk/bookhotel.htm">Hotel</option> <option value="http://www.itstravel.co.uk/carrental.htm" target="_blank">Car Rental</option> <option value="http://www.purpleparking.com/its/"> Airport Car Park</option> <option value="http://www.its.goldcover.net/">Insurance</option> </select> </p> <p> </p> <p> <input type="button" value="Go" onClick="window.location = document.Menu1.Link.options[document.Menu1.Link.options.selectedIndex].value;"> </div> </p> <p><font face="Verdana" size="2"><span lang="en-gb"><a href="http://www.itstravel.co.uk/newsletter.htm">Newsletter</a></span></font></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/contact.htm"> Contact Us</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/links.htm">Links</a></font></span><br> <br> <a target="_blank" href="http://www.abta.com"><img src="Images/abta.jpg" alt="abta" width="85" height="40" border="0"></a><br> <a target="_blank" href="http://www.caa.co.uk/default.aspx?catid=27"> <img src="Images/caa.jpg" alt="caa" width="41" height="43" border="0"></a><img src="Images/IATA%20JPEG.jpg" alt="iata" width="56" height="39" border="0"></p> <p></td> <td valign="top" width="900"> <p align="center"> </p> <p align="center"><span lang="en-gb"><font face="Verdana" size="2">Click on any of our partner Flight Operators below and <br> go ahead to book your own flight to anywhere in the world</font></span>!<span lang="en-gb"><font face="Verdana" size="2"> <br> </font></span></p> <p align="center"> <a href="http://www.thomson.co.uk/canberra/click?target=www.thomson.co. uk&source=41&cid=1&sid=publisherpagelocation" target="_blank"> <img src="http://www.lduhtrp.net/image-2227511-10362993" width="468" height="60" alt="Thomson Holidays - Click Here!" border="0"/></a> </p> <p align="center"> <span lang="en-gb"><font face="Verdana" size="2"><br> <a>http://www.thomsonfly.com/generated/flight-offers.xml</a> </font></span></p> <blockquote> <blockquote> <blockquote> <blockquote> <form> <table cellpadding="2" cellspacing="0" border="0" bgcolor="#FFFFFF" height="262"> <tr> <td align="middle" height="21"> </td> </tr> <tr> <td align="center" height="20"> </td> </tr> </table> <INPUT TYPE=hidden NAME=FCode VALUE="72ws89md"> </form> </blockquote> </blockquote> </blockquote> </blockquote> </td> <td valign="top" width="5"> <p align="left"></td> </tr> <tr> <td valign="top" width="5"> </td> </tr> <tr> <td valign="top" width="5"> </td> </tr> </table> </center> </div> </body> </html> Hey guys, I was wondering if anyone knew how to implement an RSS feed into the home page of a website? We're looking to add one to increase SEO (mainly just to test at the moment and see if it helps). If anyone could help that'd be great! I'm using cPanel if that counts for anything....cheers! Hi 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 example_code.html HTML Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Example Code</title> <link rel="stylesheet" href="example_code_styles.css" type="text/css" /> <script type="text/javascript"> function PreviewCode() { document.getElementById("output_view").innerHTML= document.getElementById("input_view").value; } // Set desired tab- defaults to four space softtab var tab = " "; function checkTab(evt) { var t = evt.target; var ss = t.selectionStart; var se = t.selectionEnd; // Tab key - insert tab expansion if (evt.keyCode == 9) { evt.preventDefault(); // Special case of multi line selection if (ss != se && t.value.slice(ss,se).indexOf("\n") != -1) { // In case selection was not of entire lines (e.g. selection begins in the middle of a line) // we ought to tab at the beginning as well as at the start of every following line. var pre = t.value.slice(0,ss); var sel = t.value.slice(ss,se).replace(/\n/g,"\n"+tab); var post = t.value.slice(se,t.value.length); t.value = pre.concat(tab).concat(sel).concat(post); t.selectionStart = ss + tab.length; t.selectionEnd = se + tab.length; } // "Normal" case (no selection or selection on one line only) else { t.value = t.value.slice(0,ss).concat(tab).concat(t.value.slice(ss,t.value.length)); if (ss == se) { t.selectionStart = t.selectionEnd = ss + tab.length; } else { t.selectionStart = ss + tab.length; t.selectionEnd = se + tab.length; } } } // Backspace key - delete preceding tab expansion, if exists else if (evt.keyCode==8 && t.value.slice(ss - 4,ss) == tab) { evt.preventDefault(); t.value = t.value.slice(0,ss - 4).concat(t.value.slice(ss,t.value.length)); t.selectionStart = t.selectionEnd = ss - tab.length; } // Delete key - delete following tab expansion, if exists else if (evt.keyCode==46 && t.value.slice(se,se + 4) == tab) { evt.preventDefault(); t.value = t.value.slice(0,ss).concat(t.value.slice(ss + 4,t.value.length)); t.selectionStart = t.selectionEnd = ss; } // Left/right arrow keys - move across the tab in one go else if (evt.keyCode == 37 && t.value.slice(ss - 4,ss) == tab) { evt.preventDefault(); t.selectionStart = t.selectionEnd = ss - 4; } else if (evt.keyCode == 39 && t.value.slice(ss,ss + 4) == tab) { evt.preventDefault(); t.selectionStart = t.selectionEnd = ss + 4; } } </script> </head> <body> <table class="column"> <tr> <td class="header"> Input View </td> </tr> <tr id="input_view_container"> <td> <textarea spellcheck="false" onkeydown="return checkTab(event);" name="input_view" id="input_view" wrap="hard"></textarea> </td> </tr> <tr> <td id="button_container"> <input type="button" value="Preview Code" onClick="PreviewCode()" id="button" /> </td> </tr> </table> <table class="column" id="output_column"> <tr> <td class="header"> Output View </td> </tr> <tr id="output_view_container"> <td> <div id="output_view"> </div> </td> </tr> </table> </body> </html> example_code_styles.css HTML Code: html { width:100%; height:100%; } body { margin:0px; width:100%; height:100%; } td { padding:0px; } .column { width:50%; float:left; border-collapse:collapse; width:50%; height:100%; background-color:rgb(217,217,217); overflow:hidden; } .header { font-size:18pt; border-bottom:1px solid black; height:30px; } #input_view_container { text-align:center; height:100%; } #output_view_container { height:100%; } #output_view { height:100%; } #input_view { width:95%; height:95%; resize:none; } #output_column { border-collapse:collapse; border-left:1px solid black; } #button_container { text-align:center; height:1em; padding-bottom:10px; } #button { width:95%; } The Javascript I found at: http://ajaxian.com/archives/handling-tabs-in-textareas First of all, this code could probably be cleaned up a lot, as I just wrote it. Don't worry about that, unless you have lots of extra time on your hands. But, my question is, how can I convert this into only using divs. The idea is, I have a fixed size header and footer, on the left, and a fixed size header on the right. I want the middle to fill the remaining space on the left, and the bottom to fill the remaining space on the right. I do not want to use Javascript for the layout of the page, as I will have alternative code for the user without Javascript. Any ideas? Also, feel free to copy this code for your own purposes. When the code is complete, I will move the code over to the "Peddlers Village" or wherever it needs to be. After hours of figuring out position absolute and position relative code and putting it in a nice div section, I got what I wanted. I previewed my page in my web browser (IE8). I was trying to overlay text on a graphic. It looked perfect. Then I uploaded it to my server and went to my website (again in IE8). None of the words were properly lined up. They were too high and too far to the right. Does anyone know why this would be? I ended up just putting my old pages back up.... I thought some screenshots would be helpful: The first one is how it looked from my harddrive; the second one is uploaded to my server: Hi guys, pretty new to html coding and stuff. was wondering is it even possible for html to say have a browse button and upon click the image file directly shows the picture in a picture box above or somewhere on the same page ? Ok so i have the hover box working i see the pictures I see the text. However I cant figure out how to change the font style please help.
HTML Code: <html> <head> <title>MARK-10 Force Gauge Series BG</title> <link rel=stylesheet href="../../stylesheet2004.css" type="text/css"> <script src="../../jquery.js" type="text/javascript"></script> <script src="../../main.js" type="text/javascript"></script> <style type="text/css"> <!-- p{ clear:both; margin:0; padding:.5em 0; font:Arial, Helvetica, sans-serif; } pre{ display:compact; font: 100%, Arial, Helvetica, sans-serif, monospace; padding:10px; border:1px solid #bae2f0; background:#e3f4f9; margin:.5em 0; overflow:auto; width:800px; } img{border:none;} ul,li2{ margin:0; padding:0; } li2{ list-style:none; float:bottom; display:inline; margin-right:10px; font-family:"Arial Black", Gadget, sans-serif; } /* */ #preview{ position:absolute; border:1px solid #ccc; background:#333; padding:5px; display:inline-table; color:#fff; } title{ font:Arial, Helvetica, sans-serif; } --> </style></head> <td width="8" class="divid" id="spacer"> </td> <td width="671" id="content_table"> <h1><strong>QUICK-CHANGE GRIP ADAPTERS</strong></h1> <p>These unique adapters mount between a force gauge loading shaft and a grip, providing several useful benefits:</p> <ol> <li>Simply and quickly change grips, ideal for laboratory and other environments with multiple test applications. </li> <li>Prevent grip rotation about the loading shaft, eliminating the need to manually adjust grips. </li> <li>Align grips with respect to the force gauge, ensuring that samples are tested in a consistent manner.</li> </ol> <p>Models AC1033-1 and AC1033-2 include all the attachments and hardware necessary to mount one grip to a force gauge loading shaft. Attachments for grips only are also available. </p> <p><strong style="color: #F00">Note:</strong> These attachments are compatible only with Mark-10 Series 5 digital force gauges.</p> <h2> </h2> <table width="658" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="38%"><img src="../accessories/quick-change-3-closeup.jpg" width="250" height="250"></td> <td width="62%"><p class="menuheader" style="font-weight: bold; color: #0E4AB1;">Photo Gallery (Mouse Over Pictures)</p> <ul> <li2><a href="../accessories/quick-change-3lg.jpg" class="preview" title="Shown mounted between a Series 5 force gauge and <br> a G1021 curved padded attachment." ><img src="../accessories/quick-change-3sm.jpg" alt="gallery thumbnail" /></a></li2> <li2><a href="2.jpg" class="preview"><img src="2s.jpg" alt="gallery thumbnail" /></a></li2> <li2><a href="3.jpg" class="preview"><img src="3s.jpg" alt="gallery thumbnail" /></a></li2> <li2><a href="4.jpg" class="preview" title="Lake and a mountain"><img src="4s.jpg" alt="gallery thumbnail" /></a></li2> </ul></td> </tr> <tr> <td height="195" colspan="2"><p><img src="../../images/hd-ordering.gif" width="280" height="15"></p> <hr size="1"> <table width="658" > <tr> <td width="82" class="tableheader1">Model No.</td> <td width="480" class="tableheader1">Description </td> <td width="80" class="tableheader1">US Price</td> </tr> <tr> <td class="model_c">AC1033-1</td> <td class="data_c">Quick-change adapter, complete kit, #10-32</td> <td class="price_c">$125.00</td> </tr> <tr> <td class="model_c">AC1033-2</td> <td class="data_c">Quick-change adapter, complete kit, 5/16-18</td> <td class="price_c">$125.00</td> </tr> <tr> <td class="model_c">AC1034-1</td> <td class="data_c">Quick-change adapter, grip attachments only, #10-32</td> <td class="price_c">$75.00</td> </tr> <tr> <td class="model_c">AC1034-2</td> <td class="data_c">Quick-change adapter, grip attachments only, 5/16-18</td> <td class="price_c">$75.00</td> </tr> </table></td> </tr> </table> <p> <p><br> </p></td> </tr> </table> <table border="0" width="98%" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> </table> <br><br> <script language="javascript" src="../../bottomnav.js" type="text/javascript"></script> <!-- Start SuperStats code version 2.0f. Do not alter this code! http://www.superstats.com --> <script language="JavaScript"> var code = " "; </script> <script src="http://code.superstats.com/code?u=bfridman"> </script><script language="JavaScript"> document.write(code); </script><noscript> <a href="http://stats.superstats.com/c.cgi?u=bfridman" target="_top"><img src="http://stats.superstats.com/b.cgi?u=bfridman&z=1" border=0></a></noscript> <!-- End SuperStats tracking code. --> </body> </html> Hey everyone - can anyone help me to even get started on how to do the following: When i'm searching in google for a website called 4xp.com you can see that on google there is website name+description and under it there is some sort of a list. I'm attaching a file here with an image that will show the result. My question is: Can i do it in HTML, if yes then how? If not - how can i do it?! Thanks, Igal First off I am new to web design, so please take that into consideration. This question is hard for me to word, so here I go.. I apologize in advance. I would like to display a short description + link to content / articles that are on other pages of my website. For example: like on nypost.com - How on the main index page they have very short blurbs about all kinds of articles, then when you click on them they go to the full size article on another page. This is obviously all automatically generated onto the main index page. How can I accomplish this? *Overall goal* I would like to write articles, blog posts, ect.. and have them automatically show up on my main index page? I hope this makes sense.. It has been hard for me to search for an answer, because I don't think I am using the right term, or wording it incorrectly. Thanks! Kyle So I created an html file in text edit and when I try to preview it in Safari or Firefox, they both just show the html code. This is the code, simple right? <html> <body> <h1> Carly Krysak</h1> <p>Marketing Director</p> <h2>Frank's Auto Supermarket</h2> <p>P: 724.430.2000</p> <p>F: 724.438.5990</p> <a href="http://tiny.cc/FbWeSpeakCar">Facebook</a> <a href="www.autosupermarket.com">Website</a> <a href="www.GrindingGearsBlog.com">Blog</a> </body> </html> As long as it's saved as an html file and being opened in a browser it should show right? Help please. I am working on an index page with menu for a friend and originally did the page an menu separately....I was able to get them to work together but when i do the In-Dreamweaver preview does not work...This is very important because she will need the preview to make her changes... Everything looks fine upon viewing in browser but no preview.... I think it probably has something to do with me using two different body tages with two different csses....Can somebody take a look and see if they can find my problem? Any help would be greatly appreciated! You can view an online version at: http://www.firstpresgreenville.org/NEWFPATEST/menu.html HI, Can anybody recommend a gadget for Previewing / Thumbnailing HTML templates on my hard drive. I have lots of index.html pages in different folders and I'm looking for a way to flick through them, rather than having to go in and open the files individually. 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 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 Ok, Ill change my request. Could someone please put the follow heading on top of this RSS: http://www.urcardworld.com/news.html <img src="http://www.onlineeire.com/images/discusshk/logo.jpg" I seem to be having difficulty in doing so. Also if someone could centre the breaking news so as I would have blank left and right sides that would be great. Thanks again. Any help is very much appreciated. Hello, I am trying to add an RSS feed that pulls from about a few sites to http://www.econslt.com/test/index3.html under "Breaking News". I want this to update and conform to about the dimensions on the page 235 x 300. This is also my first RSS so I'm not too sure on the process. What is the best way to accomplish this? The site is ECI, I want to pull from the links at http://www.usa.gov/Topics/Reference_...Security.shtml. So, I want them to display as links under the "Breaking News" section. you click, you go to the article. But, how can I make this also something you can subscribe to? 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. Not sure where to post this as there isn't really a section for XML / RSS. Mods - Feel free to move it to somewhere else i appropriate. I have written an RSS feed which I want to place on a website I'm managing. Here's my code. Code: <?xml version="1.0"?> <rss version="2.0"> <channel> <title>Latest Snooker Table</title> <description>Leamington and District Snooker League Tables</description> <link>http://swweb.frih.net/LDBSA</link> <item> <title>Snooker Tables - 24th May 2007</title> <description> <h2>Premier Division</h2> <table style="font: 10pt verdana, arial;padding:5px;border:1px solid #000;border-collapse:collapse;"> <tr> <th style="text-align:left;border:1px solid #000;border-collapse:collapse;">Team</th> <th style="border:1px solid #000;border-collapse:collapse;">Pld</th> <th style="border:1px solid #000;border-collapse:collapse;">Won</th> <th style="border:1px solid #000;border-collapse:collapse;">Lost</th> <th style="border:1px solid #000;border-collapse:collapse;">Pts</th> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Shades 2nd</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">17</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">2</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">94</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Kenilworth Conservatives 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">16</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">2</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">83</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Nelson 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">75</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Cubbington 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">11</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">7</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">67</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Shades 4th</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">65</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Harbury 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">56</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Windsor</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">53</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Warwick Conservatives 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">52</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Lillington 3rd</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">5</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">13</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">39</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Harbury 3rd</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">4</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">14</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">20</td> </tr> </table> <br /> <br /> <b>Related Link</b>: <a href=http://swweb.frih.net/LDBSA/s_tables.php>http://swweb.frih.net/LDBSA/s_tables.php</a> </div> </description> <link>http://swweb.frih.net/LDBSA/s_tables.php</link> </item> </channel> </rss> Now I want to simply update this file each week by changing the date in the title, and obviously update the table positions etc. I have tested this, and although the news readers I am testing in download the original message. When I updste the message and re-upload it to my web server, the readers will not download the new updated message. Is it because they think it's the same message as previously? Is there a setting I can code within the <item> tag that will let readers know it has been updsted? Or maybe giving the items an ID, which I can increment each time, and therefore telling the readers that it's a new version of the file? I want to just update this each week, upload it to the server and know that people who've subscribed to it will get the new message. I have tested this using Outlook 2007 and Thunderbird 2.0 The feed can be accessed from http://swweb.frih.net/LDBSA/snookertables.xml |