next to my avatar and name there is a link that should link to my blog. When i tested it, it takes me to the DP page I am on. Is this normal? It shows the title of my blog, yet it does not take me to the post. here is the beginning of the source code of my blog, maybe I posted wrong link? <!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' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <meta content='true' name='MSSmartTagsPreventParsing'/> <meta content='blogger' name='generator'/> <link rel="alternate" type="application/atom+xml" title="Kurosawaland - Atom" href="http://kurosawaland.blogspot.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="Kurosawaland - RSS" href="http://kurosawaland.blogspot.com/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title="Kurosawaland - Atom" href="http://www.blogger.com/feeds/5961821198259975161/posts/default" /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www2.blogger.com/rsd.g?blogID=5961821198259975161" /> <title>Kurosawaland</title> <style id='page-skin-1' type='text/css'>
Regarding blog feeds, can you only use the specific ones? I made a custom RSS page but seems to not even work, though I don't see why...(since RSS is sort of a universal system)
I was trying a few of mine, none of them worked: http://www.insanevisions.com/rss.php http://www.politicalyard.com/news_rss.php
arright i fixed, my problem. Unfortunately the link only takes it to an rss page, not the actual blog. Whatever, not like anyone would read it anyway. The way I solved it was just putting another URL in there, I think it was an xhtml/atom link.
Actually I put in a wrong link to one of them, I wanted to try and use: charliepage.net/rss.php That won't work either. (all 3 are a combination of blogging and news) If there is some HTML I am missing in the rss I can put it in.