Hi,
I was trying to link my domain to my blogger but it doesn't seem to work. I already own a domain, web host (from namecheap), and a blogger account. I can't seem to figure out how to link my url to my blogger. Can anyone help me?
I want to link my Domain to my blogger?
Create a new blog while creating new blog choose the option that you already own a domain, and change your nameserver of your domain as instructed.
Reply:Hi,
you can create a link pointing to the blog by using %26lt;a%26gt; tag in your HTML pages.
ie. %26lt;a href="myblog.blogger.com"%26gt;This is my blog%26lt;/a%26gt;
Or if you want, you can also automatically redirect users to your blog whenever they stumble unto your domain by using javascript and the window.location statement.
ie. %26lt;body onLoad="window.location='myblog.blogger....
Reply:Hi there.
you can choose one of these 3 ways.
1. use a hyperlink in your page referring to you blogger address.
%26lt;a src=[blogger full address]%26gt;[your text]%26lt;/a%26gt;
2. use a vbscript or java script to load your blogger address in your page
%26lt;script language="vbscript"%26gt;
window.open "[blogger full address]",__blank
%26lt;/script%26gt;
3. use an IFrame to load your blogger in body of your page
%26lt;iframe src="[your blogger full address]" %26gt;%26lt;/iframe%26gt;
Reply:In your domain account you should have an option to forward your domain. Just forward your domain name to the website URL that is hosting the blog.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment