WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

komebeaux


Registered Member
Registered Member
Hi, I'm a web design student and one of my assignments is to review some web design forums. I am to post a question regarding my final project on said forum and see what kind of help I get. So, here's a simple question that I could probably look up on my own, but I will throw out to you guys....

I am building my webpage in Dreamweaver CS5. In the banner at the top of the page, I have drawn a polygon around a somewhat arbitrary spot that links to another page (It's a wikipedia page, actually). What I would like to know is if there's a way to make that link, when clicked, to open a new tab rather than redirecting away from my site.

Thanks...

ankillien

ankillien
Administrator
Administrator
Hi,
Welcome to WebArtz Smile

You can make the link open in new tab/window by using the target attribute. You need to set _blank as the value and you are done.

Example:

<a href="http://wikipedia.org" target="_blank">
<img src="IMAGE URL HERE" />
</a>

RSguideMaker

RSguideMaker
Registered Member
Registered Member
Damn it Ank. You beat me to replying Razz

By the way, welcome to WebArtz. Why not introduce yourself on the Introductions forum?

komebeaux


Registered Member
Registered Member
RSguideMaker wrote:Damn it Ank. You beat me to replying Razz

By the way, welcome to WebArtz. Why not introduce yourself on the Introductions forum?

Thanks Ank for the answer.

RS, I will do just that, as I have a feeling I will be back frequently.

ankillien

ankillien
Administrator
Administrator
Glad we could help out Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum