how do I link my blog to my wedsite?

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
User avatar
ravenfire5
Newbie
Posts: 7
Joined: Fri Dec 31, 2010 12:14 pm

how do I link my blog to my wedsite?

Post by ravenfire5 »

i have a blog on blogger and i want to be able link on my website, i looked at the tutorial or CGwiki, but it was not very helpful. i think it is outdated a little.
so i need help with that.
Image

User avatar
Lando
Regular Poster
Posts: 255
Joined: Thu Apr 27, 2006 11:50 am
Location: Roxboro
Contact:

Re: how do I link my blog to my wedsite?

Post by Lando »

do you want it to work with rss? do you want to display your blog on your page like I did on mine? www.back2roxboro.com
Lando

"My spelling and grammar come with a disclaimer."

www.back2roxboro.com

User avatar
ravenfire5
Newbie
Posts: 7
Joined: Fri Dec 31, 2010 12:14 pm

Re: how do I link my blog to my wedsite?

Post by ravenfire5 »

yes, I want that, how do I do that?
Image

User avatar
Lando
Regular Poster
Posts: 255
Joined: Thu Apr 27, 2006 11:50 am
Location: Roxboro
Contact:

Re: how do I link my blog to my wedsite?

Post by Lando »

Code: Select all

<iframe src="http://back2roxboro.blogspot.com" width="800" height="400"></iframe>
change the params to fit your needs and the address to your blog address and blammo there ya go :) careful when you add links to your blog though they will open up in the iframe on your site unless you add

Code: Select all

target="_blank"
after the web address in any link so it would look like this in html

Code: Select all

<a href="http://leasticoulddo.com" target="_blank">
that basically tells a link to open to a new page or tab depending on how the reader has their browser set up ^_^
Lando

"My spelling and grammar come with a disclaimer."

www.back2roxboro.com

User avatar
ravenfire5
Newbie
Posts: 7
Joined: Fri Dec 31, 2010 12:14 pm

Re: how do I link my blog to my wedsite?

Post by ravenfire5 »

thank you ! :D
Image

Post Reply