HighDots Forums  

saving frames

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss saving frames in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ernest Peijnenburg
 
Posts: n/a

Default saving frames - 07-01-2004 , 09:50 AM






Hello, I work with dreamweaver4 at home and at work. At work I have a
problem with saving framesets and viewing in browswer . The problem occurs
not at home.

<frameset cols="19%,*" frameborder="NO" border="0" rows="*">
<frame src="menu.htm" scrolling="NO" marginwidth="0" marginheight="4"
name="menu" frameborder="NO">
<frameset rows="21%,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<frame src="logo.htm" scrolling="NO" marginwidth="0" marginheight="0"
name="logo" frameborder="NO">
<frame src=opening.htm name="opening">
</frameset>
</frameset>

above is the code at home, but at work dreamweaver gives / (this) extra, so
that I cannot see the frameset in the browser:

<frameset cols="19%,*" frameborder="NO" border="0" rows="*">
<frame src="/menu.htm" scrolling="NO" marginwidth="0" marginheight="4"
name="menu" frameborder="NO">
<frameset rows="21%,*" frameborder="NO" border="0" framespacing="0"
cols="*">
<frame src="/logo.htm" scrolling="NO" marginwidth="0" marginheight="0"
name="logo" frameborder="NO">
<frame src="/opening.htm" name="opening">
</frameset>
</frameset>

Does anyone recognize this problem?

Thanks!!!



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 - 2009, Jelsoft Enterprises Ltd.