Bloggeries

Go Back   Blog Forum - Bloggeries > Blogging Basics of the Blogosphere > Blogging Basics

Blogging Basics Come here to learn the basics of blogging.

Learn how to set up a blog, start blogging, produce quality content and use these forums as your internet marketing courses.

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old February 27th, 2009, 06:19 AM
fareedquraishi's Avatar
Brand Spanking New Member
 
Join Date: Feb 2009
Posts: 9
iTrader: (0)
fareedquraishi is on a distinguished road
Smile how to and where to place back URL in HTML code

any one kindly tell me that how the back link URL be paste in HTML code and where should they be paste in code, secondly i want to arrange RSS Feed Guide icons like the pic i posted above can some body tell me how to do

thanx

Last edited by sadiessay-so; February 27th, 2009 at 11:22 AM.. Reason: took out pic - see below
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote

Don't Like Ads?? Register as a Member and These Ads Will Disappear!

-->
  #2  
Old February 27th, 2009, 11:24 AM
sadiessay-so's Avatar
Bonafied Blogaholic
Super Moderator
 
Join Date: Sep 2008
Location: America
Posts: 1,262
iTrader: (0)
sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute
Send a message via AIM to sadiessay-so
Default Re: how to and where to place back URL in HTML code

I took out your picture because when I clicked on it the link it sent me to had porn pics all over the side. NOT good because I'm at work, and I don't want any of our other members to have an issue. Luckily I'm in my office so no one saw, but someone else may not be so lucky.

Can you explain a little better what your trying to ask? I'm not sure that I understand, but I'll try to help.
__________________
*Sadie* - Sadie's Skinny
Follow me on Twitter SadiesSkinny
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #3  
Old February 27th, 2009, 03:19 PM
fareedquraishi's Avatar
Brand Spanking New Member
 
Join Date: Feb 2009
Posts: 9
iTrader: (0)
fareedquraishi is on a distinguished road
Smile Re: how to and where to place back URL in HTML code



pic reloaded in imageshack hoope now it will be better option and not make me more embarras

sir i am really sorry for that i dunno why it happened let me find out better place to store that pic so that i can make you under stand, my question is that how can i place feed back icons in some order like in two or three columns and 4 or 5 rows very near to each other, secondly is there any otherway than copying html code into widget, thirdly how and where i should copy backlink url codes in main page html code, sorry for probably not using exact jargons bcz i am novice into it. and once again i am sorry for that site and that made me embarrased too

Last edited by fareedquraishi; February 27th, 2009 at 03:52 PM.. Reason: image reloaded in imageshack.us
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #4  
Old February 27th, 2009, 04:36 PM
sadiessay-so's Avatar
Bonafied Blogaholic
Super Moderator
 
Join Date: Sep 2008
Location: America
Posts: 1,262
iTrader: (0)
sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute
Send a message via AIM to sadiessay-so
Default Re: how to and where to place back URL in HTML code

So you want to have images in columns? The best way to do it (at least what I do and it works on my blog) is:

<a href="http://__________"target="_blank"><img src="http://URL OF HOSTED IMAGE"></a>
<a href="http://__________"><img src="http://URL OF HOSTED IMAGE"></a>
<br>

Then just repeat as needed. In the blank, put the website of where you want the outbound link to go, and where it says URL OF HOSTED IMAGE, put the url of wherever your image is hosted. The trick to making sure the columns line up is making sure your images are the same size. If you need to add that in your coding it looks like this:


<a href="http://__________"><img src="http://URL OF HOSTED IMAGE" height=" " width=" "></a>

Between the " " put the size you want.

For your second question - are you using Wordpress? I don't use widgets at all. I always put my raw html into my sidebar files themselves and upload them through Filezilla. I don't know how comfortable you'd feel doing that, but for a short answer, no, you don't have to copy and paste into a widget.

For your third question, I'd put backlink urls, if they're for submission sites, I'd just put them all in one widget and stick it at the bottom corner somewhere. If you have an option to hide them, I would. There's a code you can use to do that. Read this thread about that.
__________________
*Sadie* - Sadie's Skinny
Follow me on Twitter SadiesSkinny
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #5  
Old February 27th, 2009, 10:45 PM
Nathan's Avatar
Resident Experiment Inventor
Administrator
 
Join Date: Mar 2008
Location: USA
Posts: 2,823
iTrader: (0)
Nathan has much to be proud of Nathan has much to be proud of Nathan has much to be proud of Nathan has much to be proud of Nathan has much to be proud of Nathan has much to be proud of Nathan has much to be proud of Nathan has much to be proud of
Default Re: how to and where to place back URL in HTML code

I use a table to layout my images. If you want check out the code at the bottom of my blog Inkweaver Review. That will show you a good way to organize the images.
__________________
+ Experiment Garden is my current blog for experiments and my project portfolio.
+ My first blog was Inkweaver Review. Now I work on Bookflavor

+ You should try out Duck Duck Go
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #6  
Old February 28th, 2009, 05:39 AM
fareedquraishi's Avatar
Brand Spanking New Member
 
Join Date: Feb 2009
Posts: 9
iTrader: (0)
fareedquraishi is on a distinguished road
Default Re: how to and where to place back URL in HTML code

Quote:
Originally Posted by sadiessay-so View Post
So you want to have images in columns? The best way to do it (at least what I do and it works on my blog) is:

<a href="http://__________"target="_blank"><img src="http://URL OF HOSTED IMAGE"></a>
<a href="http://__________"><img src="http://URL OF HOSTED IMAGE"></a>
<br>

Then just repeat as needed. In the blank, put the website of where you want the outbound link to go, and where it says URL OF HOSTED IMAGE, put the url of wherever your image is hosted. The trick to making sure the columns line up is making sure your images are the same size. If you need to add that in your coding it looks like this:


<a href="http://__________"><img src="http://URL OF HOSTED IMAGE" height=" " width=" "></a>

Between the " " put the size you want.

For your second question - are you using Wordpress? I don't use widgets at all. I always put my raw html into my sidebar files themselves and upload them through Filezilla. I don't know how comfortable you'd feel doing that, but for a short answer, no, you don't have to copy and paste into a widget.

For your third question, I'd put backlink urls, if they're for submission sites, I'd just put them all in one widget and stick it at the bottom corner somewhere. If you have an option to hide them, I would. There's a code you can use to do that. Read this thread about that.
Thanx a lot for taking your time for my guidance, lemme try and i will get back to you for update. hope it will work.
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #7  
Old February 28th, 2009, 05:50 AM
fareedquraishi's Avatar
Brand Spanking New Member
 
Join Date: Feb 2009
Posts: 9
iTrader: (0)
fareedquraishi is on a distinguished road
Default Re: how to and where to place back URL in HTML code

Quote:
Originally Posted by sadiessay-so View Post
So you want to have images in columns? The best way to do it (at least what I do and it works on my blog) is:

<a href="http://__________"target="_blank"><img src="http://URL OF HOSTED IMAGE"></a>
<a href="http://__________"><img src="http://URL OF HOSTED IMAGE"></a>
<br>

Then just repeat as needed. In the blank, put the website of where you want the outbound link to go, and where it says URL OF HOSTED IMAGE, put the url of wherever your image is hosted. The trick to making sure the columns line up is making sure your images are the same size. If you need to add that in your coding it looks like this:


<a href="http://__________"><img src="http://URL OF HOSTED IMAGE" height=" " width=" "></a>

Between the " " put the size you want.

For your second question - are you using Wordpress? I don't use widgets at all. I always put my raw html into my sidebar files themselves and upload them through Filezilla. I don't know how comfortable you'd feel doing that, but for a short answer, no, you don't have to copy and paste into a widget.

For your third question, I'd put backlink urls, if they're for submission sites, I'd just put them all in one widget and stick it at the bottom corner somewhere. If you have an option to hide them, I would. There's a code you can use to do that. Read this thread about that.
Really thankfull to you, it worked and now i am reorganising them, will let you know after doing job done, once again thanks
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #8  
Old February 28th, 2009, 01:32 PM
Blognemesis's Avatar
Blogger Supreme
 
Join Date: Feb 2009
Posts: 112
iTrader: (0)
Blognemesis is on a distinguished road
Default Re: how to and where to place back URL in HTML code

What sort of software do you use to resize pics for blog use. Is there a decent free photoshop-like program out there that will do the trick?
__________________
My Blog:www.crackedworld.com
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #9  
Old February 28th, 2009, 06:36 PM
sadiessay-so's Avatar
Bonafied Blogaholic
Super Moderator
 
Join Date: Sep 2008
Location: America
Posts: 1,262
iTrader: (0)
sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute sadiessay-so has a reputation beyond repute
Send a message via AIM to sadiessay-so
Default Re: how to and where to place back URL in HTML code

Quote:
Originally Posted by fareedquraishi View Post
Really thankfull to you, it worked and now i am reorganising them, will let you know after doing job done, once again thanks
Glad it worked! Let me know for sure once you're finished and if you need to do any tweaking I'll see what I can do.
__________________
*Sadie* - Sadie's Skinny
Follow me on Twitter SadiesSkinny
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
  #10  
Old February 28th, 2009, 06:40 PM
fareedquraishi's Avatar
Brand Spanking New Member
 
Join Date: Feb 2009
Posts: 9
iTrader: (0)
fareedquraishi is on a distinguished road
Default Re: how to and where to place back URL in HTML code

Quote:
Originally Posted by Blognemesis View Post
What sort of software do you use to resize pics for blog use. Is there a decent free photoshop-like program out there that will do the trick?
i use PS, but can locate/search for you and as well for my self too, will let you know
Digg this Post!Add Post to del.icio.usReddit! Stumble this Post!Twit this!
Reply With Quote
Reply

Bookmarks

Tags
backlinks , html , rss , rss feeds

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 05:46 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 RC1

Blog Directory | Submit Blog | Latest Blogs | Blogging Blog | Blog Reviews | Blog Forum