Blog Starter Template in Dreamweaver CC

I am doing a favor for a co-worker. I am building her a website from scratch for a blog she wants to start regarding Real Estate Law. She already purchased a domain with Gator, therefore where I upload this site is already established. I was going to build this site in Muse, however I discovered Muse does not have a Blog Widget. So I'm going to build this in Dreamweaver and I noticed a Starter Template for Blogs, though it looks more of a layout. Once I upload and design this site for her it is out of my hands, and I want to know she can update her blog on her own. Is this blog template in Dreamweaver going to enable her to do so? If not, please advise on how I would go about doing that, thanks.

Many web hosts provide a one-button simple way of installing WordPress from your server's CPanel.  Honestly, I think that's what your friend is going to need; not a Dreamweaver site.
Then find a free or commercial WP Theme with most of the functionality your friend's blog will require.  If you can't find a Theme that contains everything on her wish list, fear not b/c there are plenty of WP Plugins or Widgets to fill in the gaps. Both Themes and Plugins are installed via the WP Dashboard.
WordPress › Blog Tool, Publishing Platform, and CMS
WordPress › Theme Directory « Free WordPress Themes
WordPress › plugin « Tags « WordPress Plugins
Nancy O.

Similar Messages

  • Cant open starter templates on Dreamweaver CC 2014 1.1

    Hi.
    when i try to open a new document and choose starter templates
    I keep getting this message
    "you must specify the external style sheet that contains the css for this layout"
    how do I open these starter templates what do I need to do?
    Using a mac with Yosemite o/s ..creative cloud subscriber...
    any help greatly appreciated

    Hide how exactly?
    Do you mean you want to use FGLayouts in 2014.1 with Design View?
    Open your Fluid Grid CSS file and add an X as shown below.  This will trick DW into thinking it's a normal layout so you can use Design View, spell check, copy & paste text, etc...
        Dreamweaver Fluid Grid Properties
        dw-num-cols-mobile:     X 4;
        dw-num-cols-tablet:        8;
        dw-num-cols-desktop:    12;
        dw-gutter-percentage:    25;
    =====================================
    Nancy O.

  • Started with a Dreamweaver template; now several errors

    I started out with a template from Dreamweaver. I modified with my own text and images and changed the Spry Menu Bar items. I've changed some background images. And now I have some goofy things happening. I would be glad to have any help possible. The url: winneshiekcountyfair.org. I am copying the stylesheet.css at the bottom.
    1. The menu items slide up and flicker when you hover or click and the links don't work!
    2. A bannernav in the top disappears: two items--Privacy Policy and Contact Us
    3. Several problems in the footer: whenever I try to make the text link to page, it moves and/or disappears
         Part of the text in the copyright area disappears. It should say 'c2014 Winneshiek County Fair | top image "Ferris Wheel"courtesy of www.nocturnalimages.com'
    Nancy
    Stylesheet.css
    @charset "UTF-8";
    /* --- CSS Document by Codify Design Studio - codifydesign.com --- */
    body {
              margin: 0px;
              color: #777777;
              font-size: 12px;
              font-family: Arial;
              font-family: Arial, Verdana, Univers;
              background-color: #cfcfcf;
    h1 {
              color: #25476C;
              font-size: 24px;
              font-weight: normal;
              margin: 3px 0px 25px 0px;
    h2 {
              color: #214265;
              font-size: 16px;
              font-weight: normal;
              margin: 0px 0px 15px 0px;
    h3 {
              color: #244669;
              margin-top: 12px;
              margin-bottom: 0px;
    p {
              margin-top: 0px;
              margin-right: 20px;
              margin-bottom: 12px;
              color: #4E6480;
              font-size: medium;
              float: none;
    a          {
              color: #36C;
              display: none;
    a:visited  {
              color: black;
              display: none;
    a:hover    {
              color: #5872f4;
              float: left;
              border-radius: 5px;
              padding-right: 10px;
              display: none;
    .container {
              width: 980px;
              margin-left: auto;
              margin-right: auto;
    /* BANNER AREA */
    .bannerArea {
              width: 100%;height: 83px;
              background-color: #4971a2;
    .bannerArea .container {
              width: 980px;
              height: 83px;
              background-repeat: no-repeat;
              background-image: url(images/banner_bkgd.gif);
    .bannernav {
              padding-top: 20px;
              float: right;
              color: #112c4c;
              font-size: 10px;
              font-family: Arial, Helvetica, Verdana, sans-serif;
              margin-left: 0px;
              margin-right: 5px;
    .bannernav a { color: #ffffff; text-decoration: none; }
    .bannernav a:visited { color: #ffffff; }
    .bannernav a:hover { color: #112c4c; text-decoration: none; }
    .toplogo {
              padding-left: 30px;
              padding-top: 5px;
    /* TOP NAVIGATION AREA */
    .topnavigationArea {
              background-image: url(images/topnav_bkgd.jpg);
              background-repeat:repeat-x;
              background-color: #436d9c;
    .topnavigationArea .container {
              background-image: url(images/topnav_bkgd.jpg);
              background-repeat:repeat-x;
              background-color: #436d9c;
              width: 980px;
    .topnavigationgroup {
              margin: 0px;
              float: right;
              padding-right: 1px;
    .topnavigationgroup ul {
              margin: 0px;
    .topnavigationitem {
              max-width: 167px;
              margin-left: 0px;
              padding-left: 10px;
              padding-top: 9px;
              padding-right: 10px;
              padding-bottom: 9px;
              border-left-style: solid;
              border-left-width: 1px;
              border-right-style: none;
              border-right-width: 1px;
              color: white;
              font-size: 14px;
              font-weight: bold;
              font-family: Arial, Helvetica, Verdana, sans-serif;
              float: left;
    /* CONTENT AREA */
    .contentArea {
              width: 100%;
              background-color: #f0eff0;
              background-image: url(images/content_bkgd_tile.jpg);
              background-repeat: repeat-x;
    .contentArea .container {
              padding-top: 30px;
              padding-bottom: 30px;
              background-repeat: no-repeat;
              background-color: #f2f2f2;
    /**containers**/
    .floatLeft {
    float: left;
    width: 25%;
    height:auto;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;}
    .floatRight {
    float: right;
    width: 25%;
    height:auto;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;}
    /**captions**/
    .floatRight p, .floatLeft p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;}
    .contentleft {
              width: 650px;
              padding-left: 40px;
              padding-right: 40px;
              float: left;
              border-right-style: solid;
              border-right-width: 1px;
              font-size: medium;
              color: #000000;
    .contentright {
              padding-top: 20px;
              float: left;
              padding-left: 10px;
              width: 210px;
              padding-right: 0px;
              margin-right: 0px;
              color: #214265;
    .imageright {
              margin-left: 5px;
              float: right;
    /* FOOTER AREA */
    .footerArea {
              width: 100%;
              background-color: #cfcfcf;
              background-repeat: repeat-x;
              font-size: small;
    .copyright {
              padding-left: 40px;
              padding-top: 12px;
              color: #666666;
              font-size: 10px;
              font-family: Arial, Helvetica, Verdana, sans-serif;
              height: 0px;
              float: none;
    Message was edited by: Nancy Artgirl

    Nancy, I must have done something wrong. Now my main nav doesn't work
    again, but the footer menu works. What did I do wrong?
    winneshiekcountyfair.org
    Here is the CSS:
    @charset "UTF-8";
    /* --- CSS Document by Codify Design Studio - codifydesign.com --- */
    body
    h1
    h2
    h3
    p {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 12px;
    color: #4E6480;
    font-size: medium;
    float: none;
    a         
    a:visited 
    a:hover   
    .container
    /* BANNER AREA */
    .bannerArea
    .bannerArea .container
    .bannernav {
    padding-top: 20px;
    float: right;
    color: #112c4c;
    font-size: 10px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin-left: 0px;
    margin-right: 5px;
    .bannernav a
    .bannernav a:visited
    .bannernav a:hover
    .toplogo {
    padding-left: 30px;
    padding-top: 5px;
    /* TOP NAVIGATION AREA */
    .topnavigationArea {
    background-image: url(images/topnav_bkgd.jpg);
    background-repeat:repeat-x;
    background-color: #436d9c;
    .topnavigationArea .container {
    background-image: url(images/topnav_bkgd.jpg);
    background-repeat:repeat-x;
    background-color: #436d9c;
    width: 980px;
    .topnavigationgroup
    .topnavigationgroup ul
    .topnavigationitem {
    max-width: 167px;
    margin-left: 0px;
    padding-left: 10px;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    float: left;
    /* CONTENT AREA */
    .contentArea
    .contentArea .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    /*containers*/
    .floatLeft
    .floatRight
    /*captions*/
    .floatRight p, .floatLeft p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;}
    .contentleft
    .contentright {
    padding-top: 20px;
    float: left;
    padding-left: 10px;
    width: 210px;
    padding-right: 0px;
    margin-right: 0px;
    color: #214265;
    .imageright {
    margin-left: 5px;
    float: right;
    /* FOOTER AREA */
    .footerArea
    .copyright {
    padding-left: 40px;
    padding-top: 12px;
    color: #666666;
    font-size: 10px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    height: 0px;
    float: none;
    .footer-nav ul li
    .footer-nav li {
        list-style: none;
        float: left;
        text-align: center;
    .footer-nav li a {
        text-decoration:none;
        color: #36C;
        display: inline-block;
        width: 6em;
    .footer-nav li a:visited,
    .footer-nav li a:hover,
    .footer-nav li a:active,
    .footer-nav li a:focus {
        text-decoration: underline;
        color: #5872f4;
    /*clear floats after*/
    .footer-nav:after {
        content: '';
        clear: both;
        display: block;

  • Viewing new template in dreamweaver cs3 reverst to front page ??

    When i save a new template in Dreamweaver CS3 and then try to preview in IExploer it asks me "do you wnat to open or save this file? when i select either it reverst to my old MS Front Page editor

    From their website:
    " Adobe Flash (version 8 or higher) is required to edit the
    FLA file.
    - Use the source codes at your own risk after downloading and
    flashmo.com is
    not responsible for any bugs or errors caused by
    ActionScripts."
    Do you own Flash? Are you familliar with action scripts? If
    not, then you
    probably want to start with a plain html template and learn
    how to code html
    and CSS. Flash sites look nice but they are not friendly for
    Search Engines
    or users who don't have flash player installed on their
    system.
    Here are some on-line tutorials to help you get started with
    html and CSS
    code:
    www.w3schools.com (free)
    www.Lynda.com (pay videos)
    Adobe help - "Getting Started"
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "jdbcmcbride" <[email protected]> wrote in
    message
    news:ftr2vf$i4q$[email protected]..
    > I am a first-time user of DreamWeaver and am currently
    learning how to
    build a
    > website with the Adobe HTML article that they have.
    However, I found a
    flash
    > template that I downloaded as it is exactly what I want
    to use for my
    website.
    > My problem is, I don't know how to make it work.
    >
    > The template is located at
    http://www.flashmo.com/home
    and it is the one
    on
    > page 5 called "037 Wooden". If anyone can tell me what
    to do to get this
    to be
    > my website, I would really appreciate it.
    >

  • Blog Web Template

    Hi,
    I am working on a web template based on a blog. I built a project in visual studio using the web template feature. I am able to deploy the solution and create a site based off the blog template. However, I am wanting modify the default.aspx page. Along with
    modifying it, I am wanting to apply a page layout to the default, category, and post.aspx page for a consistent look and feel. I started with one default aspx page on the solution and added the category filter web part in. When I went to deploy, the web part
    was only appended to the bottom of the page.
    Is it possible to apply page layouts to blog web templates?
    What is the best approach to modifying the .aspx pages since these pages are generated?
    Thanks,
    Joe

    Hi,
    I am working on a web template based on a blog. I built a project in visual studio using the web template feature. I am able to deploy the solution and create a site based off the blog template. However, I am wanting modify the default.aspx page. Along with
    modifying it, I am wanting to apply a page layout to the default, category, and post.aspx page for a consistent look and feel. I started with one default aspx page on the solution and added the category filter web part in. When I went to deploy, the web part
    was only appended to the bottom of the page.
    Is it possible to apply page layouts to blog web templates?
    What is the best approach to modifying the .aspx pages since these pages are generated?
    Thanks,
    Joe

  • CSS Buttons in Blog Module Template Help

    I am using css buttons for my social icons in my blog side bar. I have included the css stylesheet in the overall blog module template as well as well as the button text. The icons appear when I view the blog in list view, however when I try to view an individual post, the icons do not appear, just the button text.  The buttons work on all other web pages within BC as well. Thanks for any help

    Have you set the paths for your images and css as ... src="/images/" etc?
    In BC CSS, JS, images etc need to start with a forward slash to say "read from root".

  • Can't use a starter template

    I'm on a Mac - Mavericks. I have uninstalled and re-installed Dreamweaver 2014, most current.
    I tried the starter templates a few weeks ago, hit cancel when asked to save the CSS and didn't think much about it. I assume it was actually working just fine that first time. 
    Now I can't use a starter template at all. When I try, I click create and get an error message:
    You must specify the external style sheet that contains the CSS for this layer.
    OK... but it won't let me!
    I figured I messed something up with my first cancel so I uninstalled, made sure to uninstall preferences, re-installed and did not sync from the cloud to get a nice new clean install. Still won't work.

    I went to Starter Templates - Responsive Starters - About Page, clicked create, then I clicked cancel instead of saving a css file. It canceled the whole thing, but was all working fine.
    I came back later and none of the responsive templates will work for me now. I can choose any of them and I get the error message with no option to create or point to any css, it just errors out.
    As I mentioned before, I uninstalled everything, including preferences and re-installed, not syncing with my CC to get a clean install but I still get the error.

  • Starter Templates Not Creating CSS Files

    I'm using the About Page starter template.  It asks me to save the About Page.css file, which I do, and then it asks me to name the new page, which I do, then it asks me to copy the dependent files, including the About Page.css file, which I do.  The next box that pops up tells me that there is no About Page.css file and when the template opens it is only partially styled.  I tried renaming the file and/or saving it somewhere else but nothing works.  I tried the blog template and get the same result with the blog css file missing.
    Why is this happening and how can I fix it?
    Kim

    Thanks for your help but it's really not worth the effort.
    I have a county government website running fine with the current set up.  Local files on my file server and remote files on the web server.  It's been working great for years.
    I wanted to try out the new starter templates just to see how they operate.  They simply refuse to create that one css file. All the other dependent files are created and stored where I indicate.  Only the one file is missing on each template.  It's not the end of the world.  I just thought I was overlooking something.
    Thanks again.

  • Issue with AjaxControlToolkit for SharePoint 2013 Blog site template.

    Hi,
    Please find below the details of issue -
    History - We are working with SharePoint 2013 and we are using AjaxControlToolkit in our project. Basically this is a migration project from MOSS to SharePoint 2013. So we have migrated code MOSS to SharePoint 2013. Previously in MOSS project, AjaxControlToolkit
    was used so after migrating we have also used AjaxControlToolkit with updated version which can work in SharePoint 2013. This is working fine now.
    Scenario - There is one web application in SharePoint 2013 farm. Under this web application there are two site collections. One site collection is created with Team site template and second site collection is created with Blog site template.
    There are three feature in our wsp that we have created. One feature is at web application scope (which will do web.config modifications and it will add below entry in web.config file through SPWebConfigModification in section 'configuration/system.web/compilation/assemblies'
     <add assembly="AjaxcontrolToolkit, Version=4.5.7.725, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" />  
    ). And there are two site collection features.
    Now when we deploy our solution (wsp) to web application in SharePoint 2013 farm and activate the Web.Config modification feature which is at web application level, it has added above mentioned entry in web.config file.
    Our application in first site collection is working fine which we are expecting but in the second site collection which is created using out of box Blog site template, 'comment box' and Post button are invisible as shown in below screen shot -
    If we remove below entry from web.config file -
    <add assembly="AjaxcontrolToolkit, Version=4.5.7.725, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" /> 
    and refresh the Blog site page then the Comment box and Post button is appearing again as shown in below screen shot -
    We also tried with updated versions of AjaxControlToolkit (Version=4.5.7.1005 & 4.5.7.1213) but no success.
    I will highly appreciate if you could help me in this.
    Thanks for your time.
    Thanks & Regards,
    Rajendra Gaikwad.

    Hi,
    As you said, the issue only comes with the Blog site template.
    I suggest you take a look at this blog about how to make Ajax Control Toolkit work with SharePoint 2013:
    http://andreaswijayablog.blogspot.com/2013/12/ajax-control-toolkit-with-sharepoint.html
    Another similar thread for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/60fa19fe-86a0-446b-b61f-11a82fe4287f/how-to-implement-ajax-toolkit-for-sharepoint2013?forum=sharepointdevelopment
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they
    help and unmark them if they provide no help. If you have feedback for TechNet
    Subscriber Support, contact [email protected]
    Patrick Liang
    TechNet Community Support

  • CSS Template in Dreamweaver, cannot make flash(swf) show ???

    Hi all,
    I'm quite new at using dreamweaver, have been using GoLive
    some before and I have got a time consuming problem:
    To try to get a hang of CSS page designs I've used the Page
    Design (CSS) Halo Right nav that comes with DW8.
    I've learnt pretty much how it works BUT, I cannot make a
    flash file visible when inserted to the page design ????
    It does not show if I insert it to an existing div tag or if
    I insert it in a new layer. What am I doing wrong ?
    (same goes for images)
    Need help quickly.
    Thanks!

    This is one of the several weird problems with the HALO
    layout.
    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
    ==================
    "Pasay" <[email protected]> wrote in message
    news:eve7b0$s6g$[email protected]..
    > OK!,
    > will look into that, as I said I'm all new to this,
    grateful for all tips.
    > I've posted a new Topic : CSS Template in Dreamweaver,
    Submeny
    > dissapears?
    > may be related to the javascript error ?
    > //Bosse
    >

  • How Do I Import A Photoshop CS4 Template into Dreamweaver CS4

    Ok. Here's the deal, my friend and I spent alot of time working in Photoshop to come up with a nice template. He's even done all the coding to animate the buttons for standard, hover over, and click and all that. It's really cool, the buttons slide back and "lock" into place dependent upon which page you're on. However, I want to take all of that information and plug it into my website without loosing the button functionality. Unfortunately, every time I try to put the photoshop web template into Dreamweaver, it always converts it into an image. So, how do I add my complete photoshop web template and all it's functionality into Dreamweaver?

    I'm afraid Photoshop is a graphics program ill suited for generating good HTML and CSS code.  Use Photoshop to create your images only. Use DW to build your HTML, CSS and menus.
    Have a look at this tutorial:
    Taking  a Fireworks (or Photoshop) comp to a CSS based layout in DW
    Part 1 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Part 2 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Missing templates in Dreamweaver CC

    I am in classes for Web Page Design, which comes with the Dreamweaver software. I have not received the software from my school yet, so I began using the Adobe Creative Cloud. My problem is, in Dreamweaver CC, I am missing a template I need. I need the 2 column fixed, left sidebar template that does not show up in my template list.
    How can I get the Dreamweaver templates into Dreamweaver CC?

    When you go through the document you will see <header> and <footer>. Remove the whole element between the opening and the closing tags as in
    <header>
      <a href="#"><img src="" alt="Insert Logo Here" width="180" height="90" id="Insert_logo" style="background-color: #C6D580; display:block;" /></a>
    </header>
    and
    <footer>
      <p>This footer contains the declaration position:relative; to give Internet Explorer 6 hasLayout for the footer and cause it to clear correctly. If you're not required to support IE6, you may remove it.</p>
      <address>
        Address Content
      </address>
    </footer>
    After having done that, view the result in a browser and you will notice that you have lost the background colour of the article classed as content. To fix that, add a background to content (near line 67) as in
    .content {
        padding: 10px 0;
        width: 780px;
        float: right;
        background: #FFFFFF;

  • Problems when Creating Pages from Templates in Dreamweaver 8

    When creating new pages from templates in Dreamweaver 8(Ver
    8.0.2). The full path for images is not created
    i.e. in template the code is <img src="main_page_logo.png"
    width="814" height="172" longdesc="Main Page Logo" />
    In the new file the code should be :-
    <img src="../../Templates/main_page_logo.png" width="814"
    height="172" longdesc="Main Page Logo" />
    but only :-
    <img src="main_page_logo.png" width="814" height="172"
    longdesc="Main Page Logo" /> is in the code.
    but this does work in Version 8.0.
    Does anyone know of a setting or fix for this problem

    > Does anyone know of a setting or fix for this problem
    It was regarded as a bug in previous versions, and was fixed
    in the 8.0.2
    release. In normal circumstances, ALL links in a template
    file must be
    relative to the template document, not relative to where you
    intend to save
    the child pages. Thus, there would be no way to have a link
    in your
    template document like the first one you show, e.g.,
    <img src="whatever.png"....
    *unless* the file was actually in the Templates folder (a bad
    idea).
    In 8.0.2, you can set your PREFERENCES for the Templates
    category to NOT
    MANAGE relative links. Be aware that this may have unintended
    consequences
    for you - specifically regarding other relative links in your
    site.
    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
    ==================
    "pgs_it" <[email protected]> wrote in
    message
    news:eivj88$361$[email protected]..
    > When creating new pages from templates in Dreamweaver
    8(Ver 8.0.2). The
    > full
    > path for images is not created
    > i.e. in template the code is <img
    src="main_page_logo.png" width="814"
    > height="172" longdesc="Main Page Logo" />
    > In the new file the code should be :-
    > <img src="../../Templates/main_page_logo.png"
    width="814" height="172"
    > longdesc="Main Page Logo" />
    > but only :-
    > <img src="main_page_logo.png" width="814"
    height="172" longdesc="Main Page
    > Logo" /> is in the code.
    > but this does work in Version 8.0.
    > Does anyone know of a setting or fix for this problem
    >
    >
    >

  • Photoshop templates to dreamweaver

    Hello...when I drag the Photoshop template into Dreamweaver,
    it becomes a jpeg. How can I use a Photoshop template in
    Dreamweaver and have the capability to change the text and add text
    over the template?? With the background as a jpeg, I cannot type
    over it unless I use AP Div, which I don't want to use.
    Thank you!

    Google SiteGrinder....
    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
    ==================
    "elechal23" <[email protected]> wrote in
    message
    news:f61bgv$pjm$[email protected]..
    > Well the template came with a psd file and a few
    pictures. But my problem
    > is
    > that I did not really want to type everything out in
    photoshop, I wanted
    > to do
    > it in dreamweaver but I cannot type over the slices
    unless I use AP Div,
    > correct? Or is there another way to type over photoshop
    slices in
    > dreamweaver?
    >

  • How to edit joomla templates in dreamweaver

    hi all.
    I am working with flex,when i crossed joomla its attracted me lot,they are providing so many templates i want to edit that templates (php)using
    dreamweaver and also want to create new templates using dreamweaver.
    can any one help to lead me..
    please help any suggession...
    cheers,
    B.venkatesan.

    Work in Code View only.   
    Install a local testing server for your system:
    WAMP for Windows
    http://www.wampserver.com/en/
    XAMPP for Windows
    http://www.apachefriends.org/en/xampp-windows.html
    XAMPP for Mac
    http://www.apachefriends.org/en/xampp-macosx.html
    MAMP for Mac
    http://www.mamp.info/en/downloads/index.html
    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Joomla! Tutorials
    http://www.lynda.com/Joomla-1-5-tutorials/creating-and-editing-custom-templates/666-2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

Maybe you are looking for

  • Why does the Send button disappear on iCal invites?

    Just to premise this post with the fact that this is from our networked work server, all running Macs on 10.6.7 and using iCal 4.0.4. I'm writing this on behalf of a colleague. When she goes to send invites to events like Board/Committee meetings in

  • Adobe Instillation Issue

    I am unable to watch videos on my laptop because it says that I need the newest version of adobe. However, when I attempt to install it, it does not work. It initially downloads, but then I am unable to even open the file. The icon of the download lo

  • Same Editing domain for different model descriptor

    Background : We have three different Ecore model A, B, C where C holds reference to A and B where B holds reference to A Each model have there own editors and serialized to individual files. Issue facing or not clear: We are using Sphinx framework, w

  • Unable to update E63 firmware via Nokia Suite

    Hi, I've tried to update my E63 software using Nokia Suite v3.3.86 but in vain. The steps I've followed in the 3rd step fo update process (i.e. Install) are as follows with screenshots attached: 1. It checks for valid installation file (see attached

  • Streaming videos or movies on iPad

    I can no longer stream Netflix or HBO Go movies on my iPad. How can I fix this?