Attaching links to buttons exported into dreamweaver CS3 ?

Hi everyone,
I want to create five seperate buttons in Fireworks CS3 and then export them over to Dreamweaver CS3.
Does the links for the buttons have to be attached in Fireworks first, or can I create the buttons export them into my Dreamweaver site and then attach the links?
The reason I'm asking is because the links in question are external links for five other sites and social network sites, and I do not have the URL's yet. However I would like to get started.
Thanks in advance.

I want to create five seperate buttons in Fireworks CS3 and then export them over to Dreamweaver CS3.
Does the links for the buttons have to be attached in Fireworks first, or can I create the buttons export them into my Dreamweaver site and then attach the links?
You are best to create the buttons in Fireworks, export them to an images folder in Dreamweaver, then attach the links that way.
Before you begin work, ensure that you define a site and have all your working files inside of one folder to which the site definition points to,
(Just mentioning this very important step in case you are new to using Dreamweaver  :-)
Define a site:
http://kb2.adobe.com/cps/140/tn_14028.html
Do not ever export any html written by a graphics program  :-)

Similar Messages

  • Inserting FLASH into Dreamweaver cs3

    I am trying to build a VERY basic website in Dreamweaver. Using their single fixed column, centered,template, i would like to ad 2 flash items, a menu and small movie, in to he top of the column. (Both flash items are larger than the column with, if that matters,i was going to resizxe them  nce  i  got  this part of the  cose  correct)
    For some reason the flash movie shows in my Dreamweaver preview, but not when i load it live online  @ www.srg-buffalo.com.
    The address i have used for the flash movie is: http://www.srg-buffalo.com/flash/header_v8.swf
    The website is hosted at www.swq-buffalo.com, if you want to check out the source code.
    I have no idea what I am doing wrong, i thought it was pretty simple, there is no flash block via my go daddy host.
    How i  inserted it  via dreamweaver  cs3:
    Insert> Media> Flash.
    URL= http://www.srg-buffalo.com/flash/header_v8.swf
    What am  i doing wrong?
    Thanks for any help.

    Thank you,
    That rung a  bell.
    I uploaded  both  saved .SWF documents to  the Scripts directory.
    There was also  a  Scripts dirrectory saved  with index.html,  in this directory was the  AC_RunActiveContent.js  file,any thoughts on that?
    i  uploaded it to  scripts,along witht he  others, and the space  dedicatd to the flash events is there, but they are not  showing.
    http://www.srg-buffalo.com/
    D. Jude Bulera
    Buffalo, NY
    [email protected]
    Date: Wed, 17 Aug 2011 12:45:32 -0600
    From: [email protected]
    To: [email protected]
    Subject: Inserting FLASH into Dreamweaver cs3
    When you insert the SWF, you shouldn't have to actual type anything - it's a browse and select process and will automatically enter the correct path to the SWF. Then you have to upload the page and the SWF file. This next part I think has changed in later versions of DW, but in CS3 I'm pretty sure the process will also create a folder named Scripts. This folder along with it's contents also need to be uploaded.
    >

  • Help inserting js into dreamweaver cs3

    I have been using MS Publisher (yeah I know) to design my web pages but now I am slowly learning Dreamweaver CS3. I am redoing a site within which I have used some forms created with Coffeecup Webform Bilder. It took me a bit to figure out how to insert the js code in DW but I got it working.  However, the next day when I went to create another page with another CCWFB form I followed the same steps and the form would not work. THEN I went and checked the form from the day before and it was no longer working. I keep seeing "FORM OBJECT" rather than the form. Please help!
    This is a Linux server.
    Here is what I have done.
    Uploaded all supporting files with CCWFB to the same folder that the web page is located. Also used DW to upload the files just on a lark and no joy.
    Double and triple and quadruple checked that the files were in the correct directory. Even loaded them in to other directories just reaching for a solution. No joy.  Also tried testing locally with all supporting files in the same local directory with the same "FORM OBJECT" result.
    Inserted the code below that was created with CCWFB into DW via the insert script option.
    <script type="text/javascript" src="swfobject.js"></script><div id="CC6725558">Form Object</div><script type="text/javascript">var so = new SWFObject("msps_application_formdw.swf", "msps_application_formdw.xml", "548", "500", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.addParam("FlashVars", "xmlfile=msps_application_formdw.xml&w=548&h=500");so.write("CC6725558");</script>
    Created a CSS that positions the object at the bottom of the page. I have eliminated this step in previous attempts with the same results. Not sure why it would matter really but I have been grasping at straws for two days now.
    As mentioned the results are that I get "FORM OBJECT" on the web page rather than the form. It acts like the files are not where they should be. I must be doing something stupid and just don't remember really how I had it working.
    The page is www.mdperfusion.com/joinmsps.html
    The script is in the code and the form should be at the bottom of the page.
    On another odd note, when I insert PayPal code using noscript it works locally but not when on the server????  Could there be a common factor...other than then noob user ... in these two problems.  Everything elese works perfectly.
    Thank you for your help in advance!
    Jim

    So here is my code for the page.  Maybe this would help determine why the form is not showing.  The script code is at the bottom of the page.
    Thanks again for looking.
    Jim
    <HEAD><TITLE>MSPS - Join The MSPS</TITLE>
    <META content="text/html; charset=utf-8" http-equiv=Content-Type>
    <STYLE type=text/css>
    <!--
    #apDiv2 {
    position:absolute;
    left:0px;
    top:150px;
    width:175px;
    height:1000px;
    z-index:-2;
    background-color: #FDD501;
    text-align: right;
    vertical-align: baseline;
    #apDiv3 {
    position:absolute;
    left:175px;
    top:100px;
    width:100px;
    height:100px;
    z-index:-2;
    #apDiv9 {
    position:absolute;
    left:275px;
    top:32px;
    width:550px;
    height:32px;
    z-index:0;
    font-family: "Courier New", Courier, monospace;
    font-size: 24px;
    text-align: left;
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    #apDiv10 {
    position:absolute;
    left:190px;
    top:0px;
    width:760px;
    height:100px;
    z-index:-2;
    #CC6213867 {
    position: absolute;
    left: 200px;
    top: 650px;
    #apDiv11 {
    position:absolute;
    left:250px;
    top:30px;
    width:600px;
    height:35px;
    z-index:-1;
    #apDiv12 {
    position:absolute;
    left:220px;
    top:128px;
    width:615px;
    height:55px;
    z-index:1;
    font-family: "Courier New", Courier, monospace;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    padding-left: 10px;
    #Table1tdrightcellpad5px {
    padding-right: 5px;
    body,td,th {
    font-family: Trebuchet MS;
    color: #000000;
    a:link {
    color: #EB1E25;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    color: #EB1E25;
    #Menu {
    border-top-width: medium;
    border-top-style: none;
    top: 200px;
    position: absolute;
    left: 16px;
    width: 159px;
    #Menutd {
    border-top-width: medium;
    border-top-style: solid;
    border-top-color: #000000;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    a:hover {
    text-decoration: none;
    color: #000000;
    a:active {
    text-decoration: none;
    body {
    margin-left: 0px;
    margin-top: 0px;
    #Table1td {
    border-left-width: medium;
    border-left-style: solid;
    border-left-color: #000000;
    padding-left: 5px;
    #Table1 {
    border-top-width: medium;
    border-top-style: solid;
    border-top-color: #000000;
    position: absolute;
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    left: 200px;
    top: 200px;
    width: 625px;
    height: 400px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    color: #000000;
    text-align: justify;
    -->
    </STYLE>
    </HEAD>
    <BODY>
    <DIV id=apDiv2></DIV>
    <DIV id=apDiv3><IMG src="leftcornercircle.jpg" width=100 height=100></DIV>
    <DIV id=apDiv4><IMG src="mspslogoyellowcoloredit.jpg" width=192 height=150></DIV>
    <DIV id=apDiv10><IMG src="headergradient.jpg" width=760 height=100></DIV>
    <DIV id=apDiv11><IMG src="redheader.png" width=600 height=35></DIV>
    <DIV id=apDiv9>Maryland State Perfusion Society</DIV>
    <DIV id=apDiv12>Join The MSPS</DIV>
    <TABLE id=Table1 border=0 cellSpacing=2 cellPadding=0 width=100>
    <TBODY>
    <TR>
    <TD height=20 width=439> </TD>
    <TD vAlign=top width=180> </TD></TR>
    <TR>
    <TD id=Table1tdrightcellpad5px height=353 vAlign=top>
    <P><SPAN lang=en-US xml:lang="en-US">If you are interested in joining the Maryland State Perfusion Society please complete the form at the bottom of the page or click </SPAN><A href="/files/MSPSMembershipApplication.pdf"><SPAN lang=en-US xml:lang="en-US">here</SPAN></A><SPAN lang=en-US xml:lang="en-US"> for a printable version of the application. After submitting the electronic form you have the option of paying your membership dues via PayPal or sending a check or money order to our address.</SPAN></P>
    <P><SPAN lang=en-US xml:lang="en-US">Active Membership:</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Perfusionists working in the state of Maryland.</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Full member with voting privileges.</SPAN></P>
    <P><SPAN lang=en-US xml:lang="en-US">Sustaining Member: </SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Perfusionists not working in Maryland or any other person with interest in the MSPS.</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- Full membership privileges with the exception of voting.</SPAN></P>
    <P><SPAN lang=en-US xml:lang="en-US">First Year Lock:</SPAN><BR><SPAN lang=en-US xml:lang="en-US">- If you join the MSPS during the calendar year of 2009 or before, you will receive a discount for the life of your membership.</SPAN></P>
    <P><BR><SPAN lang=en-US xml:lang="en-US">Any dues paid in the calendar year 2008 will be applied to 2009.</SPAN></P></TD>
    <TD id=Table1td vAlign=top>
    <P><A href="/files/Bylaws.pdf"><SPAN lang=en-US xml:lang="en-US">Bylaws</SPAN></A><BR><A href="/files/ArticleofIncorporation.pdf"><SPAN lang=en-US xml:lang="en-US">Articles of Incorporation</SPAN></A></P></TD></TR>
    <TR>
    <TD vAlign=top> </TD>
    <TD vAlign=top> </TD></TR></TBODY></TABLE>
    <TABLE id=Menu border=0 cellSpacing=0 cellPadding=0 width=169 height=170 name="links">
    <TBODY>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/index.html">Home</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/memberssection.html">Members Section</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/eventscalendar.html">Events Calendar</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/joinmsps.html">Join MSPS</A></TD></TR>
    <TR>
    <TD id=Menutd borderColor=#eb1e25><A href="/licensure.html">Licensure</A></TD></TR></TBODY></TABLE>
    <SCRIPT type=text/javascript>
    <script type="text/javascript" src="swfobject.js"></SCRIPT>
    <DIV id=CC6213867>Form Object</DIV>
    <SCRIPT type=text/javascript>var so = new SWFObject("msps_application_formdw.swf", "msps_application_formdw.xml", "548", "500", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.addParam("FlashVars", "xmlfile=msps_application_formdw.xml&w=548&h=500");so.write("CC6213867");</SCRIPT>
    </BODY>

  • Flash image gallery into dreamweaver cs3

    I put a flash image gallery into my web page using dreamweave
    cs3 and every things working but the images from the image gallery
    do not show up. How do I connect the images to the flash file in
    dreamweaver.

    TexasJen posted in macromedia.dreamweaver:
    > When I type in the address: www.jenspaeth.com it opens
    up to the
    > front page
    > of the shell in the browser. It does not work past that
    though.
    > The flash buttons highlight on rollover, but do not do
    anything.
    Getting a 404 error for
    http://www.jenspaeth.com/home.swf
    before I even
    bring a mouse over the screen.
    I'm guessing that
    http://www.jenspaeth.com/Jen
    Site/Shell.swf is
    attempting to load that file and cannot find it.
    Did you upload home.swf and any other relavent files to the
    root of
    www.jenspaeth.com? Or is it supposed to be in the "Jen Site"
    folder?
    You should not use spaces in folder/file names.
    Mark "404" Boyd
    Keep-On-Learnin' :)

  • Inputting an excel formula into Dreamweaver CS3

    Hello,
    I am creating a website using Dreamweaver CS3 where people
    will email me their documents and I will check them for errors. I
    will be charging per word. I have a word count feature added to my
    page where people paste their document and it will calculate the
    number of words. I need help adding an excel-like formula which
    will multiply the number of words times however much I will be
    charging per word.
    For instance, a person has 1000 words. I need a way for it to
    automatically calculate 1000*.03 which will input $30 in the box
    for their cost.
    Does anyone know how I can incorporate Excel into
    Dreamweaver, or know of a better way to do this?

    SeanWoods wrote:
    > Bregent,
    >
    > I did not write the Javascript for the wordcount. I
    found it online. I am
    > trying to do what you said where I should modify it to
    multiply the word count
    > by the price. I tried inputting the excel-like formula
    into the script (*.02)
    > and haven't been able to get it to work properly.
    >
    > If you could please tell me what I'm doing wrong I would
    appreciate it.
    >
    > Here is the code for the word count:
    >
    > <form method="POST" name="wordcount">
    > <script language="JavaScript">
    >
    > function countit(){
    >
    > var formcontent=document.wordcount.wordcount2.value
    > formcontent=formcontent.split(" ")
    > document.wordcount.wordcount3.value=formcontent.length
    > }
    > </script>
    <script type="text/javascript">
    function countit(textarea){
    document.wordcount.wordcount3.value=
    (textarea.value.length*.03).toFixed(2)
    </script>
    <textarea rows="12" name="wordcount2" cols="60"
    wrap="virtual" onkeyup="countit(this)"></textarea>
    Mick
    > <table border="0" cellspacing="0" cellpadding="0">
    > <tr>
    > <td width="100%"><textarea rows="12"
    name="wordcount2" cols="60"
    > wrap="virtual"></textarea></td>
    > </tr>
    > <tr>
    > <td width="100%"><div
    align="right"><p><input type="button"
    > value="Calculate Words"
    > onClick="countit()"> <input type="text"
    name="wordcount3" size="20"></p>
    > <div
    align="center"><center><p><font face="arial"
    size="-2">This free
    > script provided by</font>
    > <font face="arial, helvetica" size="-2"><a
    > href="
    http://javascriptkit.com">JavaScript
    > Kit</a></font></p>
    > </center></div></div></td>
    > </tr>
    > </table>
    > </form>
    >

  • Embed 'Any FlvPlayer' into Dreamweaver CS3

    I have purchased 'Any FlvPlayer' and although I can develop the video player I can't embed it into my page on Dreamweaver CS3. Can anybody help please?

    I have retried to embed following the instructions at http://www.web-video-player.com/support/two-codes-display-web-videos-on-the-webpage.php and I have put the output files into the webpage folder under a "boxvideos" folder. I am trying to link this video player into another dreamweaver page, so I have copied the html from the fs_aux.html page on wordpad as it states between object tags and pasted this into the code where i want it on my video page www.thefortunas.co.uk/videos . I then change the text to read http://www.thefortunas.co.uk/boxvideos/  as it states on the four sections of code. When I try to play it on the properties panel it just goes white and nothing happens.
    When I view page on the any flvplayer publish folder it's ok.

  • Help exporting into Dreamweaver

    I created a header and a left navigation menu using
    Fireworks. I want to import the images into Dreamweaver in order to
    make them into a template for my site. Can you anyone get me
    pointed in the right direction on how to go about doing so? Thanks
    in advance for any help.

    Map all styles to tags and then use the export to HTML command.
    Bob

  • Exporting into Dreamweaver

    Hello Everyone,
    I have to start by saying, "I'm not an InDesign user, I'm the Dreamweaver user".
    I'm part of a High School Education Foundation and we are working on designing and distributing a newletter via. Our newsletter designer uses InDesign and I use Dreamweaver/Joomla to publish our website.
    Question - will InDesign "export" a file into the HTML or other format that can be uploaded to a web server? If yes, is the formating of the newsletter maintained in the exported HTML file?
    If yes, can someone please direct me to a tutorial on how to configure the export to Dreamweaver (HTML) wizard?
    Thanks for your help and have a great day,
    Todd

    Map all styles to tags and then use the export to HTML command.
    Bob

  • Fireworks CS5 buttons don't export into Dreamweaver S5 correctly

    I'm very new to fireworks, I've created a design layout in Fireworks CS5 which I've sliced up but when I export the design to Dreamweaver CS5 HTML, the buttons which I've created in Fireworks lose their functionality apart form seeing them as a link,. On the Dreamweaver side I insert Fireworks HTML into a div tag. Its probaly something very simple (hopefully) that I'm missing, any help?

    Any pointers??  Please advise.  Thanks.
    Yes.  Don't allow Fireworks or any graphics editor to create HTML for you.  Use Graphics apps for Images ONLY. Save images to your DW Local Site folder.  Use DW to build your HTML code, rollovers and menus.
    Insert > Spry > Spry Menu.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How do I install Spry 1.6.1 into Dreamweaver CS3?

    What directories do I install/copy and paste into?
    What do I do to get the wigets to show up on the toolbar in
    Dreamweaver?
    This should be pretty straight forward right?

    Wow, I thought this was going to be an easy question! You are
    not really giving me an answer to the questions I'm asking you and
    this seems like a pretty straight forward inquiry.
    quote:
    (Plus, it takes more than a few files and a lot of work to
    build in widget support into DW.)
    If I can't get them in the toolbar--fine, but you aren't
    really address the issue of getting the other wigets in
    Dreamweaver. On a side note though I actually have gotten them on
    the toolbar by copying a few files and adding images to the correct
    directory. The configuration window that pops up when I try to add
    say the tooltip is missing text though. That was after only
    spending a few short minutes. I really just need to insure I'm
    getting everything in the right place.
    quote:
    We aren't allowed to add new features to DW via extensions,
    we can update existing features.
    What the %#$@ does this even mean? Who is WE? If you mean
    that the extension in question doesn't fix my problem then don't
    tell me about it, just stick to the questions your being asked.
    I'll pitch this one a bit slower this time. You have Spry
    1.6.1 and it has more widgets/features/components than the version
    that comes with CS3 out of the box. So here are the questions
    again:
    What directories do I install/copy and paste into?
    What do I do to get the wigets to show up on the toolbar in
    Dreamweaver?
    Now I think you have answered the second question -- I'm on
    my own when it comes to adding them to the toolbar.
    The first question is the most important and I thought would
    have been the easiest to comprehend. If you can't answer this
    question don't waste my time with a post about a component that
    clearly doesn't fix my problem.
    Can anyone else answer this question?! If you can thank you
    very much in advance.

  • Flash shell into Dreamweaver (CS3) HELP!

    Alright, I have been struggling with this for hours now. I
    have created a fully working site completely in Flash. I used a
    shell to access each of my different pages within Flash, everything
    works perfectly. Buttons navigate, rollover images appear, simple
    animations interact just fine. I inserted the shell.swf into a
    blank Dreamweaver file, saved it to my host (Mobile Me) as
    index.html and have domain forwarding set up for the site itself.
    When I type in the address: www.jenspaeth.com it opens up to
    the front page of the shell in the browser. It does not work past
    that though. The flash buttons highlight on rollover, but do not do
    anything.
    I am supposed to have this sit up and running today and can't
    figure out how to make it work. Any and all help would be greatly
    appreciated.

    TexasJen posted in macromedia.dreamweaver:
    > When I type in the address: www.jenspaeth.com it opens
    up to the
    > front page
    > of the shell in the browser. It does not work past that
    though.
    > The flash buttons highlight on rollover, but do not do
    anything.
    Getting a 404 error for
    http://www.jenspaeth.com/home.swf
    before I even
    bring a mouse over the screen.
    I'm guessing that
    http://www.jenspaeth.com/Jen
    Site/Shell.swf is
    attempting to load that file and cannot find it.
    Did you upload home.swf and any other relavent files to the
    root of
    www.jenspaeth.com? Or is it supposed to be in the "Jen Site"
    folder?
    You should not use spaces in folder/file names.
    Mark "404" Boyd
    Keep-On-Learnin' :)

  • How to export a lightroom web gallery into dreamweaver

    I would like to know how to integrate a slideshow 'gallery flash lightroom" into a dreamweaver CC page which already exists
    I'm not an IT person. So if you have a simple way...
    I don't find any bottom "export into dreamweaver" in Lightroom...
    So if someone can tell me how to proceed.
    Thanks per advance.
    Florence

    Thanks for your answer.
    Yes. I can open the web gallery page into dreamweaver : I have nammed this page metaphoris.html
    But I don't want to use this page as a page in my web site.
    I would like to integrate the content (just the slideshow) into the body of an existing page
    nammed Artgallery.html
    If you know
    - which part of the code I have to copy and paste into my page (if it's the right thing to do?)
    - and if I have to relocate some files r(essources? images?)
    Thanks per advance ;-)
    Florence

  • System folder fonts missing in Dreamweaver CS3

    I am in the process of designing a website. I started it in
    photoshop; where I used Myriad Pro, light.
    I then took it into Fireworks, sliced it, then exported into
    dreamweaver. Dreamweaver doesn't have Myriad Pro in its list?
    (though it is in windows system folder 'fonts')
    Does anyone know how I get it into dreamweaver please?
    (Using Creative Suite 3 on Windows XP)

    On Mon, 24 Mar 2008 12:12:06 +0000 (UTC), "g2odm8"
    <[email protected]> wrote:
    >I tried DW help, searched Adobe's Knowledge Base and this
    Newsgroup, but
    >couldn't find anything useful.
    >
    > If you can find the answer, please paste the relevant
    info (or a link to it).
    >
    > ----
    > g2odm8
    > ----
    add fonts in the help system gives as number 1
    "Modify font combinations "
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WSc78c5058ca073340dcda91 10b1f693f21-7cd3.html
    Select Text > Font > Edit Font List.
    Select a font from the Available Fonts list and click the
    << button to
    move the font to the Chosen Fonts list.
    Repeat step 2 for each subsequent font in the combination.
    To add a font that is not installed on your system, type the
    font name
    in the text field below the Available Fonts list and click
    the <<
    button to add the font to the combination. Adding a font not
    installed
    on your system is useful, for example, for specifying a
    Windows-only
    font when you are developing pages on a Macintosh.
    When you have finished selecting specific fonts, select a
    generic font
    family from the Available Fonts menu and click the <<
    button to move
    the generic font family to the Chosen Fonts list.
    Generic font families include cursive, fantasy, monospace,
    sans-serif,
    and serif. If none of the fonts in the Chosen Fonts list are
    available
    on the user’s system, the text appears in the default
    font associated
    with the generic font family. For example, the default
    monospace font
    on most systems is Courier.
    ~Malcolm N....
    ~

  • Using Kuler + swatch exchange files in Dreamweaver CS3

    What is the "best practice" for taking a swatch exchange file from Kuler and getting either the swatches into Dreamweaver CS3 or the html color values.
    I like using Kuler to develop test color schemes for my web sites and switching css sheets to determine which colors I like best.
    Right now the method I use is save the Kuler thems as swatch excange files, load the swe file into my swatch palette in photoshop, get the html values with the eye dropper tool take those values and paste into my CSS file. Is there an easier way?
    Any help is much appreciated.
    Thanks

    Hi rocketboy,
    To get swatch values, an alternate to using the picker tool in the product is to directly use the website. You can ge the swatch values by selecting a theme in the browse view and then clicking on the make changes ot this theme button which will take you to the theme creation view with all the color values located at the bottom of the page under the corresponding swatch.
    Kuler Team

  • Sliced and imported photoshop layout into dreamweaver

    First, I am a newbie to all of this web design stuff and
    coding and dreamweaver. I wanted to create my first website so here
    I am. I went through 2 different tutorials (youtube and on
    lynda.com) I created a layout in photoshop and I also sliced it. I
    imported it into dreamweaver (CS3 by the way).....I somewhat
    understand what I am doing. I did all the defining a site and I
    clicked on the content box that I sliced and deleted it and
    inserted a div / added the image that go there, then I made that
    area editable. The layout I imported I saved it as a
    template.Anyway, so basically I am clicking on each sliced area,
    deleting it, and inserting a div there. No problem. Now, the sliced
    areas that has about, home, contact, etc.....those I needed to make
    as links/clickable images. So, before performing the delete then
    inserting a div part.....I first clicked on the sliced area then at
    the bottom of the screen, where it says link, I did a point to
    file, basically linked it. Now, when I preview it in the browser,
    it displays boxes around the sliced navigation menu, which it is
    nit suppose to. see here is a screen shot...
    http://i36.tinypic.com/2eowewm.jpg
    What did I do wrong? Why is it showing up in a table when I
    didn't create it in a table? How can I remove that purple looking
    table border?
    Also, when I go to each of the sliced navigation menu, then
    delete it and insert a div..... the image there...it will not let
    me turn it into a link.
    How do I turn my sliced navigation menu images into links. I
    know I am doing something wrong but just don't know what it is. Is
    there a code I can use or am I suppose to modify or insert
    something? and how do I remove the box from around it?
    What is an easy way? Is there a tutorial out there?
    I want my layout to look like what I mocked up in photoshop.
    Is there a way I can create the same layout in dreamweaver? The
    problem isn't the background, it's trying to get the pink area in
    the center of the lalayout. I didn't know how to do that so thats
    why I tried the way of creating it in photoshop.
    Please help

    > youtube and on lynda.com
    Regardless of what these tutorials lead you to believe, it is
    the WRONG
    approach. Read this to get some perspective -
    Taking a Fireworks comp to a CSS-based layout in Dreamweaver
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt2.html
    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
    ==================
    "missdrika" <[email protected]> wrote in
    message
    news:[email protected]...
    > First, I am a newbie to all of this web design stuff and
    coding and
    > dreamweaver. I wanted to create my first website so here
    I am. I went
    > through 2
    > different tutorials (youtube and on lynda.com) I created
    a layout in
    > photoshop
    > and I also sliced it. I imported it into dreamweaver
    (CS3 by the
    > way).....I
    > somewhat understand what I am doing. I did all the
    defining a site and I
    > clicked on the content box that I sliced and deleted it
    and inserted a div
    > /
    > added the image that go there, then I made that area
    editable. The layout
    > I
    > imported I saved it as a template.Anyway, so basically I
    am clicking on
    > each
    > sliced area, deleting it, and inserting a div there. No
    problem. Now, the
    > sliced areas that has about, home, contact,
    etc.....those I needed to make
    > as
    > links/clickable images. So, before performing the delete
    then inserting a
    > div
    > part.....I first clicked on the sliced area then at the
    bottom of the
    > screen,
    > where it says link, I did a point to file, basically
    linked it. Now, when
    > I
    > preview it in the browser, it displays boxes around the
    sliced navigation
    > menu,
    > which it is nit suppose to. see here is a screen shot...
    >
    >
    http://i36.tinypic.com/2eowewm.jpg
    >
    > What did I do wrong? Why is it showing up in a table
    when I didn't create
    > it
    > in a table? How can I remove that purple looking table
    border?
    >
    > Also, when I go to each of the sliced navigation menu,
    then delete it and
    > insert a div..... the image there...it will not let me
    turn it into a
    > link.
    >
    > How do I turn my sliced navigation menu images into
    links. I know I am
    > doing
    > something wrong but just don't know what it is. Is there
    a code I can use
    > or am
    > I suppose to modify or insert something? and how do I
    remove the box from
    > around it?
    >
    > What is an easy way? Is there a tutorial out there?
    >
    > I want my layout to look like what I mocked up in
    photoshop. Is there a
    > way I
    > can create the same layout in dreamweaver? The problem
    isn't the
    > background,
    > it's trying to get the pink area in the center of the
    lalayout. I didn't
    > know
    > how to do that so thats why I tried the way of creating
    it in photoshop.
    >
    > Please help
    >

Maybe you are looking for