Dreamweaver and XHTML Strict

This is a multi-part message in MIME format.
------=_NextPart_000_000E_01C73E2A.4BF5FFB0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi have dreamweaver mx 2004 and need to convert a site to
XHMTL strict. =
However, dreamweaver will only convert to transitional.=20
Do you know of an extension that converts to strict?
Also, if I used a program like HTML Tidy to convert to
Strict, will I =
still be able to edit the file in Dreamweaver if it has an
XHTML Strict =
DTD?
Thanks for your suggestions,
Scott
------=_NextPart_000_000E_01C73E2A.4BF5FFB0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.5730.11" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi have
dreamweaver mx 2004 and need to =
convert a=20
site to XHMTL strict. However, dreamweaver  will
only convert to=20
transitional. </FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Do you know of
an extension that =
converts to=20
strict?</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Also, if I used
a program like HTML =
Tidy to convert=20
to Strict, will I still be able to edit the file in
Dreamweaver if it =
has an=20
XHTML Strict DTD?</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks for your
=
suggestions,</FONT></DIV>
<DIV><FONT face=3DArial
size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial
size=3D2>Scott</FONT></DIV></BODY></HTML>
------=_NextPart_000_000E_01C73E2A.4BF5FFB0--

Thanks to you both for your help.
I really appreciate it!
Scott
"Kim" <[email protected]> wrote in message
news:ep3b56$j5a$[email protected]..
> Just use tidy and you will be able to use DW to edit
that page. I do it
> all the time... using DW for xhtml strict that is.
>
> Scott Powell skrev:
>> Hi have dreamweaver mx 2004 and need to convert a
site to XHMTL strict.
>> However, dreamweaver will only convert to
transitional.
>> Do you know of an extension that converts to strict?
>> Also, if I used a program like HTML Tidy to convert
to Strict, will I
>> still be able to edit the file in Dreamweaver if it
has an XHTML Strict
>> DTD?
>> Thanks for your suggestions,
>> Scott
>
> --
> Kim
> ---------------------------
>
http://www.geekministry.com

Similar Messages

  • Xhtml Strict

    In trying to validate this page as xhtml strict, I needed to
    close tags
    properly. But when I did, my horizontal bars (3) added some
    white space
    around it. Why did that happen and how do I get it to go back
    to having no
    space (other than shifted right 15px).
    .bar {
    margin: 0 0 0 15px;
    padding: 0;}
    <p><img src="/clients/affusion/webs/images/bar.gif"
    alt="Divider"
    width="724" class="bar" height="9" /></p>
    http://www.galfanodesign.com/clients/affusion/webs/index.asp
    (to see what
    it's doing)
    Any ideas would be great! Thanks!
    Dan

    Al,
    Cool. Thanks! That helps.
    Dan
    "Al Sparber- PVII" <[email protected]> wrote in message
    news:e9b39s$41b$[email protected]..
    > See this page:
    >
    http://www.projectseven.com/csslab/images/baseline/
    >
    > --
    > Al Sparber - PVII
    >
    http://www.projectseven.com
    > Popup Menus | Image Galleries | CSS Tutorials &
    Templates
    >
    > Newsgroup: news://forums.projectseven.com/pviiwebdev/
    > CSS Newsgroup: news://forums.projectseven.com/css/
    > DW Newsgroup:
    news://forums.projectseven.com/dreamweaver/

  • Dreamweaver and Spyware

    Hello!
    Anyone out there know how to prevent spyware from being
    attached to a Dreamweaver website?
    I am new to Dreamweaver, and know very little HTML or XHTML
    (thought I have a pocket reference for these codes, and can look
    things up).
    I have no idea how hackers attach spyware to a website, and
    am interested if there are methods of detecting and eliminating any
    spyware they might attach to a site I design.
    Anyone?

    Yep - makes good sense. Thanks.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Michael Fesser" <[email protected]> wrote in message
    news:[email protected]...
    > .oO(Murray *ACE*)
    >
    >>> I've already seen pages with an upload feature,
    but an improper check of
    >>> the uploaded files. So I was able to easily
    upload my own PHP script and
    >>> even call it in my browser ... some people just
    make it too easy for an
    >>> attacker.
    >>
    >>You mean by verifying that the file type is not an
    executable file, right?
    >
    > That's not enough. IMHO there are at least two things
    that should be
    > taken into account:
    >
    > 1) What filetypes you want to allow.
    >
    > If it's only about images, then it's pretty easy to
    check the correct
    > type with getimagesize(). For other types this
    "sniffing" can become
    > more difficult.
    >
    > 2) What will be done with the uploaded files and how
    users will be able
    > to access them.
    >
    > Storing them in a public directory, where they can all
    be reached by
    > URLs is very dangerous, because then it's the webserver
    which delivers
    > and perhaps interprets these files. On the site I
    mentioned above I was
    > able to upload a script with a name like "foo.php.txt".
    This easily
    > bypassed the "security" check on that site, which was
    just a simple test
    > of the file extension to prevent the upload of PHP
    scripts. My file was
    > seen as a text file - nice. Additionally it was stored
    in a public
    > directory and could be reached by a URL - even nicer.
    And finally the
    > server was configured to also accept URLs with
    incomplete or no
    > extension at all. So I was able to call my uploaded file
    like this:
    >
    >
    http://example.com/foo.php
    >
    > which made the server execute my own script ... *boom*
    >
    > This would not have been possible if the uploaded files
    would have been
    > stored outside the document root and be
    delivered/streamed by a script:
    >
    >
    http://example.com/download.php?file=foo.php.txt
    >
    > Then it doesn't really matter of what type these files
    are - as long as
    > the webserver can't get his own hands on them.
    >
    > Micha

  • Having DW CS3 update lib items to XHTML strict

    I created 2 .lib files in fireworks but now I am trying to
    update the code so that it will it can be validated to xhtml strict
    (such as the <img>, <a> tags being closed properly ...
    />). So is there a way to automatically have DW do that or must
    I do it manually?
    And similarly, I need to convert all the pages I already
    created to the strict standard, so is there an auto way to do that
    across the whole site.
    No I am not lazy, just like to stream-line the work. :)
    thanks.

    > it was stricter - i.e. it demanded that I closed tags
    such as <li>
    > and all those things
    <ahem> - the <li> tag already has a proper
    closing tag (</li>)!
    > and using validators - I at least found it helped find
    my errors more
    > easily with xhtml.
    How so?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Malcolm _" <[email protected]> wrote in message
    news:[email protected]...
    > On Mon, 21 Jul 2008 18:55:50 +0200, Michael Fesser
    <[email protected]>
    > wrote:
    >
    >
    >>
    >>If you deliver your XHTML as text/html, which almost
    every site does,
    >>then you're in fact delivering HTML, just with a
    fancy syntax. In order
    >>to make that work you can't write "real" XHTML, but
    have to follow the
    >>HTML compatibility guidelines and have to deliver
    your markup as HTML to
    >>make the browsers parse and render it as HTML. In
    short: Your documents
    >>are still much more HTML than XHTML! So what's left
    from the nice and
    >>clean XHTML in the end? Almost nothing.
    >
    > Yes I know that :-)
    >
    > We will never resolve this debate I fear -
    >
    > I have read many books, websites etc on this subject and
    as a humble
    > amateur - albeit with software training in the past - I
    got awfully
    > confused.
    >
    > But I tried both html / and xhtml ( ok, ok rendered
    using html not xml
    > :-)) )
    >
    > What I found was that I preferred xhtml because -
    >
    > it was stricter - i.e. it demanded that I closed tags
    such as <li>
    > and all those things
    >
    > and using validators - I at least found it helped find
    my errors more
    > easily with xhtml.
    >
    > I'm a simple pragmatic sort of guy - I just found xhtml
    easier.
    >
    > If one day html 5 eventually arrives :-)
    > I am 95% sure that browsers will be slow to adapt and in
    the meantime
    > people like Adobe and the vast open source movement will
    produce
    > converters that will change my code from xhtml 1.0 to
    html 5 :-))
    >
    >
    >
    > --
    >
    > ~Malcolm~*...
    > ~*

  • Error updating Dreamweaver and Extension Manager CS6 (Creative Cloud)

    Hello,
    I'm having troubles updating Dreamweaver and Extension Manager CS6 (Creative Cloud) on Macbook Pro with OS version 10.8.2. I get this error codes for both updates U44M1P7.
    The log files are generated.
    Here is an extract (last lines) of the dreamweaver log file (Adobe Dreamweaver CS6 12.2.0 04-16-2013.log):
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | Installer Operation: PayloadUninstaller
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:39:997 | [INFO] |  | OOBE | DE |  |  |  | 118619 | Session {A9861095-6F8C-11E2-B313-84E4FE4B0A47} modify request for AdobeCode: {CB894C92-6F8C-11E2-B313-9980D700C45F}
    04/16/13 10:17:40:024 | [INFO] |  | OOBE | DE |  |  |  | 118619 | Effective AdobeCode for: {CB894C92-6F8C-11E2-B313-9980D700C45F} is {CB894C92-6F8C-11E2-B313-9980D700C45F}
    04/16/13 10:17:40:070 | [INFO] |  | OOBE | DE |  |  |  | 118619 | PDB install manipulation failed
    04/16/13 10:17:40:098 | [INFO] |  | OOBE | DE |  |  |  | 118086 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:40:098 | [INFO] |  | OOBE | DE |  |  |  | 118086 | :: END TIMER :: [Payload Operation :{CB894C92-6F8C-11E2-B313-9980D700C45F}] took 101 milliseconds (0.101 seconds) DTR = 39.604 KBPS (0.0386757 MBPS)
    04/16/13 10:17:40:099 | [INFO] |  | OOBE | DE |  |  |  | 118086 | User specified overrideFile:
    04/16/13 10:17:40:101 | [INFO] |  | OOBE | DE |  |  |  | 118086 | The csu inventory was not updated for payload Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12de_DELanguagePack 12.2.0.0 {CB894C92-6F8C-11E2-B313-9980D700C45F}, value of local var is -1
    04/16/13 10:17:40:101 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Calling the ROLLBACK custom action code for pre-install for payload Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12de_DELanguagePack 12.2.0.0 {CB894C92-6F8C-11E2-B313-9980D700C45F}
    04/16/13 10:17:40:143 | [INFO] |  | OOBE | DE |  |  |  | 118086 | No operation.  We're done:
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Total components installed: 0
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Total components repaired: 0
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Total components removed: 0
    04/16/13 10:17:42:147 | [WARN] |  | OOBE | DE |  |  |  | 118086 | DW050: The following payload errors were found during install:
    04/16/13 10:17:42:147 | [WARN] |  | OOBE | DE |  |  |  | 118086 | DW050:  - Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12-mul: Patch already installed
    04/16/13 10:17:42:147 | [WARN] |  | OOBE | DE |  |  |  | 118086 | DW050:  - Adobe Dreamweaver CS6_12.2.0_AdobeDreamweaver12de_DELanguagePack: Install failed
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Call PostSession Custom Hook
    04/16/13 10:17:42:147 | [INFO] |  | OOBE | DE |  |  |  | 118086 | ::START TIMER:: [Post session :{A9861095-6F8C-11E2-B313-84E4FE4B0A47}]
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | In ReinstallSessionCloseProc
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Custom action return code: 0
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | :: END TIMER :: [Post session :{A9861095-6F8C-11E2-B313-84E4FE4B0A47}] took 0 milliseconds (0 seconds)
    04/16/13 10:17:42:148 | [INFO] |  | OOBE | DE |  |  |  | 118086 | :: END TIMER :: [Total Timer] took 17239 milliseconds (17.239 seconds) DTR = 1.16016 KBPS (0.00113297 MBPS)
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | -------------------------------------- Summary --------------------------------------
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 |  - 0 fatal error(s), 0 error(s)
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | OSX version: 10.8.3 
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 |
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | -------------------------------------------------------------------------------------
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 |
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | Exit Code: 7 - Unable to complete Silent workflow.
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | END - Installer Session
    04/16/13 10:17:43:150 | [INFO] |  | OOBE | DE |  |  |  | 118086 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Here is an extract (last lines) of the extension manager log file (Adobe Extension Manager CS6 6.0.5 04-16-2013.log):
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | Installer Operation: PayloadUninstaller
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:17:287 | [INFO] |  | OOBE | DE |  |  |  | 117458 | Session {7E13F325-CE11-42B3-BFD8-C15A8296EACB} modify request for AdobeCode: {7E13F325-CE11-42B3-BFD8-C15A8296EACB}
    04/16/13 10:17:17:316 | [INFO] |  | OOBE | DE |  |  |  | 117458 | Effective AdobeCode for: {7E13F325-CE11-42B3-BFD8-C15A8296EACB} is {7E13F325-CE11-42B3-BFD8-C15A8296EACB}
    04/16/13 10:17:17:364 | [INFO] |  | OOBE | DE |  |  |  | 117458 | PDB install manipulation failed
    04/16/13 10:17:17:388 | [INFO] |  | OOBE | DE |  |  |  | 117373 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: -1 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:17:388 | [INFO] |  | OOBE | DE |  |  |  | 117373 | :: END TIMER :: [Payload Operation :{7E13F325-CE11-42B3-BFD8-C15A8296EACB}] took 102 milliseconds (0.102 seconds)
    04/16/13 10:17:17:389 | [INFO] |  | OOBE | DE |  |  |  | 117373 | User specified overrideFile:
    04/16/13 10:17:17:391 | [INFO] |  | OOBE | DE |  |  |  | 117373 | The csu inventory was not updated for payload Adobe Extension Manager CS6_6.0.5_AdobeExtensionManager6.0All 6.0.5.0 {7E13F325-CE11-42B3-BFD8-C15A8296EACB}, value of local var is -1
    04/16/13 10:17:17:391 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Calling the ROLLBACK custom action code for pre-install for payload Adobe Extension Manager CS6_6.0.5_AdobeExtensionManager6.0All 6.0.5.0 {7E13F325-CE11-42B3-BFD8-C15A8296EACB}
    04/16/13 10:17:17:433 | [INFO] |  | OOBE | DE |  |  |  | 117373 | No operation.  We're done:
    04/16/13 10:17:19:436 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Total components installed: 0
    04/16/13 10:17:19:436 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Total components repaired: 0
    04/16/13 10:17:19:436 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Total components removed: 0
    04/16/13 10:17:19:437 | [WARN] |  | OOBE | DE |  |  |  | 117373 | DW050: The following payload errors were found during install:
    04/16/13 10:17:19:437 | [WARN] |  | OOBE | DE |  |  |  | 117373 | DW050:  - Adobe Extension Manager CS6_6.0.5_AdobeExtensionManager6.0All: Install failed
    04/16/13 10:17:19:437 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Call PostSession Custom Hook
    04/16/13 10:17:19:437 | [INFO] |  | OOBE | DE |  |  |  | 117373 | :: END TIMER :: [Total Timer] took 3213 milliseconds (3.213 seconds) DTR = 4.97977 KBPS (0.00486306 MBPS)
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | -------------------------------------- Summary --------------------------------------
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 |  - 0 fatal error(s), 0 error(s)
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | OSX version: 10.8.3 
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 |
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | -------------------------------------------------------------------------------------
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 |
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | Exit Code: 7 - Unable to complete Silent workflow.
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | END - Installer Session
    04/16/13 10:17:20:438 | [INFO] |  | OOBE | DE |  |  |  | 117373 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    Regards
    Jan

    In this log file I can see you are getting Error : U44M1P7 while updating the software
    This Error comes where language packs for software are not installed properly on the machine.
    I would suggest to update Adobe Application manager from
    Windows : http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773
    MAC: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    then try to install the update if still you are not able to update software and getting same error then uninstall all the Adobe software selecting remove prefernces.
    After uninstalling the software run the Adobe Cleaner tool(http://www.adobe.com/support/contact/cscleanertool.html) and remove the leftovers.
    Regards,
    Jatin Dembla

  • I have just upgraded from CS 6 (Dreamweaver) and now when I click on a picture on a web page in Dreamweaver it doesn't go to the folder where the photo is stored anymore.  If this continues I'll have to go back to CS 6 as I have to put in alot of photos.

    I have just upgraded from CS 6 (Dreamweaver) and now when I click on a picture on a web page in Dreamweaver it doesn't go to the folder where the photo is stored anymore.  If this continues I'll have to go back to CS 6 as I have to put in alot of photos.

    I am using dw cc and I just double click picture I want to change in dreamweaver cc and my image folder opens, select new photo and then it updates and I am good to go, I am using a mac

  • Problem with dreamweaver and Flash

    Hi, maybe someone can help me, i have any problem with
    dreamweaver and flash, i have a page and i have a menu and
    sub-menu, and the same page i have a category en flash 550 x 700 (
    photography and more... ) but when the menu to unfold
    the menu to see under flash and it cant see ( sorry my
    english is bad.... i hope you can understand me, and help me.. )
    i dont now why always flash ever stay up, or first, and
    another information under flash... this a problem... if you have
    menus...
    thanks.... have nice day.....

    This is a drawback of using flash or any other active
    content. By default, all active content including flash will
    display over every other content and thats why your menu stays
    under the flash movie. Some people make the flash background
    transparent to show content under the flash movie, but that will
    not work for menu items.
    I would suggest that you make the menu such that it does not
    overlap with the flash movie.

  • New to Dreamweaver and need help with fomatting font

    Hi,  I am new to dreamweaver and have been playing with it for a few weeks.  I have Dreamweaver CS5.5 and I am making some detailed html templates for my ebay listings.  I have created my tables, graphics, and colors but I am having trouble with my font formatting.  Everything is looking really good, but there are a few sentences and even just a few phrases that I want to underline but when I add a text decloration and underline, it just underlines the whole area of sentenses not the specific one that I highlited.  I know how to create a h1, h2, h3 etc code and add underline to it, but I don't want to have to format a h1 or h2 tag everything I want to format a little line.  The reason I have been doing this is because It really is  one of the only ways I have been able to figure out how to underline something.  I watched some tutorials which is how I learned this.  I figured out in the properties Panel on bottom of page to click on the CSS rule to create certain codes and such, but I am not sure how to do this.  I tried one thing which was where it says target rule, I clicked new CSS Rule and then in then in the CSS Styles Panel on right side of screen I selected add property which I was then able to do a text decloration and underline, but it underlines many more sentenses than I am wanting or have selected.  Please help so I am able to specifically choose how to underline just a word or two, and even to have just a word or two specifiaclly be a certain font, size or color.  I am able to find ways to make this work on words as a whole, but not individual words or phrases.
    Thanks for any help its really appreciated!
    Rylan

    Bear in mind that an underlined word or phrase on the web means a clickable link to most people.
    So, if you want to draw attention to something on screen, use anything (font size, color etc) except for an underline.
    text-decoration: underline; is only used in CSS for styling clickable links. Not for regular text.
    One option is to use the HTML <span> tag combined with CSS.
    CSS
    .important {
         font-size: 14px;
         color: red;
    <p>This sentence contains a really <span class="important">important</span> word</p>

  • Dreamweaver and Windows Vista Problem

    Hello,
    I ran into a problem with my Dreamweaver - 8 application and
    cannot find a fix. I open up the Dreamweaver application, 2-3
    seconds later, I get the following error message, “A problem
    caused the program to stop working correctly, windows will close
    the program and notify you if a solution is available.” I am
    using Windows Vista and believe the problem is associated with the
    Vista operating system. I am puzzled by the fact that I have been
    using Dreamweaver with Vista and have had no problems up until now.
    I uninstalled & reinstalled Dreamweaver to no avail. I
    restored my computer to an earlier date, and updated Dreamweaver,
    and still have the same problem.
    Any help to resolve this problem would be greatly
    appreciated.
    Steve
    Text
    Text

    Hello Again,
    I finally fixed the problem. I went into my network settings
    and reset my network address. This did the trick, I went back and
    opened up Dreamweaver without any problem.
    Steve

  • I installed CS3 Design premium upgrade yesterday onto my new mac OS X Yosemite 10.10.1. You gave me a new serial no (Case 0186381031). I have been able to open Photoshop, Bridge, Dreamweaver and Flash. The Illustrator, Indesign and Acrobat applications ar

    I installed CS3 Design premium upgrade yesterday onto my new mac OS X Yosemite 10.10.1. You gave me a new serial number. I have been able to open Photoshop, Bridge, Dreamweaver and Flash. The Illustrator, Indesign and Acrobat applications are not in my applications folder although there are folders in there with those names containing associated items. How can this have happened and what can I do?

    Janetc72338130 what happens if you try to reinstall Illustrator CS3, InDesign CS3, and Acrobat?  What version of Acrobat are you installing?

  • Is it a Bug? Integration between Dreamweaver and Fireworks is broken in somewhere?

    I can not upload images related my topic here but you can see
    it in the same topic at
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    I use CS3 Suite. It is a big trouble for me in working on
    real pages. Integration is broken in somewhere else and after that
    point it becomes impossible to work on Fireworks through
    Dreamweaver.
    I've made test to show this trouble and I narrowed the
    problem to the pictures as shown in the figures below,
    1) In figure one I am creating a completely new Fireworks
    file as arrow.png with two frames and one slice in it. After I am
    saving it as .png I am exporting it as .html with images in /images
    subfolder.
    2) After saving and closing the file in Fireworks, in figure
    two, I am opening the html in Dreamweaver and changing the page
    properties by writing zeros to page margins and by changing the
    default font.
    -----I guess in this point something happens which breaks the
    integration between FW and DW--------because;
    3) In figure three I am opening the .png through Dreamweaver
    (by "Edit") and changes the place and size of the slice a little
    bit
    4) When I press Done in Fireworks I see this picture in
    figure four in Dreamweaver which shows integration between FW and
    DW about table structure is broken. (In this point if I add any
    behaviur to the slice DW doesn't recognize it, or any other change
    in FW can not be recognized by DW)
    5) In order to show this broken integration in table
    sturucture, I am putting a new slice to png when Editing from DW in
    FW.
    6) When I click on Done in DW I see this picture on the
    figure six. Beacuse FW doesn't have any effect on html's table
    structure code.
    I can not upload images related my topic here but you can see
    it in the same topic at
    http://www.fireworksguruforum.com/index.php?showtopic=14282

    damlays wrote:
    > I can not upload images related my topic here but you
    can see it in the same
    > topic at
    >
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    >
    >
    > I use CS3 Suite. It is a big trouble for me in working
    on real pages.
    > Integration is broken in somewhere else and after that
    point it becomes
    > impossible to work on Fireworks through Dreamweaver.
    >
    > I've made test to show this trouble and I narrowed the
    problem to the pictures
    > as shown in the figures below,
    >
    > 1) In figure one I am creating a completely new
    Fireworks file as arrow.png
    > with two frames and one slice in it. After I am saving
    it as .png I am
    > exporting it as .html with images in /images subfolder.
    >
    > 2) After saving and closing the file in Fireworks, in
    figure two, I am opening
    > the html in Dreamweaver and changing the page properties
    by writing zeros to
    > page margins and by changing the default font.
    >
    > -----I guess in this point something happens which
    breaks the integration
    > between FW and DW--------because;
    >
    > 3) In figure three I am opening the .png through
    Dreamweaver (by "Edit") and
    > changes the place and size of the slice a little bit
    >
    > 4) When I press Done in Fireworks I see this picture in
    figure four in
    > Dreamweaver which shows integration between FW and DW
    about table structure is
    > broken. (In this point if I add any behaviur to the
    slice DW doesn't recognize
    > it, or any other change in FW can not be recognized by
    DW)
    >
    > 5) In order to show this broken integration in table
    sturucture, I am putting
    > a new slice to png when Editing from DW in FW.
    >
    > 6) When I click on Done in DW I see this picture on the
    figure six. Beacuse FW
    > doesn't have any effect on html's table structure code.
    >
    >
    > I can not upload images related my topic here but you
    can see it in the same
    > topic at
    >
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    >
    >
    >
    I can reproduce your results, but I don't consider this a
    bug; just a
    limitation of Roundtrip editing.
    You can't add or change slices without re-exporting the html
    from
    Fireworks. Roundtrip is for image editing, not for altering
    the table
    structure. If I edit, and re-export, my table remains intact.
    If you want to edit the slices and resulting html, open the
    PNG file
    independently of Dreamweaver, change your slices and images
    and then
    choose File > Update HTML (this option is not available
    when in
    Roundtrip mode). FW will ask you to locate the html file.
    When located,
    you will have the options of
    Replace Images and Their HTML - replaces the previous
    Fireworks HTML.
    Update Images Only - overwrites only the images.
    As an aside, the rigid table created by FW is rarely
    desirable for a
    production web site.
    HTH
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    .:Author:.
    Lynda.com -
    http://movielibrary.lynda.com/authors/author/?aid=188
    Peachpit Press -
    http://www.peachpit.com/authors/bio.aspx?a=d98ed798-5ef0-45a8-a70d-4b35fa14c9a4
    Layers Magazine -
    http://www.layersmagazine.com/author/jim-babbage

  • How to create a dynamic newsflash using dreamweaver and PHP

    Hi there,
       I would like to create a dynamic newsflash using dreamweaver and PHP in that the newsflash will be pulling information from a MySQL database. The newsflash should also have a link to view more information about the piece of news a user wants to know more about. Which tools do I need to use in dreamweaver and how's the procedure to go about that. Any advice is highly appreciated. Thanx in advance!

    I think you´ll need at least a MySQL table with the following columns:
    - id (primary key, int, auto_increment etc)
    - news_headline (varchar)
    - news_teaser (text)
    - news_content (text)
    What I´d personally add are columns such as:
    - news_date (date or datetime)
    - news_external_link (varchar), if a "read more..." link is supposed to navigate to an external URL rather than displaying the contens of the "news_contents" column.
    Based on such a MySQL table it should be easy to use Dreamweavers standard Server Behaviors to create the usual datalist.php, insert.php, update.php and delete.php documents, and there are numerous tutorials out there which will teach you how to do that.
    Am I right when assuming that you´ll also need to know how to automatically pull, say, the 5 most recent news records from the database ?

  • Dreamweaver and Fireworks Webdesign

    I can across this website, www.alphagraphicdesigns.com. They
    have over 100 different styles to chose from for fireworks to use
    in Dreamweaver and the pack that you can buy comes with components
    for flash as well. I definitly recomend this site to anyone looking
    for styles and button styles and vector images. I have looked
    everywhere to try and find styles for fireworks and could not find
    anything worth while until I can upon this website.
    AlphaGraphicDesigns

    > I don't see any type of graphics or style's to buy???
    Look for "Page Packs".
    > One thing is how is that going to help a person with a
    touch screen that
    > is
    > using remote management of a CNC machine?
    No idea....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (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
    ==================
    "Zealouse" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks for the link looks nice.
    >
    > I don't see any type of graphics or style's to buy???
    But I can use the
    > graphics that I have from Alpha graphic designs and skin
    them with there
    > components.
    >
    > One thing is how is that going to help a person with a
    touch screen that
    > is
    > using remote management of a CNC machine?
    >
    > Times are changing and the web isn't just for buying and
    selling, we use
    > it to
    > control a machine half way around the world...
    > Alpha Graphic Design is not just for web design there is
    a lot of code in
    > the
    > Flash screens to control a 2 ton CNC machine one hundred
    thousands of an
    > inch.....does the link you provide do this or is there
    any were else that
    > I can
    > go to use Dreamweave/Flash to remotely control a CNC
    machine half way
    > around
    > the world???? Maybe it's import to realize that they are
    selling to CNC
    > machinist companies and as well web designer.
    >
    > Ask them to write the code for there drop down menu to
    display the content
    > of
    > a folder located on the users system or send data of the
    current position
    > of
    > the servo motor 100,000 miles away and than I'll pay $90
    for that.
    >
    > Alpha Graphics Designs is only charging $30 to run
    Artsoft Quantum to
    > control
    > there machine using Dreamweaver and Flash with completed
    screens.
    >
    > So you might be thinking that the web is just a big new
    paper and
    > advertisement billboard but people are using Dreamweaver
    and Flash for
    > much
    > more than that ?
    > Thanks for the link and resources
    >
    >

  • Dreamweaver and Fireworks?

    Hi,
    I have been using (very) old versions of Dreamweaver and Fireworks for the past few years, and am thinking about upgrading to the latest versions.
    I see Fireworks is not part of Creative Cloud, but there is talk of Fireworks CS6 somehow being available through the service?
    I basically just want to know my options of what to buy, and the Adobe site could not be less clear about how to get hold of Fireworks - I can see I can get Dreamweaver CC with a Single App subscription. How can I add Fireworks to this bundle? I really don't want the rest of the apps - just these two.
    Any pointers would be much appreciated.
    Alternatively - what has everyone moved to from Fireworks now that it is no longer being actively developed?

    You can activate CS 6 version , if you have Creative Cloud full subscription
    Can't download Firework CS6 through Creative Cloud
    You can also purchase Fireworks CS 6 as standalone product :
    Creative Suite 6

  • Is it legal to build a website template with dreamweaver and re distribute it?

    I see this a lot in the world wide web and thought I would look into the legalities of this as I cannot seem to find any documentation on Adobe's website regarding the licensing of work created using Dreamweaver and redistributing it to others.  Can anyone answer this credibly or point me to the proper jargon?

    There are a couple of catches of course:
    1) If you are using Education version or a Trial then you can't can't make money from it.
    2) If you are using other people JS plugins/ HTML boilers etc then you must acquire permission before distributing them- this includes menus, sliders, responsive grid tools like mixit up isotope etc.
    3) Media and Graphics included with a theme needs to be checked against the original authors.

Maybe you are looking for

  • RUNTIME_ERROR: GETWA_NOT_ASSIGNED

    When a function "ZFUNC" WAS CALLED BY AN USER-EXIT.THE RUNTIME-ERROR OCCURED. It just took place in the QA system and not in the product system.however,we just restored the QA system recently,so it may have something to do with the system restore. th

  • Redolog01,02,03 size

    Dear Team , My redolog01,redolog02,redolog03 size is 50mb . Can I resize to 250 or 500 mb and its not affact anything on my database .. and restart databse required or not . Thanks Abu shahd

  • User exists for changing the selection screen of the transaction CS11

    Hi, I want to change the selection screen of the transaction cs11 and modify the ALV output. I searched the old forums but not got satisfactry results. I want to change the plant and material from the parameter to the select option. i dont want to co

  • DataSource or Crosstab -- List of all Members in the current selection

    Hey Design Studio Experts, i need a collection of the  >>current<< member list of a datasource, Example: i have the Datasource DS_1, which is filtered by 2-3 filters, so the number of lines, that is delivered by the DS_1 is less than the number of li

  • How do I get Genius for my iPod? Is it an app?

    Not very tech savvy