http://www.windowatch.com/dreamweaver6_6.html
http://www.macromedia.com/support/coursebuilder/ Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
Use projectsevens jump menu extension
Get it from http://projectseven.com/extensions/express.htm Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
You have used # to make a null or nowhere link, use javascript:; instead of #
<a href=javascript:;> Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
Adding to the above...
More so with nested CSS divs. I see you have used quite some nesting in your page. Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
Dreamweaver renders CSS divs incorrectly in design view. Unless the site design using CSS divs is simple enough (without floats, etc.) design view of dreamweaver doesn't help much.
So it is NORMAL Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
Ultradev and MX have built in routines (asp server behaviors) that put in standard code, for eg. recordsets, etc just like dreamweaver 4 has built in routines for dhtml and javascript (objects, commands and behaviours) like rollover images, etc.
You could hand code all your HTML, ASP...
www.webthang.co.uk has a forum tutorial called ultraeasy forum. check it out Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
Dreamweaver 4.0 is a visual editor.
Homesite on the ohter hand is for hand coders.
Dreamweaver MX the most recent editor from Macromedia have merged Dreamweaver 4.0, Ultradev 4.0 and Homesite to provide all its users with one solution for their web editing needs.
It depends if you want to use...
http://www.macromedia.com/support/ultradev/ts/documents/insert_into.htm Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
If you have a untitled.html file open, its suppossed to be an html file, so + sign will not be available. Close the untitled html file and Open a new file using the server technology you wish to use. Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
selector {background: [color] [image] [repeat] [attachment] [position];}
If you look at the CSS declaration above, you will see all the properties for background are declared one after the other without , or ; just use a space to seperate. This is what NS4.x understands in comparision to this...
Do a find and replace
Find for </head>
and Replace with
<link href="file.css" rel="stylesheet" type="text/css">
</head> Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
or simply use iframes
http://www.cs.tut.fi/~jkorpela/html/iframe.html
won't work with version 4 of netscape and below and version 3 of IE and below Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
The correct method is to use inheritance
.pBodyTekstRechts {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
text-align: right;
color: #333333
}
.pBodyTekstRechts a{
color: #000000;
text-decoration: none;
}
The a tag inherit the properties font-size...
Go to massimocorner.com and download WinSuite Extension. It has the answers to placement of windows problem Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
http://www.dreamlettes.net/tutorials/businesscard/index.html
Tutorial Ranjan
www.dreamlettes.com - A Dreamweaver Community
Join today for your answers in web design
You can do it by modifying the menu.xml file in dreamweaver direcory.
Please back up this file before you begin to play with it tough
http://www.macromedia.com/support/ultradev/ts/documents/edit_keyboard_shortcuts.htm
This works for MX, UD and 4 Ranjan
www.dreamlettes.com - A Dreamweaver...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.