antonOO2
Member
Registered: 17th Sep 02
Location: Midlands
User status: Offline
|
i am designing a site in dreamweaver ,but all the files,i mean the pages are in a cfm format .when i preview in browser through dreamweaver it is fine .but when i try it straight from the drive the site is saved on it wont work in the browser the pics are all crosses.just wondered if this was normal.i dnt want to design the rest of the site to find it wont work .
cheers
anton
[Edited on 12-12-2003 by antonOO2]
|
groom
Member
Registered: 19th Apr 03
Location: In front of my pc
User status: Offline
|
er...file>export webpage as and choose html i think
|
Trotty
Member
Registered: 22nd Feb 01
Location: Bristol
User status: Offline
|
If they're cfm pages then you're creating new pages as ColdFusion pages
If there's no CF code in there then just re-save them as standard HTML
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Online
|
If the images aren't displaying when you look at the page then there's a problem with the image URLs, either they're pointing to the wrong place or you've moved the HTML and not the images and the browser is unable to find them.
I tend to make sure a folder structure is in place before writing anything, so that I can be clear images put in there are going to keep the same URL - which in the case of one folder with no sub-folders is simply the filename of the image.
Have a look in the source and look for <img src="something">
The 'something' should be the image file names.
Make sure file extensions are turned on as well as of course you need the whole name, not just what Microsoft thinks you should see.
|