There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Software Development
Tag Cloud
audio blue screen boot bsod computer cpu crash dell desktop driver drivers error excel external hard drive firefox firewall format freezes freezing hard drive hardware hijackthis internet internet explorer itunes laptop malware motherboard mouse network networking outlook outlook 2007 power printer problem ram router screen slow sound trojan usb virus vista vista 32-bit windows windows xp winxp wireless
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
Dreamweaver MX Frames Help


Computer problem? Tech Support Guy is completely free -- paid for by advertisers and donations. Click here to join today! If you're new to Tech Support Guy, we highly recommend that you visit our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
alix03's Avatar
Junior Member with 21 posts.
 
Join Date: Oct 2003
16-Oct-2003, 12:15 PM #16
I have everything set up the same (at least as far as I can see - spacing and all). I'm not really sure how the publish itself works (and how verizon works for that matter!) Hopefully it was just a novice mistake on my part!
lora_3677's Avatar
Senior Member with 1,228 posts.
 
Join Date: Aug 2003
Location: somewhere under that great big sky
16-Oct-2003, 12:19 PM #17
try removing the '/' from before the host directory... verizon won't let me look at how they have you set this up unless i'm a customer.. how rude! ha ha.

dreamweaver ftp help:
http://www.macromedia.com/support/dr...nts/dw_ftp.htm
alix03's Avatar
Junior Member with 21 posts.
 
Join Date: Oct 2003
16-Oct-2003, 12:21 PM #18
Well that's the problem .. I can't seem to find a file directory or anything on Verizon's site either .. (but it's better than Angelfire and cheaper than getting a new host/website!)
lora_3677's Avatar
Senior Member with 1,228 posts.
 
Join Date: Aug 2003
Location: somewhere under that great big sky
16-Oct-2003, 12:24 PM #19
if looking..... try netfirms.... they offer free personal accounts one nice neat little banner ad that doesn't take up the whole screen... AND you can pick your name and it goes BEFORE theirs in the web address...

that's where i have mine at...

netfirms.com is their site.. AND they have excellent customer service and even online support.. as in a chat window pops up and you can talk to their rep within a few minutes. i've been very impressed.
__________________
-Loralei

I'm trying to like people, but it's SO hard to sift through all the idiots!!
alix03's Avatar
Junior Member with 21 posts.
 
Join Date: Oct 2003
16-Oct-2003, 12:26 PM #20
I might have to check that out ..I was using Verizon becuase I already pay for it!
lora_3677's Avatar
Senior Member with 1,228 posts.
 
Join Date: Aug 2003
Location: somewhere under that great big sky
16-Oct-2003, 12:28 PM #21
totally understand that... i spent 2 weeks trying to figure out how my ISP site worked... then figured that it wasn't worth it anyway because of the file size they allow...

read the dreamweaver info in the link i posted from macromedia.. it basically says play around with the slashes until it works because the directory your ISP gives you may or may not be the correct way to do it in dreamweaver... ha ha
__________________
-Loralei

I'm trying to like people, but it's SO hard to sift through all the idiots!!
alix03's Avatar
Junior Member with 21 posts.
 
Join Date: Oct 2003
16-Oct-2003, 12:31 PM #22
Yeah I tried that but it's still giving me issues ... hmm .. I'll figure something out i guess!
Gibble's Avatar
Distinguished Member with 27,137 posts.
 
Join Date: Oct 2001
Location: Striking or Scoring
Experience: The Alpha and Omega
16-Oct-2003, 12:35 PM #23
Well I know the files are uploading, it's just that / it's putting there that needs to be removed...I wish I knew how to get dreamweaver to change.

The other option is to change the / to /aremes/stretchedmedia/
lora_3677's Avatar
Senior Member with 1,228 posts.
 
Join Date: Aug 2003
Location: somewhere under that great big sky
16-Oct-2003, 12:40 PM #24
sorry.. if i was at home i would just look to see how i had my site set up and be able to tell you exaclt what was wrong...
lora_3677's Avatar
Senior Member with 1,228 posts.
 
Join Date: Aug 2003
Location: somewhere under that great big sky
16-Oct-2003, 12:40 PM #25
HEY... what is one of the file names that you are using in the frame???

are you sure they are uploading??
alix03's Avatar
Junior Member with 21 posts.
 
Join Date: Oct 2003
16-Oct-2003, 12:43 PM #26
ummm ... I'm pretty sure they are. Although I just looked at what I think is my file directory on Verizon and it doesn't look like it's updating any of my files (which could be part of the problem!)
alix03's Avatar
Junior Member with 21 posts.
 
Join Date: Oct 2003
16-Oct-2003, 12:43 PM #27
The index.html file for Stretched Media isn't showing up, but if you type in the rest of them like "indexbody.html" it will work ... that's what I don't understand!
Gibble's Avatar
Distinguished Member with 27,137 posts.
 
Join Date: Oct 2001
Location: Striking or Scoring
Experience: The Alpha and Omega
16-Oct-2003, 12:51 PM #28
They are there see the source of
http://mysite.verizon.net/aremes/str...dia/index.html
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Stretched Media - Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="65,*,47" cols="*" framespacing="0" frameborder="NO" border="0">
  <frame src="/logo.html" name="topFrame" scrolling="NO" noresize >
  <frameset rows="*" cols="134,*" framespacing="0" frameborder="NO" border="0">
    <frame src="/navbar.html" name="leftFrame" scrolling="NO" noresize>
    <frame src="/indexbody.html" name="mainFrame">
  </frameset>
  <frame src="/webmaster.html" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<noframes><body>

</body></noframes>
</html>
But these do exist... but it's using the / so the browser doesn't look in the right place for the file
http://mysite.verizon.net/aremes/str...indexbody.html
http://mysite.verizon.net/aremes/str...webmaster.html
http://mysite.verizon.net/aremes/str...ia/navbar.html
__________________
izme: You know...it's kind of nice to sit atop Civilized debate and look down below on all of the uncivilized master debating we are here...just out of the fight zone

Gibble: Now you know what it's like to be Canadian.
alix03's Avatar
Junior Member with 21 posts.
 
Join Date: Oct 2003
16-Oct-2003, 12:58 PM #29
Yeah those have been working since the beginning of this whole thing!
khaki's Avatar
Distinguished Member with 2,433 posts.
 
Join Date: Jul 2003
16-Oct-2003, 02:13 PM #30
2 things

1) Is it possible for you to upload files to the Virizon server without using Dreamweaver
(in other words.... do you have WS_FTP or something like that)?

If so...
paste the source code into Notepad.
Remove the "/"s and save it (overwrite) the original HTML file.
Then upload that HTML file onto the server.
(DW is such a pain in the @ss with altering paths )
If not....
just use the full path:
http://mysite.verizon.net/aremes/stretchedmedia/ + filename
(not even DW will alter that)

2) Gibby..... please edit (split) that DOCTYPE line in your post (it's causing this thread to horiz-scroll)

Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 02:36 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.