html >> Dreamweaver HTML

by Hendryjl » Sat, 31 Dec 2005 14:21:21 GMT

Hi,
I am a student learning how to do HTML and I hope 1 day that I can be a
professional and make websites for living :P
Anyway, I got 1 question I need help with.
When I start Dreamweaver and click on HTML, it already have all the <html>
code setup already but I delete that all the time so I can learn to type it
myself. But when I type <html> myself the other html thing comes </html> and
this doesn't just happen to the HTML one it happens to <a>, <body>, <title> etc.
It there a way I can turn this off? cause it's really getting anoying for me
now :p.

That's all for now,
Thanks and happy new year :).



html >> Dreamweaver HTML

by T.Pastrana - 4Level » Sat, 31 Dec 2005 23:00:31 GMT


You can turn this off in the Preferences.

Edit > Preferemces > Code Hints

Close Tags: Never
Options: Enable Code Hints ( unchecked )


--
Regards,
..Trent Pastrana
www.fourlevel.com











html >> Dreamweaver HTML

by Murray *TMM* » Mon, 02 Jan 2006 22:07:34 GMT

Try this -

FILE | New > Other > text

Enter your HTML. Then save it with an *.htm or *.html extension. Until DW
sees that extension, it will treat the page as a simple text file.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs , Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================








Similar Threads

1. FP HTML Editor (?) Deletes Most of Dreamweaver HTML

2. Inserting ImageReady html into Dreamweaver html

3. Adding a JavaScript file to Dreamweaver html - Adobe Dreamweaver

4. Basic DreamWeaver html problem

It seems like such a tiny problem:

 Trying to upload a very very simple html 4 page website online through 
DreamWeaver. Have done such things before with no problem.

 The index uploads and is accessible perfectly. However, if you click on the 
links to navigate to any of the other pages on the website, or even if you type 
in the correct URL for the particular page, a box comes up asking for a 
Username and Password. If I click OK it just keeps asking for it, if I click 
Cancel, it goes to a blank page with "Error: Access is Denied" written on it. 

 Why does this happen? Is there something obvious on dreamweaver I'm missing? 
Is it a server problem?

 If anyone can help, please let me know

 Thanks
 Shallow Fry

5. Building my Dreamweaver HTML pages to automatically adjust to user display - Adobe Dreamweaver

6. Dreamweaver html code and google etc

Hi

I created my site in dreamweaver mx.
When validating the site in a html validator it tells me the site has quite
a few errors.

Obviously they are not display errors i.e. no one will notice but im trying
to get my site as 'google' friendly as possible. So i want my code as basic
as
possible but still keeping some design features such as drop down menus,
image rollovers etc

i.e reducing the code.

Dreamweaver seems to use some complicated looking code.  ie something like:

<img src="2.JPG" name="Image1" width="100" height="100" id="Image1"
onMouseOver="MM_swapImage('Image1','','plan.jpg',1)"
onMouseOut="MM_swapImgRestore()">

which really could be condensed to something more simple and basic like
(roughly speaking)

<img src="2.jpg"
onMouseOver="src='plan.jpg' ; return true"
onMouseOut="src='2.jpg' ; return true">

I am also currently using the project7 basic dropdown menus and im wondering
what
effect all that code has on google and wondering if there are more
'simplier/smaller html code' alternatives to doing drop down menus or image
swaps?

Any thoughts on this?





7. Dreamweaver HTML editor - What am I missing? - Adobe Dreamweaver

8. Dreamweaver HTML Editor Text Selection Contrast!

WISHLIST?

 When I click on an object in the design view, the source view selects the HTML 
in BLACK!  It is impossible to read what is selected with a black selection.  
But there seems to be no way to change this.  Am I missing something?

 It is really annoying that when text is selected in source, it's not readable. 
 It makes it very hard to work...

 Thanks!