Dreamweaver and Website Tonight

Does anyone know if you can utilize dreamweaver with Website
Tonight from Godaddy.com. I would like to utilize this in my
website
http://www.besteworld.com;
however, do not know if I can or not.
Best e-World

my first guess is no, from what a quick search turns up, that
looks like a
hosted CMS or site builder tool, that allows changing design
templates after
content has been added. So it's either dynamic pages with
content in a
database, or static pages but with hooks in the code for the
cms.
trying to touch it when a new user of dreamweaver (if it's
even possible to
get ftp access) will lead to frustration or failure.
What is it you want to do that you can't get done inside of
the website
tonight page builder?
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/

Similar Messages

  • Go Daddy Website Tonight HTML Coding

    Hi, Goddaddy.com has a website builder called Website Tonight, which allows HTML code entry into a block.  I have a Dreamweaver template that I copied and paste the code from Dreamweaver into Website Tonight.  What happens is the file path changes and none of my images appear in Website Tonight.
    A code snippet from Dreamweaver would be:
    <table id="Table_01" width="1601" height="1200" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td rowspan="10">
                <img src="images/si08_body.jpg" width="200" height="700" alt=""></td>
            <td colspan="5">
                <img src="images/si09_outer_wrapper.jpg" width="1400" height="37" alt=""></td>
            <td>
                <img src="images/spacer.gif" width="1" height="37" alt=""></td>
        </tr>
    Website Tonight changes it to:
    <table id="Table_01" width="1601" height="1200" border="0" cellpadding="0" cellspacing="0">
        <tbody>
            <tr>
                <td rowspan="10">
                <img alt="" src="images/si08_body.jpg" width="200" height="700" />
                </td>
                <td colspan="5">
                <img alt="" src="images/si09_outer_wrapper.jpg" width="1400" height="37" />
                </td>
                <td>
                <img alt="" src="images/spacer.gif" width="1" height="37" />
                </td>
            </tr>
        </tbody>
    </table>
    There is a function called "Place images in Files folder" that I tried, and changed all paths above to "files" instead of "images," still no luck. Go Daddy support was no help at all.  Any ideas? I may need to post to a Godaddy forum instead.  Thanks!

    Honestly, if you're fated to use Website Tonight as your site creation tool, use it and put DW away.
    WT comes with it's own proprietary templates and tools. 
    http://support.godaddy.com/help/article/3020/adding-pages-with-website-tonight
    Working with images
    http://support.godaddy.com/help/article/3609/image-options-in-the-page-designer
    Best of luck,
    Nancy O.

  • 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.

  • Dreamweaver and CSS, Java editing an exsisting website to create your own template.

    HI I am new to Dreamweaver and programming,  but I have found a website that I like create something off of, not copying but utilizing some of its div tag positions and formatting.  When I bring the source into Dreamweaver and start to edit some of the things I want to change, I receive some errors that I’m not sure of how to work around.   For example, I want to extend one of the boxes they created and when I try to change it tells me “unable to open file because it could not be found on your local disk”  You can download the file by using the remote view of the file panels or by selecting the file in the related files toolbars” I believe this file is associated with the CSS.  Basically I’m trying to learn off this website and recreate something completely different but I’m not sure how to allow access or tell Dreamweaver to recognize a CSS from my computer.  Hope you understand, let me know what you think.

    Why not leave it on the page?
    If you want to eliminate it, you could try to replace this -
    <div class="tower-rail-item">
              <script type="text/javascript"><!--
                    google_ad_client = "ca-discovery-green_js";
                    google_ad_width = 160;
                    google_ad_height = 600;
                    google_ad_format = "160x600_as";
                    google_ad_type = "text_image";
                    //2007-01-30: indiv - left 2nd - skyscraper
                    google_ad_channel = "TreeHugger_Left_Tower";
                    google_color_border = "f0f0f0";
                    google_color_bg = "f0f0f0";
                    google_color_link = "4E5D76";
                    google_color_text = "000000";
                    google_color_url = "4E5D76";
                    google_feedback = 'on';
                    //--></script>
              <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
            </div>
    with this -
    <div class="tower-rail-item" style="width:160px;height:600px;>
    </div>
    (Note that you are showing more than what you would have deleted to remove it altogether in your post above.  To delete it altogether, change this -
            </ul>
            <div class="tower-rail-item">
              <script type="text/javascript"><!--
                    google_ad_client = "ca-discovery-green_js";
                    google_ad_width = 160;
                    google_ad_height = 600;
                    google_ad_format = "160x600_as";
                    google_ad_type = "text_image";
                    //2007-01-30: indiv - left 2nd - skyscraper
                    google_ad_channel = "TreeHugger_Left_Tower";
                    google_color_border = "f0f0f0";
                    google_color_bg = "f0f0f0";
                    google_color_link = "4E5D76";
                    google_color_text = "000000";
                    google_color_url = "4E5D76";
                    google_feedback = 'on';
                    //--></script>
              <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
            </div>
        </div>
    </div>
    to this -
            </ul>
            <div class="tower-rail-item">
            </div>
        </div>
    </div>
    It's not suprising that deleting something like that might change the layout of the page.  A well-built web page is very much like a well-built (and intricate) rock wall. Each element of the page somehow depends on the support and presence of each other element.  Remove one and things get kinda crooked....

  • Have changed the "Index" of my website in Dreamweaver and followed the "Put" instructions to upload it back to the "Remote Server," but when I go onto the web to check it, the main (Index) page has not changed.  Help!

    Have changed the "Index" of my website in Dreamweaver and followed the "Put" instructions to upload it back to the "Remote Server," but when I go onto the web to check it, the main (Index) page has not changed.  Help!

    This is a duplicate post; see How do I upload from Dreamweaver CS6?

  • Our website was set up 10 years ago with Macromedia Dreamweaver.  Can I download up to date Adobe Dreamweaver and still access and make changes?  I do not have the old software

    Anyone can help answer this?   Thank you,

    Most web site files can be edited using a simple text editor.  It is not clear to me what you are looking for when you ask if you can download up to date Adobe Dreamweaver and still access and make changes.   You certainly can, but you need to purchase the software to do so if you mean you want the latest versions.
    The most current version is available thru a subscription basis.
    Creative Cloud Plans
    https://creative.adobe.com/#plans
    You can always download a trial version which you can try for thirty days.  Trial versions are fully functional.

  • 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
    >
    >

  • Spry HTMLDataSet not displaying in GoDaddy Website Tonight

    Hi,
    Has anyone tried using Spry with Website Tonight?
    I'm displaying a Spry HTMLDataSet on a Spry Tabbed Panel.   It's a pretty simple page - you can see it working here: http://www.bigdogrugs.com/Script/TestMDTabs.html.  The original Spry scripts are unmodified.
    When I embed this code into a GoDaddy Website Tonight template, the tabbed panel works ok but the DataSet is not displaying.  You can see the result here: http://michellesirois-silver.com/Gallery.html.  The script and style tags are embedded in the HTML body vs. the head as that is a Website Tonight limitation (Website Tonight does have an option to embed script in the page head but that didn't work either.)
    This may be a CSS problem.  I'm just using the default Spry MasterDetail.css and SpryTabbedPanels.css.
    I'm using Spry 1.6.1 and have tested in Firefox 3.5 and IE 8.
    Thanks,
    Jerry

    Hi Jerry,
    I suspect this is a case of encountering the cross site scripting security rules.  Basically this stops you showing content from one site on another site, as it makes a user vulnerable to script from another site running in their browser.
    So in your case you can't show html or xml from another site in your site. You are trying to show content from one site http://www.bigdogrugs.com/Script/Gallery.html on another http://michellesirois-silver.com/Gallery.html and the browser security models prevent this.
    var dsHosta = new Spry.Data.HTMLDataSet("http://www.bigdogrugs.com/Script/Gallery.html", "Hosta");
    If you place Gallery.html from bigdogrugs into http://michellesirois-silver.com/Script/Gallery.html and change the SpryHTMLDataSet reference then it should all work fine.
    Regards
    Phil

  • I created a link to a SWF in Dreamweaver, and can't close the SWF...

    Hello all-
    I am experimenting with a website in Dreamweaver, and created a link to a SWF. When the link is clicked, the SWF displays but there is no way to close it (it takes up the entire screen.) I know I need to add AS3 code to a close button in the SWF, and NOT close the browser window. I know the answer is simple, but fscommand("quit") doesn't seem to work....there should be a simple line of code that does this- if anyone knows I appreciate some help, and thank you in advance for your time!!!!

    if you have access to the server where the swf resides, you can program a Flashcontainer (you need flash to do that not Dreamweaver) that loads the swf on your on stage (google as3 load external swf) and remove it deliberately.

  • 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

  • I have the CS3 version of Dreamweaver and am unable to access my remote files.

    I have the CS3 version of Dreamweaver and cannot access my remote files.  The message says "cannot make contact with host".  I contacted GoDaddy (host) but they cannot help me.  They said to contact you.
    Sharonpacker

    I have Dreamweaver CS3 and have no trouble using it to access remote files. This is not a Dreamweaver CS3 issue.
    Is your password correct.
    Is your username is correct
    Are you in the correct "root" directory for your website?
    Is the server expecting SFTP (unlikely)?
    Have you checked the Server Compatibility button and tried unchecking and checking FTP optimization and alternative FTP move method?
    Has your hosting provider suddenly changed to IP v 6 (unlikely)?
    Have you changed your firewall?
    These are things to check out in Dreamweaver in the Remote Info panel in your Advanced Site Definition.

  • Php, dreamweaver and cms

    I have the big project website that must be publish in june
    2009.
    So I have a lot of time now to learn it by myself.
    I'm very new in the online. Which is the best of all if I
    have to learn to do the website.
    Cms I think its the easiest way for me and I love Drupal
    Text
    But in the future what is the best to learn for
    webmaster.

    Hi
    How big is big is the questions? For a small site content
    seed is ok
    (www.contentseed.com)
    I would suggest you supply some more detailed information ie.
    How many
    pages? ecommerce? Lots of animation required?
    As to how to learn, ask lots of questions and buy a good book
    on HTML and
    CSS. Dreamweaver, Expressions etc are good but cannot not
    make up for a
    knowledge of hand coding.
    A good start are the templates supplied by Dreamweaver and by
    Projectseven.com, try to grasp how and why things are done
    and move from
    there.
    Both this and projectseven forums are good and full of
    helpful people
    HTH
    Ian
    "Jeepbull" <[email protected]> wrote in
    message
    news:gh3hf6$nll$[email protected]..
    >I have the big project website that must be publish in
    june 2009.
    > So I have a lot of time now to learn it by myself.
    > I'm very new in the online. Which is the best of all if
    I have to learn to
    > do
    > the website.
    > Cms I think its the easiest way for me and I love Drupal
    http://drupal.org
    > But in the future what is the best to learn for
    webmaster.
    >

  • Help: Can I create unique content in Dreamweaver and host it on Adobe?

    I have been told that I cannot do this and I am asking for verification.
    I am a CC subscriber so I have five Adobe hostings available.
    What I want to know:
    Is it correct that when I purchased the CC subscription and Dreamweaver with five site hostings, I cannot use Dreamweaver to create unique content and host it on the five hostings?
    Why would Adobe sell Dreamweaver with all it’s capabilities and not support using it on the hostings that are sold as part of the package?
    What I want to do:
    Create very simple, unique content in Dreamweave. No commerce, just pages.
    Publish it (test site is OK) to one of my available Adobe hostings.
    Have it look just like I created it without any Business Catalysts templates or content.
    What I have been told:  
    My five Adobe hostings are in Business Catalyst
    I have to use Business Catalyst templates or my web site will not work
    I cannot create unique content in Dreamweaver and use my Adobe hostings to post content entirely of my own design. I must conform to Business Catalyst.
    What I have experienced:  
    I can create my content in Dreamweaver.
    When I try to create a new Business Catalyst site in Dreamweaver using my content, Dreamweaver wants to download the lorem ipsum prefabricated placeholder content and overwrite my work.
    I can mitigate this by unchecking a box but it won’t allow me to use my content.
    When I push up (put) my content, it appears to transfer up
    After a few seconds, the files on the server are zroed out (zero byte size).
    My content is not on the web server.
    What I have not tried but will do next:
    Create a New Business Catalyst Test site in Dreamweaver.
    Allow Dreamweaver to download the site content.
    Strip out all of the prefabricated junk.
    Build my content.
    Push (put) it up.
    See if it works.
    This is a pain.

    Hey there, Please see my replies to you in another colour below:
    I have been told that I cannot do this and I am asking for verification.
    Adobe - No, Business catalyst - yes. Adobe is not Business Catalyst, Bussiness Catalyst is owned by Adobe and is a website CMS sollution and hosting for that.
    I am a CC subscriber so I have five Adobe hostings available.
    Business Catalyst WEB BASIC sites
    What I want to know:
    Is it correct that when I purchased the CC subscription and Dreamweaver with five site hostings, I cannot use Dreamweaver to create unique content and host it on the five hostings?
    No of course you can, You build your site as you want and upload to BC. You just need to note that the sites will be only the web basic plan so limited features.
    Why would Adobe sell Dreamweaver with all it’s capabilities and not support using it on the hostings that are sold as part of the package?
    Dreamweaver has full integration with Business Catalyst - You have been told incorectly.
    What I want to do:
    Create very simple, unique content in Dreamweave. No commerce, just pages.
    Totally fine
    Publish it (test site is OK) to one of my available Adobe hostings.
    Get out of your head "Adobe hosting" it is Adobe business catalyst
    Have it look just like I created it without any Business Catalysts templates or content.
    If you have raw static html and css files etc in pages - this will work. This is the wrong way to build a site but you can do so if you want to.
    What I have been told: 
    My five Adobe hostings are in Business Catalyst
    Yes that is correct
    I have to use Business Catalyst templates or my web site will not work
    Not true. Now there are templates you can use to build your sites. The other "template" term you will here are the templates you use in your site builds, pages and other elements use - Layout control - change once, update many.
    I cannot create unique content in Dreamweaver and use my Adobe hostings to post content entirely of my own design. I must conform to Business Catalyst.
    The concept of creating content in Dreamweaver is not correct. You should be desining your site and then build it in Dreamweaver and then you manage the content using Business Catalyst.
    What I have experienced: 
    I can create my content in Dreamweaver.
    You can but you shouldnt, you should build the site elements in DW.
    When I try to create a new Business Catalyst site in Dreamweaver using my content, Dreamweaver wants to download the lorem ipsum prefabricated placeholder content and overwrite my work.
    I do not use DW to build my BC sites so not sure what is happening there. It shouldnt, sounds like your syncing not uploading files.
    I can mitigate this by unchecking a box but it won’t allow me to use my content.
    To remove the cross syncing for the web basic creative cloud sites for people in muse there is an option in Site settings you need to tick, I am guessing you need to do this too.
    After a few seconds, the files on the server are zroed out (zero byte size).
    You will need to contact Business Catlayst support on this one

  • Is Adobe Dreamweaver and Muse the same as Web Suite?  Are they compatible?

    I currently have Adobe Creative Cloud.  My friend is building me a website using Adode Web Suite.  Is Adobe Dreamweaver and Muse the same as Web Suite?  Are they compatible?

    Dreamweaver is NOT the same as Muse.   These are two very different products aimed at different users.
    Muse is consumer level software for hobbyists and non-coders with little web experience.   Dreamweaver is pro-level software for experienced web developers. Coding skills are essential.  More than likely, your web designer is using Dreamweaver.
    Muse is only available by subscription to the Creative Cloud.  Dreamweaver can be obtained on a single license, in a product suite or by subscription to the Creative Cloud.  See Product Comparison Guide below for details:
    http://www.adobe.com/products/creativesuite/buying-guide.html
    Nancy O.

  • Dreamweaver and Photoshop

    I am really frustrated! I built a website in photoshop, added
    some forms in dreamweaver and have a header done in flash. In
    dreamweaver, my forms are placed higher then they should be on the
    page covering other text. My flash header won't even load and the
    funny thing is, when I view the page in either firefox or IE it
    looks fine. This all takes place when I attempt to place it on a
    server? What is going on?? I am attaching the code for the page
    below.

    > And I have uploaded the swf file for the flash banner.
    But that wasn't the question. djinn asked if you had uploaded
    the Scripts
    folder (that DW places in your local site when you insert
    Flash on a page).
    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
    ==================
    "kowall2008" <[email protected]> wrote in
    message
    news:fuqfmo$m0u$[email protected]..
    > it is on a temporary server for the time being...
    >
    >
    http://www.parklanddenture.bravehost.com
    >
    > And I have uploaded the swf file for the flash banner.

Maybe you are looking for

  • Firefox keeps reverting to an older version (from 4.0.1 to 3.6.17)

    OK, I have a weird one. I followed Firefox 4 through the betas, which meant that I had Firefox 3 installed concurrently. Recently, I tried to do a fresh install of Firefox 4 (after removing the betas). First, I tried it as an upgrade. Then I tried un

  • I cant find a simple answer to this question.

    I get this stupid error when running an applet: java.lang.NoClassDefFoundError: website (wrong name: website/website) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:403) at java.security.Sec

  • Video resolution Problem

    The display that came with my Radeon HD 7600G will only support 1366 x 768, I get that.  o what I am trying to do is play some HD video ( 1920 x 1080 ) using an external monitor.  When I try to play a video of that resolution in the laptop display, i

  • Mapping Input

    I have a mapping input parameter connected to a lookup table and then to a premapping process. Somehow OWB is not generating the lookup in the code. Is this a bug? This is what owb generated, WH_DATE_PERIOD is the lookup table. BEGIN WH_ENABLE_PART_I

  • What does that mean the result of (int)character ?

    ---- code snippet char ch = '가'; System.out.println( (int)ch ); As you might know, the value of ch is Korean character that takes up to 2 bytes. And the result of above code is 44032. What does that mean this number? Is it ASCii code or unicode numbe