Cable Forum

Cable Forum (https://www.cableforum.uk/board/index.php)
-   General IT Discussion (https://www.cableforum.uk/board/forumdisplay.php?f=19)
-   -   Dreamweaver + Links (https://www.cableforum.uk/board/showthread.php?t=33602721)

Barewolf 26-10-2006 20:43

Dreamweaver + Links
 
Hi,

I am using dreamweaver and i am trying to add a link or two to my page.

I want to be able to add links incorporated into my text. Do you know what i mean? Like the above in blue.

And i need it to take people to another website in a seperate window.

I dont know how to do this in Dreamweaver, can anyone help? its for an assignment.

I chose "Add Hyperlink" but it seems this is for html documents within your webpage.

MadGamer 26-10-2006 20:48

Re: Dreamweaver + Links
 
Quote:

Originally Posted by Barewolf (Post 34145253)
Hi,

I am using dreamweaver and i am trying to add a link or two to my page.

I want to be able to add links incorporated into my text. Do you know what i mean? Like the above in blue.

And i need it to take people to another website in a seperate window.

I dont know how to do this in Dreamweaver, can anyone help? its for an assignment.

I chose "Add Hyperlink" but it seems this is for html documents within your webpage.

I have no experience with deamweaver, but i assume you want the links to appear like this: Google.

if so, you would do it like this:

<a href="http://www.websiteurl.com">Text here</a>

Barewolf 26-10-2006 20:50

Re: Dreamweaver + Links
 
Quote:

Originally Posted by MadGamer (Post 34145258)
I have no experience with deamweaver, but i asumme you want the links to appear like this: Google

I do yes.

Graham M 26-10-2006 20:53

Re: Dreamweaver + Links
 
If youre using the WYSIWYG view then select the text that you want to become a link and go Insert->Link

MadGamer 26-10-2006 20:55

Re: Dreamweaver + Links
 
if so, you would do it like this:

<a href="http://www.websiteurl.com">Text here</a>

Barewolf 26-10-2006 20:57

Re: Dreamweaver + Links
 
Quote:

Originally Posted by Zeph (Post 34145262)
If youre using the WYSIWYG view then select the text that you want to become a link and go Insert->Link

Theres no LINK feature.......

Ive gone into HTML code page and i get this which works.....

<a href="<A href="http://www.channel4.com/news/special-reports/special-reports-storypage.jsp?id=3673">Second">http://www.channel4.com/news/special-reports/special-reports-storypage.jsp?id=3673">Second
Website</a>

But it doesnt open it in another window

Enuff 26-10-2006 21:03

Re: Dreamweaver + Links
 
this should do it...

<a href="www.google.co.uk" target="_blank">Link</a>

handyman 26-10-2006 21:07

Re: Dreamweaver + Links
 
Quote:

Originally Posted by Barewolf (Post 34145253)

I chose "Add Hyperlink" but it seems this is for html documents within your webpage.

If you look at the tool bar down the boytom in dreamweaver it will have a drop down titled 'target' select:

_parent - to have it launch in the same window
_blank - to launch in a new window

Barewolf 26-10-2006 21:11

Re: Dreamweaver + Links
 
Quote:

Originally Posted by handyman (Post 34145274)
If you look at the tool bar down the boytom in dreamweaver it will have a drop down titled 'target' select:

_parent - to have it launch in the same window
_blank - to launch in a new window


Ahh good, cheers for that :)

Graham M 26-10-2006 21:13

Re: Dreamweaver + Links
 
Doh yeah and I use DW quite regularly :)


All times are GMT +1. The time now is 23:32.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum