Creating my first page using CSS

I am really just trying to make one page to be used as a enewsletter by contactology to send out to 2,000 clients, which I hope to copy the HTML code from the page I create to the database on contactology. What do you suggest I do?

I don't know much about contactology but they have a help page for creating your own templates.
http://www.contactology.com/custom-template.php
They even say in there that you can use Dreamweaver to do this but, if that's all you want to do, I reckon you could use any text editor.
Your main problem comes from your statement, "What program would be the best for someone unfamilliar with HTML and CSS..."  Dreamweaver will expect you to have a working knowlege of both.
I saw also on the contactology site that they provide an HTML editor.  I imagine that will be a much easier thing to grasp that Dreamweaver.
However, if you are thinking of extending your skills beyond the occaisional email, then getting to grips with DW will be a good thing.  You just need to be prepared for some learning.
Martin

Similar Messages

  • Sandbox Solution to create a Publishing page using page layout.

    How to create a Sandbox Solution to create a Publishing page using page layout.

    Hi Sriram,
    You can use the below code
    using (SPSite site = new SPSite(url))
    using (SPWeb web = site.OpenWeb())
    web.AllowUnsafeUpdates = true;
    SPList wiki = web.Lists["Pages"];
    String urlWiki = wiki.RootFolder.ServerRelativeUrl.ToString();
    PublishingSite pubSite = new PublishingSite(web.Site);
    string pageLayoutName = "Layoutname.aspx";
    string layoutURL = web.Url + "/_catalogs/masterpage/" + pageLayoutName;
    PageLayout layout = pubSite.PageLayouts[layoutURL];
    PublishingWeb publishingWeb = PublishingWeb.GetPublishingWeb(web);
    string pageName ="home.aspx";
    PublishingPage newWikiPage = null;
    newWikiPage = publishingWeb.GetPublishingPages().Add(pageName, layout);
    newWikiPage.Title ="";
    newWikiPage.Update();
    web.AllowUnsafeUpdates = false;
    A'Kumar

  • How to create a multi-page collapsible & CSS styleable table of contents box?

    How to create a multi-page collapsible & CSS styleabe table of contents box?
    Is there a tool available for Dreamweaver or for standalone operation that can create for multi-page articles a collapsible & CSS styleabe table of contents box based on the page titles?

    You could do this with jQuery.
    Table of Contents -
    http://www.downloadjavascripts.com/list/javasiteccc68/Details.aspx
    Collapsible Panels, Tables & Accordions -
    http://www.downloadjavascripts.com/Collapsible_And_Free_Accordion_Panels.aspx
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • I created my first movie using one long video (all photos) clip created in Keynote and imported to Imovie.  I added many music clips, some overlapping. I now want to lay down a new updated video clip, eliminate the original but retain the audio. Can I?

    I created my first movie using one long video (a montage of photos) clip created in Keynote and imported to Imovie.  I added many music clips, some overlapping. I now want to lay down a new updated video clip, eliminate the original video, but retain the audio. Can I?  And if so, how.  I cant seem to
    find the info anywhere in help.

    I would suggest that you go to iMovie/Preferences and make sure that Advanced Tools are enabled.
    Then, you can drag your new video clip on top of your old clip and a popup menu should appear. Choose REPLACE.

  • How to: Print table on first page, use second page (back) for text only

    Hi, I am looking for a clear document on how to use pagination and the Odd and Even pages.
    We need to print a table over several pages, but only on Odd pages.
    On the back of each page we need to print "Terms and Conditions". Is that possible? Can it be done without scripting
    We are on ADOBE version 8.1
    In the file properties, double sided is switched on, and version set to 8.1 and higher.
    I created two Master pages, a FrontPage with ContentArea1and a BackPage with ContentArea2.
    FrontPage is used for uneven pages, BackPage is used for the even pages. The masterpages are printed correctly (alternating properly).
    Two pages were created for the content area's:
    ITEMS: contains item data (table with header and footer). Place is "On Odd Page". After "Goto page BackPage". And if the table needs to be paginated it goes to BackPage with overflow leader "Conditions".
    CONDITIONS: contains a textfield (Terms and Conditions). Place is "On Even Page". After "Goto page FrontPage". No overflow.
    What should happen is that on the front pages the item table is printed. If there are too many lines it should overflow to page number 3 then 5 etc. All the even pages should display the text.
    What actually happens is that the item table also gets printed in the content area for the Condition text...
    Also the "Conditions" are not printed on the last back page. But only once before it...
    Cheers,
    Edwin.

    Fixed it... After a lot of creating, deleting, playing around with pagination and the inevitable cursing...
    I have created 5 pages:
    1. FirstPage
         - Odd/Even: Odd (Front) Pages
         - Placement: First page (In page set)
    2. FrontPage (For Odd pages)
         - Odd/Even: Odd/Front Pages
         - Placement: Rest of Pages
    3. BackPage (For Even pages)
         - Odd/Even: Even (Back) Pages
         - Placement: Rest of Pages
    4. LastPage
         - Odd/Even: No Odd/Even Restrictions
         - Placement: Last page (In page set)
    5. DummyPage
         - Odd/Even: Blank pages
    The 'Terms and conditions' are located on the BackPage and LastPage (as a text).
    The table that is printed is (of course) located on a normal page (flowed subform).
    Pagination tab: Placement = Following previous, and After = "Continue filling parent". No overflow... Basically, it's all default.
    The table lines will now start on the first page and if there are more lines than can be printed on this page, it will continue in the next content area. That will be on the FrontPage.
    The trick is that each master page must have a content area (mandatory). Except for Blank pages, but these cannot be used... Blank pages would only be used once, after the first page.
    What I discovered is that you can drag a content area away from the Master page and attach it to a different master page.
    Logically, if there is no content area on a page, then data cannot be printed there. So, I created a Dummypage. On this page I dumped the content areas from the LastPage and the BackPage. As a result, content cannot be printed anymore on the back of pages. Only the standard text (a text field) is printed there. When the data from the table is overflowing, it will automatically overflow from the FirstPage to the next content area. Which is located on the FrontPages only.
    The DummyPage is NOT used anywhere.
    The result is that the records can only be printed on the content areas that exist on the First and Front pages. The back pages are now skipped.
    Duplex printing is now working correctly, and the text is printed on the back of all the pages.
    Cheers,
    Edwin.

  • How do you create a login page using dashcode for the iPhone's mobile safari that will transfer you to the next page?

         Hey I have created a login page in Dashcode for a mobile safari app (aka iphone web app) and I am having trouble since I can not find any useful info about multiple pages. I don't want to use a stack layout view because it is only a login page and I need to check with a database to make sure the user's login info is correct. Right now I have it set up so that it loads another iphone web app project once it validates the info.
         The only problem with this is I am having a good bit of trouble trying to pass values from my php code to javascript or html. For some reason calling the javascript inside the php code makes the actual code inside the app not be called and same with the echo statment for the html.
    So I would like to be able to create the app in this way:
    Login page > PHP > MS SQL > PHP > UNKNOWN (if I can't get the javascript or html to output both) > Secure info on the next page
         I believe It would be a lot easier if I had the option for a multiple page but instead I am having to load up an entirely new dashcode project. If anyone knows a better way please let me know. Or if anyone knows a link to good information on passing values from php to javascript, because I couldn't get any of the code I tried to work, I would really appreciate it.

    Addendum to previous reply:
    OK.  This is weird--but I should be used to that, and just grateful that it seems to work (for now).
    What I had done is FTPd some image files to my site using Filezilla, but when I had tried to access them, I was unsuccessful.  I am almost sure that I used the same url (and variations of it) as you suggested, namely,  http://mysite.verizon.net/username/filename , and it either did not work, or gave me the "Page under construction", or, in some cases asked me for my username and password.
    But, when I did it this time, it worked.  So I probably had something off, but I can now do what I want.
    By the way, if you'll permit another question, while on the site-builder site, it said that there was a "Web Photo Manager", and said that "To download the Web Photo Manager: Open the Site Builder application and go to the All My Sites page. Click on the Web Photo Manager link (listed under Advanced Building Tools )."  I can't find it--would you happen to know where it is?
    In any case, thanks a lot for all your help--it solved my problem. 

  • How do I create a web page using Dreamweaver

    I need help to create a website in Dream Weaver.  Where do I begin?

    Start with HTML & CSS code.  Those are the building blocks for everything you will be doing in DW.
    http://www.html.net/
    http://w3schools.com/
    http://www.csstutorial.net/
    http://phrogz.net/css/HowToDevelopWithCSS.html
    http://webdesign.tutsplus.com/sessions/web-design-theory/
    Once you've grasped the above fundamentals, work through this 5-part tutorial:
    Creating your first web site in DW CC-
    https://helpx.adobe.com/dreamweaver/learn/tutorials/how-to/first-website-part1.html
    Nancy O.

  • How do I create a first page?

    I am developping various forms with oracle 10g.
    I would like to create an entry page, like a home page?
    Thanks
    Tiago

    Then go ahead...
    There're quite alot of tools out there to create webpages, ranging from the classic notepad to Dreamweaver. You could as well use Oracle Portal and Oracle HTMLDB.
    Regards,
    Martin Malmström

  • Create Custom Application Page using SharePoint designer

    Hi All,
               I have a task to create the Custom Application page using SharePoint designer.Can any one help me how can I do this.Can any one help me how can I achieve this
    Samar

    Hi Samar,
    By application page do you mean writing C# code from SP designer? If so as far as I know you can't write C# code from designer, you have to use Visual Studio for it.
    But if you only want an aspx page with some JS code you can create one from "all files" in designer. you will see files menü on ribbon from where you can create aspx page.
    Best regards,
    Mustafa Yılmaz
    Best Regards, Mustafa Yılmaz MCITP, MCPD | www.mustafa-yilmaz.org | www.sharepointciyiz.biz

  • How can i print all pages instead of only the first page using firefox

    How can i set firefox to print off my mac to my lexmark printer all pages i want. It is only printing the first page as of about 4 days ago
    == This happened ==
    Every time Firefox opened
    == about 4 days ago. it works ok on safari!

    Then duplicate that button to pages 3-23.
    To do that effectively go to Form Edit mode, right-click the button and select Duplicate Across Pages.

  • P tag elements not showing on pages using css

    I converted a site from GoLive to DreamWeaver and all the
    text using the <p> tag doesn't show up on the site, but the
    other styles do show up, including <h1> tags, etc.
    - I've confirmed the links to the css are correct and in
    tact.
    - I've cut and pasted text from the <body> tag, which
    is the same spec as the <p> tag into place to make sure there
    wasn't a typo. Didn't help.
    - I've tried it with and without the <> brackets.
    - I changed a paragraph within the page to "none" and used
    the <br> tags to make the breaks, and it shows fine, but the
    very next paragaph that uses the <p> doesn't work.
    Any thoughts on why this would happen?
    Here is the typical header link I'm using
    <link href="adv01.css" rel="stylesheet"
    type="text/css">
    Here is the actual css line
    p { color: #333; font-size: 13px; font-family: Helvetica,
    Geneva, Arial, SunSans-Regular, sans-serif; line-height: 15px }
    Thanks
    Jon

    On Fri, 4 May 2007 05:02:06 +0000 (UTC), "jcamrud"
    <[email protected]> wrote:
    >Yeh, thanks for the drama Win ;-)
    Drama? No. Trying to get you to understand that you have made
    a
    fundamental and serious error in using includes.
    See this?
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <meta http-equiv="content-type"
    content="text/html;charset=iso-8859-1">
    <meta name="keywords" content="Mortgage, Mortgage
    credit report, Trimerge, Fannie, Credit reports, FICO,
    Mortgage
    Services, Mortgage Credit Software, Flood Certifications,
    RMCR,
    Mortgage Brokers, Infile, Experian, Equifax, TransUnion,
    Rapid
    Resolve, Quick Check, Rescore Express, Calyx Point, Genesis,
    Merged
    report, Freddie, Credit repository, mortgage, mortgage credit
    report,
    trimerge, fannie, credit reports, FICO, mortgage services,
    mortgage
    credit software, flood certifications, RMCR, mortgage
    brokers, infile,
    experian, equifax, transunion, rapid resolve, quick check,
    update
    express, calyx point, genesis, merged report, freddie, credit
    repository">
    <title>ADVANTAGE CREDIT INC of COLORADO Credit
    Reporting Services</title>
    <link href="../adv01.css" rel="stylesheet"
    type="text/css" media="all">
    </head>
    <body bgcolor="#ffffff" leftmargin="0" marginheight="0"
    marginwidth="0" topmargin="0">
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <meta http-equiv="content-type"
    content="text/html;charset=iso-8859-1">
    <title>Advantage Credit Incorporated</title>
    <style type="text/css" media="screen"><!--
    p { color: #fff; font-size: 11pt; font-family: "Trebuchet
    MS", Geneva,
    Arial, Helvetica, SunSans-Regular, sans-serif; font-weight:
    bold;
    text-decoration: none }
    a:link { color: #fff; font-size: 11pt; font-family:
    "Trebuchet MS",
    Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-style:
    italic; font-weight: bold; text-decoration: none }
    a:hover { color: #cfc; font-size: 11pt; font-family:
    "Trebuchet MS",
    Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-style:
    italic; font-weight: bold; text-decoration: underline }
    a:visited { color: #fff; font-size: 11pt; font-family:
    "Trebuchet MS",
    Geneva, Arial, Helvetica, SunSans-Regular, sans-serif }
    .navlink { color: #fff; font-size: 11pt; font-family:
    "Trebuchet MS",
    Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-style:
    oblique; font-weight: bold }
    --></style>
    </head>
    <body bgcolor="#ffffff" leftmargin="0" marginheight="0"
    marginwidth="0" topmargin="0">
    Starting from the top:
    Your DOCTYPE is incomplete. So the page is working in
    "quirks" mode;
    display issues are now a crapshoot.
    There are duplicate <html>, <head>, and
    <body> tags. Browsers can
    choke on that.
    The first lump of embedded styles sets the body background
    colour to
    #fff. The second lump sets the p, a:link, and a:visited
    colours to
    #fff. Tough to see white text on a white background.
    Farther down the page, within a table, you've got this:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <meta http-equiv="content-type"
    content="text/html;charset=iso-8859-1">
    <link href="adv01.css" rel="stylesheet"
    type="text/css" media="all">
    <style type="text/css" media="screen"><!--
    .footerlink { color: #666; font-size: 11px; font-family:
    Helvetica,
    Geneva, Arial, SunSans-Regular, sans-serif; text-decoration:
    underline
    .copyright { color: #666; font-size: 11px; font-family:
    Helvetica,
    Geneva, Arial, SunSans-Regular, sans-serif; line-height: 13px
    --></style>
    <script language="javascript" type="text/javascript">
    <!--
    script to open small windows
    var win=null;
    function NewWindow(mypage,myname,w,h,scroll,pos){
    if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):1 00;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
    if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.h eight)?(screen.height-h)/2:100;}
    else if((pos!="center" && pos!="random") ||
    pos==null){LeftPosition=0;TopPosition=20}
    settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+ scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
    win=window.open(mypage,myname,settings);}
    // -->
    </script>
    </head>
    <body bgcolor="#ffffff" leftmargin="0" marginheight="0"
    marginwidth="0" topmargin="0">
    So now you've got a THIRD set of <html>, <head>,
    and <body> tags. It's
    a wonder the page can display at all.
    Fix these errors:
    http://dwarfurl.com/bfaa3
    and these:
    http://dwarfurl.com/15e94
    and see what happens. In the CSS error report, it looks like
    the
    server doesn't recognize the external CSS file:
    URI :
    http://www.advcredit.com/../adv01.css
    -1 File not found
    http://www.advcredit.com/../adv01.css:
    Forbidden
    Win
    Win Day, Wild Rose Websites
    http://www.wildrosewebsites.com
    [email protected]
    Skype winifredday

  • Trying to create my first book using Apple pre-dos .. is there a discussion about this?

    I'm attempting to use the 'make a book' feature for the first time -- is there a discussion going on somewhere re: details of this application?
    My first question is - can I save a book and complete it over time? (Oh, and it looks like I may have just answered that question myself, since I see that projects appear in the source list - I just can't seem to find a 'save' command anywhere .. guess I'll just try the hotkey and trust that either that works or that Apple does an autosave) ..
    Then I'm wondering about margins -- any hope of bleeding a page off the margins?
    And format - I'd love to make boardbooks (this first one can have paper pages) but don't see that option. However, there is a reference to a "small" book although I don't have that option on my 'create a book' screen ..
    Thanks ..  (hope I can find my way back here again ..)

    (Oh, and it looks like I may have just answered that question myself, since I see that projects appear in the source list - I just can't seem to find a 'save' command anywhere .. guess I'll just try the hotkey and trust that either that works or that Apple does an autosave
    iPhoto behaves like a database -all changes are immediate and will take effect automatically without saving.
    So, you can quit iPhoto and continue to work on your book later.
    And format - I'd love to make boardbooks (this first one can have paper pages) but don't see that option. However, there is a reference to a "small" book although I don't have that option on my 'create a book' screen ..
    What is your iPhoto version? The available book templates change d between the versions.
    -- Léonie

  • I am having trouble creating a photo gallery using CSS

    Hi, I have created the gallery for the most part. I cannot seem to get the spacing and alignment correct so it falls where it needs to on my page. Lastly, I cannot seem to get the photos for the thumbnails to view properly. Any help is greatly appreciated! Thanks in advance!

    CSS:
    /* ----------NEW-------------- */
    body {
    background-color: #ccc;
    font-size: 0.95em;
    font-family: Arial, SunSans-Regular, Sans-Serif;
    color:#564b47;
    padding:0;
    margin:0;
    a {color: #ff6677;}
    a:visited {color:#ff6677;}
    a:hover {color: #564b47;}
    a:active { color:#000000;}
    h1 {
    font-size: 1em;
    text-transform:uppercase;
    font-weight:normal;
    background-color: #666;
    color:#ccc;
    padding:15px;
    margin:0;
    h2 {
      font-size: 10px;
      font-weight: normal;
      font-family: Arial, SunSans-Regular, Sans-Serif;
      margin: 0px;
      text-align: center;
      color: #000;
      padding-bottom: 0px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
    img.download {vertical-align:middle;}
    /* ----------container zentriert das layout-------------- */
    #container {
    width: 1030px;
    margin: 0px auto;
    padding: 0;
    background-color: #ffffff;
    background:#fff url(../images/back.jpg) 75px 10px no-repeat;
    /* Removing the list bullets and indentation */
    #container ul {
        padding:0;
        margin:0;
        list-style-type:none;
    /* Remove the images and text from sight */
    #container a.gallery span {
        position:absolute;
        width:1px;
        height:1px;
        top:5px;
        left:5px;
        overflow:hidden;
        background:#fff;
    /* Adding the thumbnail images */
    #container a.gallery, #container a.gallery:visited {
        display:block;
        color:#000;
        text-decoration:none;
        border:1px solid #000;
        margin:1px 2px 1px 2px;
        text-align:left;
        cursor:default;
    #container a.slidea {
        background:url(images/JUI_JIANG_ARTS_CENTER_1.jpg);
        height:93px;
        width:93px;
    #container a.slideb {
        background:url(images/JUI_JIANG_ARTS_CENTER_2.jpg);
        height:93px;
        width:93px;
    #container a.slidec {
        background:url(images/Special_JuiJiangArtsCenter3.jpg);
        height:93px;
        width:93px;
    #container a.slided {
        background:url(images/Special_JuiJiangArtsCenter4.jpg);
        height:93px;
        width:93px;
    * html #container a.slided {
        width:93px;
        w\idth:93px;
    #container a.slidee {
        background:url(images/Special_JuiJiangArtsCenter5.jpg);
        height:60px;
        width:93px;
    /* set the size of the unordered list to neatly house the thumbnails */
    #container ul {
        width:198px;
        height:386px;
    /* move the thumbnails into the correct position */
    #container ul {
      margin: 5px;
      float: right;
      clear: none;
    /* change the thumbnail border color */
    #container a.gallery:hover {
        border:1px solid #fff;
    /* styling the :hover span */
    #container a.gallery:hover span {
        position:absolute;
        width:372px;
        height:372px;
        top:10px;
        left:75px;
        color:#000;
        background:#fff;
    #container a.gallery:hover img {
        border:1px solid #fff;
        float:left;
        margin-right:5px;
    #container a.gallery:hover img {
        border:1px solid #fff;
        float:left;
        margin-right:5px;
    #container a.slideb:hover img, #container a.slidei:hover img {
        float:right;
    #container {
        background:#fff url(../images/JUI_JIANG_ARTS_CENTER_1.jpg) 75px 10px no-repeat;
    /* ----------banner for logo-------------- */
    #banner {
    background-color: #ccc;
    text-align: right;
    padding: 0;
    margin: 0;
    #banner img {padding: 0 0 10px;}
    /* -----------------Inhalt--------------------- */
    #content {
    background-color: #ffffff;
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
    p, pre{
    line-height:1.5em;
    padding:0 10px 10px;
    margin:0;
    pre, code {
    font-size:1.3em;
    /* --------------left navigavtion------------- */
    #left {
    float: left;
    width: 107px;
    margin: 10px 0 0 10px;
    padding: 0 0 0 0;
    background-color: #ffffff;
    #left a {
      color: #ccc;
      text-decoration: none;
      color: #000;
    #left ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
    font-family: Arial, SunSans-Regular, Sans-Serif;
    line-height:1.0em;
    #left .static {
    color: #FC0;
    #smallnav {
    color: #FC0;
    font-size: 8px;
    /* -----------footer--------------------------- */
    #footer {
    clear: left;
    margin: 0;
    padding: 7px;
    background-color: #fff;
    /* -----------copyright--------------------------- */
    #copyright {
    font-size: 5px;
    font-family: Arial, SunSans-Regular, Sans-Serif;
    padding: 0 0 0 0;

  • Creating template areas when using CSS based layout

    Hi:
    I'm ransitioning to pure CSS based layouts. When I used tables for layouts I could select a table cell and make that an editable template region. But when I'm setting everything up in Divs, you can't "select" a div in Layout mode. Indeed, layout mode doesn't really work at all - things are shown all jumbled and you have to use Preview or open in a browser window to see how things will look. (I'm not using the grid - maybe I should?) Is there a way to select a div and make it an editable template region?
    I'm using GoLive CS2 on a Mac.
    Thanks!

    Is this affecting ALL text on that page?
    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
    ==================
    "matthewtrefz" <[email protected]> wrote in
    message
    news:eo5o8v$aqa$[email protected]..
    > We have recently performed an upgrade to our site. The
    entire layout is
    > css
    > based. The problem we have run into is that Contribute
    users can no longer
    > select the content using the mouse. In fact the only way
    to edit the
    > content is
    > to use the arrow keys on the keyboard. Though it is
    possible to edit
    > content
    > this way it is very time consuming and confusing to most
    of our users.
    >
    > I have tired to edit pages based on a template, and
    pages not based on a
    > template and get the same issue.
    > What can I do to fix this problem?
    >
    > The web address is
    http://engineering.osu.edu
    >
    > Thanks,
    > Matthew
    >

  • Ecommerce site - how do I create several product pages using only one table of data?

    Hi
    Im designing an ecommerce clothing site for my assignment using an access database.
    When I create the Data Set it takes all the information from my Acess table "Products" , creating one huge list of products on a single web page.
    However, i would like to have the product data split across many web pages depending on there specific Category given [i.e. T-shirts, Jumpers, Trousers, Bags, Acessories].
    Does anybody know how to do this? I think it involves setting certain Parameters, or writing a SQL statement in Dataset.
    Thanks for any help
    Amy

    Hi Amy,
    Here's a series of articles I did for Adobe Developer's Center, included is an example of a shopping cart app you can use as a staring point or an example if you like.
    http://www.adobe.com/devnet/dreamweaver/articles/build_shopping_cart.html
    http://www.adobe.com/devnet/dreamweaver/articles/build_shopping_cart_pt2.html
    http://www.adobe.com/devnet/dreamweaver/articles/build_shopping_cart_pt3.html
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF

Maybe you are looking for

  • EBS Importing Opening / Closing Balances

    I am Importing EBS via transation FF.5 (APACS EBS), the file is importing all details except the Opening Balance and Closing Balance.  I have checked Algorithm and they are set up.   Using 4.7 Enterprise.  Has anyone got any suggestions.

  • ITunes freezes when I connect my iPod/weird clicking noise

    Hi, recently I've tried connecting my iPod to my laptop and iTunes would freeze and task manager said it wasn't responding. In addition, when this happened, my iPod would make a weird clicking noise. I noticed this noise before when I had it on shuff

  • Need solid pro dj software for live mixing-any suggestions?

    Tried Traktor, PCDJ and Virtual DJ with my Dell-with good results-recently converted to the MacBook Pro and love it. PC gone bye bye! Need solid pro dj software for club mixing. Thanks, ps I saw Michael Dell recently at a Texas Rangers game....with a

  • Poker room project-idea

    Poker and Black Jack with card counting strategies seems to be all about math/probability theory/decision theory. I heard a professional poker player reason and that's where I got the idea. If you could just get the data into the computer the rest wo

  • Here's a good head scratcher . . .

    I have a pair of half-sphere iMacs on my desk. I can connect with our local wifi with one of them, with good to excellent strength. The other either cannot connect or when it does, it is a very weak signal. I have exchanged airport cards to no avail;