Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
jeffeyer #1
compare the html code and its tool from menu
My friend from online and I talked about the difference between creating the
html code and the tools from the menu. Here are two examples:
(This is written by codes.)
<style>
<!--
a:link { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none; }
-->
</style>
(Bottom: The 2nd example is setup by DM MX 2004's tool that I made. I copied
some codes in this post.)
(1) Click "Modify" from menu bar (top)
(2) Select "Page Properties"
(2) Select "Links"
}
a:link {
color: #0000FF;
}
a:visited {
color: #FF0000;
}
a:hover {
color: #FFFF00;
}
Now, I am confused why these examples are different. How can I use the tool
to set up like first example - without typing the codes? It's because the
first example is neat and easy to read. I guess that you know the easy to
answer this question.
jeffeyer Guest
-
Best Code to compare Product Items
The following form code info at the bottom will look up parts within our recordset hardware category search: The search form is divided up by... -
Custom tool warning: DiscoCodeGenerator unable to initialize code generator. No code generated.
I created a brand new WebService (HelloWorld) and when I attempt to add this WebService to a WindowsForm project I get the following error message in... -
pydoc-like tool to generate html from uncommented perl cgi so urce code
anyone know anything about installing ModSurvey? thanks in advance Richard -----Original Message----- From: Jeff Kowalczyk Sent: Wednesday,... -
pydoc-like tool to generate html from uncommented perl cgi source code
I'm trying to find a simple tool to run over a CGI perl application and output hyperlinked index of source code at the function level, preferably... -
Tool to compare screenshots and delete all unchanged parts
If the 2 shots are actually identical, except for some small details, you could place them in 2 layers and set the blend mode of the top one to...



Reply With Quote

