HighDots Forums  

Dreamweaver Novice - Problem with Links?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Dreamweaver Novice - Problem with Links? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Carl Jarvis
 
Posts: n/a

Default Dreamweaver Novice - Problem with Links? - 04-02-2006 , 06:54 AM






Hello Group

I am trying to write a website for a friend and cannot believe the trouble I
am having with links.

Could you please have a look at www.johnachterberg.com and after you have
selected 'English' the next page just doesnt work.

For example the navigation icons are in a folder called navimages but they do
not show up. When clicked these navigation images should open up the relevant
webpage which are stored in the same folder but they do not.

Any ideas what I have done wrong?

Many thanks,

Carl.


Reply With Quote
  #2  
Old   
Josie1one
 
Posts: n/a

Default Re: Dreamweaver Novice - Problem with Links? - 04-02-2006 , 07:01 AM






You have code in the wrong place. Take everything between your opening
<table width="800" and </table> and place it immediately below </head>
While you're doing that I'll have a look at what you asked about!
Jo


"Carl Jarvis" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hello Group

I am trying to write a website for a friend and cannot believe the trouble
I
am having with links.

Could you please have a look at www.johnachterberg.com and after you have
selected 'English' the next page just doesnt work.

For example the navigation icons are in a folder called navimages but they
do
not show up. When clicked these navigation images should open up the
relevant
webpage which are stored in the same folder but they do not.

Any ideas what I have done wrong?

Many thanks,

Carl.




Reply With Quote
  #3  
Old   
Josie1one
 
Posts: n/a

Default Re: Dreamweaver Novice - Problem with Links? - 04-02-2006 , 07:07 AM



I can't see your problem (other than that you're using frames which advised
not to do because of the problems you'll encounter - but I suspect it's too
late to steer you away). The pages all load correctly. Clear your cache if
you are not seeing the pages, see if it helps (Ctrl+F5).
Post back if you still have problems.
Jo

"Carl Jarvis" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hello Group

I am trying to write a website for a friend and cannot believe the trouble
I
am having with links.

Could you please have a look at www.johnachterberg.com and after you have
selected 'English' the next page just doesnt work.

For example the navigation icons are in a folder called navimages but they
do
not show up. When clicked these navigation images should open up the
relevant
webpage which are stored in the same folder but they do not.

Any ideas what I have done wrong?

Many thanks,

Carl.




Reply With Quote
  #4  
Old   
John Waller
 
Posts: n/a

Default Re: Dreamweaver Novice - Problem with Links? - 04-02-2006 , 07:13 AM



This line in the <head> section is throwing all your links.:

<base href="" target="mainFrame">

Are you using the <base> tag for a reason? Try deleting it.

If <base> is to be included, it should read something like:

<base href="http://www.johnachterberg.com/english/" target="_self">

The options for target are:
_blank
_parent
_self
_top

http://www.w3schools.com/tags/tag_base.asp

--
Regards

John Waller



Reply With Quote
  #5  
Old   
John Waller
 
Posts: n/a

Default Re: Dreamweaver Novice - Problem with Links? - 04-02-2006 , 07:19 AM



Quote:
The options for target are:
_blank
_parent
_self
_top
Forget this part. I wasn't thinking in terms of frames. ;-)

--
Regards

John Waller




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.