navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

HELP!, (all sorted now thanks)

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Community >> Computer Software and Hardware issues >> HELP!, (all sorted now thanks)
Page: [1]
 
holy_smokes

 

Posts: 19
Joined: 3/14/2007
Status: offline

 
HELP!, (all sorted now thanks) - 3/14/2007 9:24:58   
Hi everyone, im new to this forum. I really need your help, I dont know what i have done but something has gone wrong.

I opened frontpage inserted a textbox from the drawing tool bar, i then saved the file frontpage application as "index.html". When i closed frontpage and when to open the folder which contained my index.html file it also contained a index_files folder, which has never happened before.

Before i added anything into frontpage



:)



I then added a textbox



:)



This is what the code looked like after i added the textbox, im sure something aint wright?



:)



Had a look in the file where my index.html file would be. (i noticed a additional folder on the left)



:)



This is what the index_file contained


:)



When i go into the index_files folder, theres two files inside 1 is called filelist (xml file) and the other is the text box image001 (gif)? im confused!

Why isit doing this?

If anyone can help me i would be very greatful

< Message edited by holy_smokes -- 3/14/2007 16:59:58 >
jaybee

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: HELP!, Text box is making .gif file/folder..with pi... - 3/14/2007 12:25:58   
Delete the whole lot and start again. Don't use text boxes from the drawing tool bar for making web pages. They use MS image coordinates, bloat the code and don't work in some browsers. If you want to put boxes on a page and don't understand css then use tables.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to holy_smokes)
holy_smokes

 

Posts: 19
Joined: 3/14/2007
Status: offline

 
RE: HELP!, Text box is making .gif file/folder..with pi... - 3/14/2007 12:38:27   
Hi, Thank you for your reply. I've removed it and installed it a few times, but it still keeps on making the annoying "index_files" folder which i know nothing about. It think it may have happened when i was messing around with the ftp.

I’m sure it’s something simple in the configuration that I need to click on.

I just want it to make a simple index.html file, nothing else :( I don’t know where to start I’m not too familiar with front page

(in reply to holy_smokes)
jaybee

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: HELP!, Text box is making .gif file/folder..with pi... - 3/14/2007 13:05:11   
Open FrontPage
File > New >

Then choose Page or Web site. If you intend to add extra pages and link them together at a later date then choose web site.

The xml file you have in the graphic above seems to be linked in to Dreamweaver.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to holy_smokes)
holy_smokes

 

Posts: 19
Joined: 3/14/2007
Status: offline

 
RE: HELP!, Text box is making .gif file/folder..with pi... - 3/14/2007 13:18:55   
Thanks i tried it without the text box, and used the normal way of typing front in a table and it didnt create the index_files folder :D.

One last thing, Im not sure if it should have this when I start up my dreamweaver, it has this in the code.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

Thats what always comes up, does that have anything todo with the xml file? and do you get the same thing when you start up your dreamwaver?



:)


cheers

(in reply to jaybee)
jaybee

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: HELP!, Text box is making .gif file/folder..with pi... - 3/14/2007 16:34:34   
quote:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
That's a Doctype, all sites should have them to help the browser translate what the heck you're on about. If you don't have one then the browsers drop into quirks mode which basically means, they guess. It can cause all sorts of strange things to happen in your pages.

FrontPage never sticks one in automatically. The replacement for FP, Expression Web does.

That particular doctype says your page is written in XHTML Transitional code which is fine as long as it is.

You can tell if you look in the source code and any images the code line should look like

<img src="xxxxxxxxxxxx" xxx xxxxx />

The slash denotes the tag is properly closed. If it's not there then the code is HTML 4 and using the XHTML doctype will cause the browser to go "Whaaaaat!" and drop into quirks mode again.

There's a write up about doctypes here.

Oooo and very remiss of me..... welcome to Outfront.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to holy_smokes)
holy_smokes

 

Posts: 19
Joined: 3/14/2007
Status: offline

 
RE: HELP!, at the bottom of the thread - 3/14/2007 16:59:17   
Thanks jaybee, you have been a great help, you've cleared alot of things up :)

cheers

(in reply to holy_smokes)
QueenY

 

Posts: 1
Joined: 4/10/2007
Status: offline

 
RE: HELP!, (all sorted now thanks) - 4/10/2007 5:59:35   
I'm having very similar problem:

I have designed a website using Web Expressions Web Design which I have used before and no .._file folders.
This time it creates those folders and it's really annoying.

I have used "Insert Interactive Button"; could that be the reason? When I erase the folder (which I checked the html and found no link) the page is also erased :S
I'm completely at a loss. And I would really appreciate your help..

Thank you...

(in reply to holy_smokes)
jaybee

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: HELP!, (all sorted now thanks) - 4/10/2007 6:25:41   
Yes that's the problem. When you start sticking FP/EW automated stuff in then you're using dynamically generated stuff and both programs will start creating all their own files and folders to put them in. You also have to have FPSE/Sharepoint on your host for them to run. Stay away from the automated stuff if you can and you'll make your site more portable.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to QueenY)
Page:   [1]

All Forums >> Community >> Computer Software and Hardware issues >> HELP!, (all sorted now thanks)
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts