|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 Html linking(Click here to view the original thread with full colors/images)Posted by: Phiberoptik Hey fella techies I am looking for some help on getting together a aggregator blog on blogger.com or any other blogging sites. Apart from my own stories and pictures, I am also looking at providing links to other travelogues and linking to stories (html files) there. Most of the target sites do not support RSS. These are plain jane html sites. The 'target' pages do not exactly host live content updated by the minute but rather manually updated once in a while. Here are some examples of the stories I could to link to - [url]http://www.geocities.com/jamiehide/travelogues.htm[/url] [url]http://www.bsmotoring.com/bsm/wcms/e...vel/index.html[/url] [url]http://www.geocities.com/bhuniahoo/index.html[/url] I was wondering how to make links into these pages along with a small description of the content (the first few sentences perhaps). I just need links+summary on my page and don't want the content itself to be displayed here to avoid copyright issues. I could set up links manually but I was wondering if there was a solution to gather new links as and when they are created. Suggestions please guys? :) Posted by: Raze664 [code]<a href="url">Text to be displayed</a>[/code] Posted by: Phiberoptik Cheers for that mate. Was wondering if there's batch html processor to do that cos there's a whole bunch of html files/urls i want to link to. Posted by: Raze664 Not sure about that, though I know Dreamweaver 8 comes in handy now and then. Posted by: HTMLg33k i can do it. just send me all the links, and what you want them to say. e-mail it to me please, not PM. [email]sammyparo@gmail.com[/email] Posted by: Menekali You could use some php to do that. That's not a bad idea, and php script that would write links in large amounts for you. I'll see if i can whip something up :D Posted by: Menekali Here ya go, really simple and crude, but it does what you're looking for i think: [url]http://gauges.freehostia.com/url/url1.php[/url] Posted by: Phiberoptik Cheers menekali I just tried the page and the code generated is cool but when I tried to copy paste the code into a html writer, it resulted in this - <a href="http://http://www.geocities.com/jamiehide/travelogues.htm">Enter Caption here</a> <a href="http://http://www.bsmotoring.com/bsm/wcms/e...vel/index.html">Enter Caption here</a> <a href="http://http://www.geocities.com/bhuniahoo/index.html">Enter Caption here</a> Is it because of the spacing between the generated code? Seems like the "<" and ">" gets replaced with "<" and ">" when I try to paste it. [QUOTE][i]Originally posted by Menekali [/i] [B]Here ya go, really simple and crude, but it does what you're looking for i think: [url]http://gauges.freehostia.com/url/url1.php[/url] [/B][/QUOTE] Posted by: Menekali What are you pasting it into? It seems that maybe your editor or IDE is replacing them with special ASCII charsets, they will actually parse properly if you were writing a webpage. Leave those in there the way they are, and save the file. Load the page up, and see if they appear properly. Posted by: Menekali If that doesn't work properly, i'll see what i can do about fixing it. Should have used the htmlspecialchars function in php DOH! vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |