Computer Help and Spyware Removal Computer Help and Spyware Removal Computer Help and Spyware Removal Computer Help Forums Windows Startup Programs Database Spyware and Malware Removal Guides Computer Tutorials Uninstall Database File Database Computer Glossary Computer Resources
 

Welcome Guest ( Log In | Click here to Register a free account now! )



Register a free account to unlock additional features at BleepingComputer.com
Welcome to Bleeping Computer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.
Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.

 
Reply to this topicStart new topic
> Banners With Links, CREATING BANNERS IN PHOTOSHOP CS3 OR POWERPOINT
terrispeakz
post Jan 15 2008, 01:00 PM
Post #1


Member
**

Group: Members
Posts: 33
Joined: 10-January 08
Member No.: 182,497



Hi, All smile.gif

Can anyone here help me with step by step instructions for how, after creating a banner in Photoshop cs3, I would go about making the banner "linkable" and creating a code for the banner so that when you click on it, it takes you to a web page. I have a business website and a server through 1and1.com, is there anything else that I would need to make this happen?

Thanks in advance - in case you haven't been told recently - Y'ALL ARE GREAT! clapping.gif

TERRI!

{Mod Edit:Moved to more apprpriate forum,boopme}

This post has been edited by boopme: Jan 15 2008, 02:07 PM
Go to the top of the page
 
+Quote Post
groovicus
post Jan 15 2008, 02:35 PM
Post #2


Hail Groovicus!
******

Group: Site Admin
Posts: 6,454
Joined: 5-June 04
From: Vermillion, SD
Member No.: 689



It is pretty straight-forward html:

<A HREF="http://www.mycoolwebpage.com"><IMG SRC="banner.gif" ALT="Home"></A>

The HREF portion tells the browser where to go when the banner is clicked, the SRC portion tells the browser where the banner image is located,either in the same directory like this:
CODE
|-Directory_where_my_web_Stuff_is
   |-mywebpage.html
   |-banner.gif

Or located in an images directory, which is in turn contained in the directory that contains your webpage.
CODE
|-Directory_where_my_web_Stuff_is
   |-mywebpage.html
   |-images
        |-banner.gif


If you use the first example, then you can reference your image as shown in the HTML code I just gave you. If you put the image in a subdirectory, then you need to change the SRC link to say "images/banner.gif"

That's pretty much it.


--------------------
Go to the top of the page
 
+Quote Post
terrispeakz
post Jan 15 2008, 04:11 PM
Post #3


Member
**

Group: Members
Posts: 33
Joined: 10-January 08
Member No.: 182,497



Thank you, Groove smile.gif

I am far too technologically dysfunctional to get this, I see now crazy.gif

How do you attach a code to an image in the first place? for instance, I make a custom banner...how do I even save the file so that it becomes something that a code is attached to? do I save it as a jpeg? and then how do I re-format it and where, so that it becomes a clickable/linkable image

I hope I'm not frustrating you, but I don't know how to save it, where to store it and how to code it after I've created it

scratchhead.gif
Go to the top of the page
 
+Quote Post
Dialer
post Jan 15 2008, 04:19 PM
Post #4


Distinguished Member
*****

Group: Members
Posts: 642
Joined: 4-November 07
From: The Great State of Disarray
Member No.: 167,506



Howdy, stranger! cowgirl.png

Just save the image as a jpeg or gif to whatever folder on your HD that you want.

Then you upload it to your website, using FTP or the site or file manager in the control panel of your website.

The code isn't actually attached to the image itself, but is in the web page that will includes the image.

Has someone else been managing your site for you up to this point?


--------------------
Go to the top of the page
 
+Quote Post
groovicus
post Jan 15 2008, 04:35 PM
Post #5


Hail Groovicus!
******

Group: Site Admin
Posts: 6,454
Joined: 5-June 04
From: Vermillion, SD
Member No.: 689



AS dialer already mentioned, a clickable banner is simply an image, so there is no code 'attached' to the image. All you are doing is telling the webpage "Hey, I want to display a picture of some sort, and I want it so that when a user clicks on it, they will be taken to my website."

I just had another thought... are you trying to make a clickable banner that you can insert into, say, your signature or something?


--------------------
Go to the top of the page
 
+Quote Post
Dialer
post Jan 15 2008, 04:38 PM
Post #6


Distinguished Member
*****

Group: Members
Posts: 642
Joined: 4-November 07
From: The Great State of Disarray
Member No.: 167,506



Ahhhh, I see. Because of our conversation in your CS3 thread, I had assumed that you already had a functional site. But now I realize you're probably just starting to build it.

At 1x1 they have several different site-building tools for your use, depending on which plan you have. They probably have decent tutorials for you to follow. Check those out, and if you have any more questions - any at all! - git yourself back here, girl!

ETA: Good thought, groovicus. I had assumed she wanted to put the banner on her site.

This post has been edited by Dialer: Jan 15 2008, 04:43 PM


--------------------
Go to the top of the page
 
+Quote Post
terrispeakz
post Jan 15 2008, 06:46 PM
Post #7


Member
**

Group: Members
Posts: 33
Joined: 10-January 08
Member No.: 182,497



Groove, Dialer smile.gif

Sup super people

My website is up and functioning www.urbanaspeakz.com...but my webmistress does all of that stuff and she charges for questions!! so I'm trying to figure this out on my own. I have my account with 1and1, and I know how to put images into a file on my FTP server...what I don't understand is this:

Are you saying that I create the image...upload it to the FTP server and then, let's say I do want to put it in my email signature, or on Myspace or anywhere...I would type in the code that Groove provided and when it appears for someone else, instead of seeing the code, they see the image/banner and because of the formatting within the code, all they have to do is click and it can direct them to a website?
Go to the top of the page
 
+Quote Post
Dialer
post Jan 15 2008, 06:59 PM
Post #8


Distinguished Member
*****

Group: Members
Posts: 642
Joined: 4-November 07
From: The Great State of Disarray
Member No.: 167,506



QUOTE(terrispeakz @ Jan 15 2008, 04:46 PM) *
what I don't understand is this:

Are you saying that I create the image...upload it to the FTP server and then, let's say I do want to put it in my email signature, or on Myspace or anywhere...I would type in the code that Groove provided and when it appears for someone else, instead of seeing the code, they see the image/banner and because of the formatting within the code, all they have to do is click and it can direct them to a website?

Yes and no and yes, I think. blink.gif

Once the image is uploaded to your server, there are various ways you can display it, as you suggested. I can't help you with the e-mail signature, because it's been years since I used anything but web-based mail.

If Myspace allows you to use HTML, then you're good to go with code that groovicus posted. Otherwise, you might find instructions at Myspace telling you how to post an image with a hyperlink (clickable link).

Most forums use board code, which is similar to HTML, and is often specialized, depending on the board software involved. And even more confusing, the code used for putting an image into your signature on a forum is often HTML. So, what I'm saying is that the code is really dependent on where you want to post the banner.

Just so you know, many boards don't allow people to link to commercial sites in their signatures or otherwise, so you'd also need to check the rules of any board where you might want to post it.

Ummmm..... does that help any?


--------------------
Go to the top of the page
 
+Quote Post
terrispeakz
post Jan 22 2008, 09:05 AM
Post #9


Member
**

Group: Members
Posts: 33
Joined: 10-January 08
Member No.: 182,497



DIALER, I'm sorry that I'm sooo late in responding, I've been crazy busy and haven't even had a chance to try it out yet...but I will and I will keep you posted on how it went.

thanks for everything! thumbup2.gif
Go to the top of the page
 
+Quote Post
Dialer
post Jan 22 2008, 02:04 PM
Post #10


Distinguished Member
*****

Group: Members
Posts: 642
Joined: 4-November 07
From: The Great State of Disarray
Member No.: 167,506



Hi Terri,

No rush, no worries. smile.gif


--------------------
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 9th January 2009 - 04:48 AM


Advertise   |   About Us   |   Terms of Use   |   Privacy Policy   |   Contact Us   |   Site Map   |   Chat   |   Tutorials   |   Uninstall List
Discussion Forums   |   The Computer Glossary   |   Resources   |   RSS Feeds   |   Startups   |   The File Database   |   Malware Removal Guides

© 2003-2008 All Rights Reserved Bleeping Computer LLC.