Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How do I open a Dreamweaver created html file for editing in notepad?
Old 01-17-2007, 08:54 AM How do I open a Dreamweaver created html file for editing in notepad?
Mohab's Avatar
Ultra Talker

Posts: 256
Name: Mohab
Location: Cairo, Egypt
Trades: 0
I designed a site based on a template with Dreamweaver 8 and found the only way to change pages' titles was through an html editor as the tile part in the html in Dreamweaver is uneditable.

I tried renaming an .html file to .txt and opening it in notepad but got ASCII characters and no code.

How do I open html files for editing in Notepad?
Mohab is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-17-2007, 11:16 AM Re: How do I open a Dreamweaver created html file for editing in notepad?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
You don't need to rename an html file to anything to open it in a text editor. Just open it from Notepad like any other plain text file.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-17-2007, 01:15 PM Re: How do I open a Dreamweaver created html file for editing in notepad?
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Just like the Lady the said. You'll either want to open Notepad first and then open the file inside it or right click on the file and select open with and then notepad.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 01-17-2007, 01:20 PM Re: How do I open a Dreamweaver created html file for editing in notepad?
Tom_M's Avatar
Ultra Talker

Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
Trades: 0
Can't you make the title editable my modifying the template? As of now it sounds like you have it set as not editable, so it stays consistent throughout the site. Just edit the template file to allow you to change the title maybe?
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 01-18-2007, 03:14 AM Re: How do I open a Dreamweaver created html file for editing in notepad?
Mohab's Avatar
Ultra Talker

Posts: 256
Name: Mohab
Location: Cairo, Egypt
Trades: 0
Thank you, notepad opened the html files.

Tom_M, I tried everything wit the template. I evn tried going into the template's code and finding the <title> tab and marking it as an editable eegion then saving and updating the files that are based on this template, after opening one of the html files and tying to change it's title Dreamweaver prevented me with a popup window saying that this part of the file was locked by the template.


I searched the net but there was no clues there either.

I'm sure Macromedia have not forgot to put this feaure in but why have tey kept it such a secret?
Mohab is offline
Reply With Quote
View Public Profile
 
Old 01-18-2007, 08:25 AM Re: How do I open a Dreamweaver created html file for editing in notepad?
DotHQ's Avatar
Super Talker

Posts: 104
Trades: 0
I wonder if the part you are trying to edit is a .jpg included in the .html file. If so you need something like Photoshop to edit it .....unless Dreamweaver has that option. Or maybe just create another header/title inside of dreamweaver, if that is possible. I don't use dreamweaver so I'm making assumptions here that might not be true.
fyi ...i .jpg is anothe file read into the html file so it is seperate from the .html when you are editing it.
Hope this makes sense and helps.
__________________

Please login or register to view this content. Registration is FREE
Internet Marketing Forum New

Please login or register to view this content. Registration is FREE
Off Topic Forum FUN

Please login or register to view this content. Registration is FREE
Hosting, vBulletin Instalations & more ...

Last edited by DotHQ; 01-18-2007 at 08:26 AM..
DotHQ is offline
Reply With Quote
View Public Profile
 
Old 01-18-2007, 10:53 PM Re: How do I open a Dreamweaver created html file for editing in notepad?
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
Quote:
Originally Posted by Mohab View Post
Tom_M, I tried everything wit the template. I evn tried going into the template's code and finding the <title> tab and marking it as an editable eegion then saving and updating the files that are based on this template, after opening one of the html files and tying to change it's title Dreamweaver prevented me with a popup window saying that this part of the file was locked by the template.

In a template, you have the read-only parts on lock down, then you create "editable regions." In those, you can go in and change things. So ... you need to create one of these, and then put your page title in it.

Here's the Dreamweaver specific html code:

Code:
<head>
	<!-- InstanceBeginEditable name="PageTitle" -->
	<title>Candid Portraiture by Forrest Croce</title>
	<!-- InstanceEndEditable -->
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<link href="/Photos.css" rel="stylesheet" type="text/css" />
	<script src="/Nav.js"></script>
</head>
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Reply     « Reply to How do I open a Dreamweaver created html file for editing in notepad?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.35020 seconds with 12 queries