How do I change the writing in a link picture so it doesn't say "link" and how to I change a banner pic that says "But your company banner here" to what I want it to say? I am blonde so sorry if this is a dumb question
You'll have to get a little bit more familiar with your HTML to tackle this one but its not hard! :) You'll need some kind of text editor too. If its a very simple page and you don't have a lot of code to contend with you can use Notepad.
Now open up your page in notepad and you're going to see all of the code that displays things the way they're supposed to be shown for your visitors. You're going to be looking for the 'link' tag, its going to look something like this:
This code tells the browser that this is a link, and that it goes to someplace. The address of your website goes into the httP: part, and the text you display to your visitor is the LINK section. If you want to change what it says, simply change LINK to whatever it is that you want it to say.
Now the second part, is very similar. What you're going to do is put an image in place of the link. You'll need to look for the image tag:
What you want to do is change the "/images/yourgraphic/" to wherever it is that your picture is located.
Check out some of the HTML tutorials on line to read a little bit more about the other tags and what they do.
Welcome to the forums, no questions are dumb ones. :)
OK, I've got a real basic question...I'm trying to load an existing banner onto a webpage I'm creating (with SeaMonkey) and don't have a clue...apparently.
I have copied the image to to the proper folder so I can get it onto the page, and I can get the HTML code...just trying to figure out how to make them work together. The idea is to send the reader to another site via the banner (that may be obvious to the experienced people here, but thought I'd throw it in just in case...)
I may have been making this too hard...I was able to create/insert a link by editing the image properties. But I'd still like to know how to load an existing banner directly onto the page...
This way, you're transforming a picture into a link.
Now, every time a user clicks on your banner he will be redirected to wherever you want him to be redirected ( the location of the page you declared here: <a href="the address of the other site">)
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
You have not yet logged in, or registered properly as a member
You are a member, but no longer have posting rights.
This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.