Author | Thread |
|
08/16/2008 03:10:20 PM · #1 |
My website is hosted through ClickImage. You're supposed to be able to add hyperlinks through their easy interface. When I attempt to add one, it won't show on the actual website, although it does appear on the build page.
This photo is the input box for creating the hyperlink. I have no idea what the "ID" and "CLASS" boxes mean and I can't seem to find an answer on the Net. Could this be the source of my failure?
[thumb]710983[/thumb]
I know very little html but have managed to learn to put in my own hyperlink:
href="//blah.com">Title And that works and appears on the website - problem is, when clicked (even with the ctrl key held) it sends my website page to the link - I want it to open a new page/tab/window. I have read about adding the "_blank" into the code, but then it doesn't work again.
So I'm trying to use their built in feature rather than write it myself, in hopes that I can make it work that way. Any ideas?
|
|
|
08/16/2008 03:23:26 PM · #2 |
You need target="_blank" to send it to a new page.
Title
I think that's correct syntax. Someone will correct me if I'm wrong.
|
|
|
08/16/2008 03:25:14 PM · #3 |
|
|
08/16/2008 03:26:00 PM · #4 |
Originally posted by cpanaioti: You need target="_blank" to send it to a new page.
Title
I think that's correct syntax. Someone will correct me if I'm wrong. |
That's how I've always done it. |
|
|
08/16/2008 03:28:36 PM · #5 |
And a question for the experts here: I realized that the new version of Firefox does something funny. If you open a window with JavaScript and provide a link with target "_blank" in that new window, the linked page will be opened in the parent window. This is particularly annoying when the parent window is hidden behind the one you opened with JavaScript. Users will click and apparently nothing happens...
Why did they change this? Or am I doing something wrong? |
|
|
08/16/2008 03:58:49 PM · #6 |
Originally posted by aliqui: Originally posted by cpanaioti: You need target="_blank" to send it to a new page.
Title
I think that's correct syntax. Someone will correct me if I'm wrong. |
That's how I've always done it. |
That's exactly what I thought from the reading I've done. But as soon as I type that in myself, the link vanishes from the website page. When I reopen the page editor and look at it again, it's been changed to:
bpennphoto
The quotes around _blank disappear, which I assume is why it becomes invalid.
It appears that the only hope I have is to use the pop-up creator window (shown in the thumbnail in my original post) to do this. And it doesn't work when I try, but I don't know what the ID and CLASS mean, so I think I must have to fill them in.
What do they mean?
|
|
|
08/16/2008 04:04:28 PM · #7 |
Originally posted by OdysseyF22: Originally posted by aliqui: Originally posted by cpanaioti: You need target="_blank" to send it to a new page.
Title
I think that's correct syntax. Someone will correct me if I'm wrong. |
That's how I've always done it. |
That's exactly what I thought from the reading I've done. But as soon as I type that in myself, the link vanishes from the website page. When I reopen the page editor and look at it again, it's been changed to:
bpennphoto
The quotes around _blank disappear, which I assume is why it becomes invalid.
It appears that the only hope I have is to use the pop-up creator window (shown in the thumbnail in my original post) to do this. And it doesn't work when I try, but I don't know what the ID and CLASS mean, so I think I must have to fill them in.
What do they mean? |
Try single quotes target='_blank' |
|
|
08/16/2008 04:15:03 PM · #8 |
Nope.
The creator page has the option to display the text as just text or as html. Anytime I write the "_blank" (single or double quotes) in html mode and switch back to text, then back to html, the quotes vanish and the link fails.
*sigh* Perhaps it's just not supported by the page, to go to a new window. Even though their wizard thing has it as an option.
|
|
|
08/16/2008 04:22:02 PM · #9 |
Originally posted by OdysseyF22: [thumb]710983[/thumb]
...So I'm trying to use their built in feature rather than write it myself, in hopes that I can make it work that way. Any ideas? |
Actually, looking at the screenshot, you should just be able to select New Window from the drop down and it would create the link for you. Is that not what you are doing? Sorry, I am unfamiliar with ClickImage, but the UI you pictured looks like it should write the HTML for you. |
|
|
08/16/2008 04:29:30 PM · #10 |
Originally posted by Art Roflmao: Originally posted by OdysseyF22: [thumb]710983[/thumb]
...So I'm trying to use their built in feature rather than write it myself, in hopes that I can make it work that way. Any ideas? |
Actually, looking at the screenshot, you should just be able to select New Window from the drop down and it would create the link for you. Is that not what you are doing? Sorry, I am unfamiliar with ClickImage, but the UI you pictured looks like it should write the HTML for you. |
It should create it for me. But no matter what dropdown I select, it creates a bad link that won't show up on my webpage. (There are never any quotes around the target in the code line when it creates it.)
I've sent their Customer Support an email, but they won't see it until Monday and I want to try and get the site done this weekend, and thought someone here might know what's going wrong. I guess it's a problem in their system.
|
|
|
08/16/2008 04:45:45 PM · #11 |
Originally posted by OdysseyF22: Originally posted by Art Roflmao: Originally posted by OdysseyF22: [thumb]710983[/thumb]
...So I'm trying to use their built in feature rather than write it myself, in hopes that I can make it work that way. Any ideas? |
Actually, looking at the screenshot, you should just be able to select New Window from the drop down and it would create the link for you. Is that not what you are doing? Sorry, I am unfamiliar with ClickImage, but the UI you pictured looks like it should write the HTML for you. |
It should create it for me. But no matter what dropdown I select, it creates a bad link that won't show up on my webpage. (There are never any quotes around the target in the code line when it creates it.)
I've sent their Customer Support an email, but they won't see it until Monday and I want to try and get the site done this weekend, and thought someone here might know what's going wrong. I guess it's a problem in their system. |
Why not just edit the page after it's created and then ftp the new copy to the server. This may be a work around until the support people can provide a solution for you.
|
|
|
08/16/2008 04:56:03 PM · #12 |
Originally posted by cpanaioti: Originally posted by OdysseyF22: Originally posted by Art Roflmao: Originally posted by OdysseyF22: [thumb]710983[/thumb]
...So I'm trying to use their built in feature rather than write it myself, in hopes that I can make it work that way. Any ideas? |
Actually, looking at the screenshot, you should just be able to select New Window from the drop down and it would create the link for you. Is that not what you are doing? Sorry, I am unfamiliar with ClickImage, but the UI you pictured looks like it should write the HTML for you. |
It should create it for me. But no matter what dropdown I select, it creates a bad link that won't show up on my webpage. (There are never any quotes around the target in the code line when it creates it.)
I've sent their Customer Support an email, but they won't see it until Monday and I want to try and get the site done this weekend, and thought someone here might know what's going wrong. I guess it's a problem in their system. |
Why not just edit the page after it's created and then ftp the new copy to the server. This may be a work around until the support people can provide a solution for you. |
Can you restate that in plain English, please :-) I'm not sure I understand - edit after it's created? ftp?
Sorry, I'm new to web design stuff.
|
|
|
08/16/2008 05:02:19 PM · #13 |
Originally posted by OdysseyF22: Originally posted by cpanaioti: Originally posted by OdysseyF22: Originally posted by Art Roflmao: Originally posted by OdysseyF22: [thumb]710983[/thumb]
...So I'm trying to use their built in feature rather than write it myself, in hopes that I can make it work that way. Any ideas? |
Actually, looking at the screenshot, you should just be able to select New Window from the drop down and it would create the link for you. Is that not what you are doing? Sorry, I am unfamiliar with ClickImage, but the UI you pictured looks like it should write the HTML for you. |
It should create it for me. But no matter what dropdown I select, it creates a bad link that won't show up on my webpage. (There are never any quotes around the target in the code line when it creates it.)
I've sent their Customer Support an email, but they won't see it until Monday and I want to try and get the site done this weekend, and thought someone here might know what's going wrong. I guess it's a problem in their system. |
Why not just edit the page after it's created and then ftp the new copy to the server. This may be a work around until the support people can provide a solution for you. |
Can you restate that in plain English, please :-) I'm not sure I understand - edit after it's created? ftp?
Sorry, I'm new to web design stuff. |
Download the source to your computer.
Edit it using wordpad/notepad or whatever.
Upload it back to the server that is hosting your site. You do this using a program called an ftp client, like Wiseftp (which is free).
|
|
|
08/16/2008 05:36:22 PM · #14 |
Originally posted by cpanaioti:
Download the source to your computer.
Edit it using wordpad/notepad or whatever.
Upload it back to the server that is hosting your site. You do this using a program called an ftp client, like Wiseftp (which is free). |
Yep, just bypass your program. Open the corresponding .htm or .html file (I guess, I assume you're not using anything fancier. ;-) ) with Notepad, change the line with the link, save it again and upload it. Problem solved.
Oh, and forget about the "class" and "id" fields, you won't need them (they only affect the design of the link when you use fancy CSS and stuff...).
Message edited by author 2008-08-16 17:38:07. |
|
Home -
Challenges -
Community -
League -
Photos -
Cameras -
Lenses -
Learn -
Help -
Terms of Use -
Privacy -
Top ^
DPChallenge, and website content and design, Copyright © 2001-2025 Challenging Technologies, LLC.
All digital photo copyrights belong to the photographers and may not be used without permission.
Current Server Time: 08/27/2025 10:56:27 AM EDT.