Dreamweaver help thanks so much

Hi there I am trying to create a nice website for display my artwork but I have a few issues that I have tried to resolve myself to no avail.
One is when I have the website to smartphone mobile view the buttons get hidden in the logo and I cannot get them to activate
Two is I created a form on the contact page and I have not been able to receive an email from this form
Three I created a class css ID for the heading 1 font to be a different font on all browsers but it does not seem to work and defaults to a generic font.
Four I am trying to address the expanding box problem for the logo and it does not seem to go away.
This website is just a work in progress, I just bought the domain and uploaded it yesterday.
Thanks so much I really appreciate it.
Monika Anderson
Here is the website
www.monikaandersondesign.com

monikaanderson wrote
One is when I have the website to smartphone mobile view the buttons get hidden in the logo and I cannot get them to activate
Just a couple of quick tips as I have not been able to look extensively at the issues.
1) Youre meant to relocate OR make the main menu disappear when the device screen width reaches a certain point creating a 'natural break' point with css media queries, which then displays the mobile menu:
@media screen and (max-width: 700px) {
/* hide the main menu from mobile devices */
#nav {
display: none;
/* display the mobile menu */
#mobileMenu {
display: block;
You are then meant to locate thie mobile menu in an area of the webpage that has the space to display it. Since you only have 4 links you could put the mobile menu under the 'nav' <div>
<div id="nav">
  <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a href="index.html">HOME</a>    </li>
    <li><a href="portfolio.html">PORTFOLIO</a></li>
    <li><a href="about.html">ABOUT</a>    </li>
    <li><a href="contact.html" class="MenuBarHorizontal">CONTACT</a></li>
  </ul>
</div>
<div id="mobileMenu">
Code for mobile menu goes here
<div>
A lot of website use a very simple <select> menu for mobile device. If you Google responsive navigation you will find some information on this method.
As for your form you only need 1 <form></form> tag for ALL of the information you wish to send so at the moment the form is set up incorrectly as you have used multiple form tags:
<form id="form1" name="form1" method="post" action="">
    <span id="nametextfield">
      <label for="name"></label>
      <input type="text" name="name" id="name" />
      <span class="textfieldRequiredMsg">A value is required.<br />
      <br />
      </span></span>
  </form>
  <form id="form2" name="form2" method="post" action="">
    <span id="emailtextfield">
    <label for="email"></label>
    <input type="text" name="email" id="email" />
    <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span>
    <p><span id="messagetextarea">
    <label for="message"></label>
    <textarea name="message" id="message" cols="45" rows="5"></textarea>
    <span id="countmessagetextarea"> </span><span class="textareaRequiredMsg">A value is required.</span><span class="textareaMinCharsMsg">Minimum number of characters not met.</span><span class="textareaMaxCharsMsg">Exceeded maximum number of characters.</span></span></p>
  </form>
  <form id="form3" name="form3" method="post" action="http://www.monikaandersondesign.com/formmail.php">
    <input type="submit" name="Submit" id="Submit" value="Submit" />
  </form>
There is a lot that is wrong with the construction like you're using absolutely positioned <divs> which is a no go area.
I've only just touched on the above points but hopefully it might help you a bit.

Similar Messages

  • HT4113 i forgot my password how do i unlock it bc i have a family emergency im dealing with right now and need my hone!? PLEASE HELP, Thanks so much n god bless!

    Hello i just recently bought my apple iphone 4 yesterday and was doing fine, but now i cant remember my password to unluck it and im in a middle of a family emergency so i need to know what i can do to fix this asap! Thanks for your help and god bless!

    Connect in recovery mode and restore, you'll get the option to reset the passcode during this process:
    iOS: Unable to update or restore and iPhone and iPod touch: Wrong passcode results in red disabled screen
    If you cannot remember the passcode, you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and resync the data from the device (or restore from a backup). If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present. Refer to Updating and restoring iPhone, iPad and iPod touch software.

  • Did a clean install 10.9.4. on a stock Fusion HD.  When I run "diskutil list" via Terminal, everything is wrong.  I have "EFI" and "apple Boot Boot OSX in every dev/disk** How do I fix? Any help would be much appreciated, thank you

    Did a clean install 10.9.4. on a Apple Stock 1TB Fusion Hard Drive.  When I run "diskutil list" via Terminal, everything is wrong.  I have "EFI" and "apple Boot Boot OSX" in every dev/disk**  Everything is out of place, How can I repair? Im willing too reformat if need be, however thats what I did in the first place.  Any help would be much appreciated, thank you.
    I know this cannot be correct
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         999.3 GB   disk1s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Fusion                 *1.1 TB     disk2
    /dev/disk7
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                                                   *121.9 GB   disk7

    It appears as if my startup disk has been reversed and not using the fusion ssd portion as it should.  At least its now reversed as to what it used to be originally before.  the 128gb ssd used to be on top.  Is my mac booting fusion correctly?  Thank you for responding as I was about to reformat.
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group C2619AFE-0EB5-4721-8C50-3F3DBA520D1B
        =========================================================
        Name:         fusion
        Status:       Online
        Size:         1120333979648 B (1.1 TB)
        Free Space:   114688 B (114.7 KB)
        |
        +-< Physical Volume 583AAEA9-E333-4A83-9BE3-E937396E9248
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     120988852224 B (121.0 GB)
        |
        +-< Physical Volume B0C1CB16-D46F-4387-A679-B55392BB7934
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     999345127424 B (999.3 GB)
        |
        +-> Logical Volume Family FB42B9F4-CB77-4162-831B-7DCB7816E760
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume C0B8479B-C51C-45BF-B59B-1AA5DF3A3B83
                Disk:                  disk2
                Status:                Online
                Size (Total):          1111826497536 B (1.1 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Fusion
                Volume Name:           Fusion
                Content Hint:          Apple_HFS
    FoHeazys-Mac-mini:~ FoHeazy$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         999.3 GB   disk1s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Fusion                 *1.1 TB     disk2

  • Thanks so much for the offer of help. I'm using 10.9.2 OSX. I have Numbers 2.3 (554). I tried the new version but it was "dumbed down" so much (to make it usable on multiple platforms) that it was of no use on iMac.   I still can't get my contacts to open

    Thanks so much for the offer of help. I'm using 10.9.2 OSX. I have Numbers 2.3 (554). I tried the new version but it was "dumbed down" so much (to make it usable on multiple platforms) that it was of no use on iMac.
    I still can't get my contacts to open in Numbers like they used to do. I have a group of five addresses in a test folder in Mail called "untitled group." But no amount of pasting, dragging, etc can get them to open up in Numbers. My "real" folder has almost 100 addresses so I can't do it one by one.
    Thoughts?
    Thanks again.
    Bob

    Bob,
    You can place contacts in a table In Numbers by the following methods:
    Numbers 2.3:
    drag from contacts
    Numbers 3.2
    copy from contacts, then paste into Numbers
    In both cases you need to open System preferences, then select the "Security & Privacy panel and allow Numbers aaccess your contacts information.

  • I have created a book  in Photo Essay that is extra large (10 by 13") and I just realized that I want a 8 1/2"by 11" book.  Can I transfer all the pages to the smaller sized book.  If so, how?  Thanks so much for your help.

    I have created an extra large (10"-13") Photo Essay style iBook in Aperture and just realized that all my other iBooks are 8.5"-11".  How can I transfer all the formatted pages to the smaller book size without having to start over?  Thanks so much for your help. 
    Apple Phan

    Apple Phan,
    that will require some extra work. If you change the book size, some of your edits will probably be lost, because texts and photos that will not fit the smaller layout will be removed. The best you can do will be to save your current book, so you can compare. Try the following:
    Create a PDF preview of  the current version of the book and save the PDF, see:  iPhoto, Aperture: Previewing an order in iPhoto or Aperture
    Duplicate the book: File > Duplicate
    Then change the Book Sizeof the copy  (from the Theme Button) and compare, what is missing, hopefully not to much.
    Léonie

  • To all of my friends in fb: please help me in blocking my stolen Ipad3 SN: DY******VD1 thanks so much, I would greatly appreciate if culprit would learn his lesson!

    To all of my friends in fb: please help me in blocking my stolen Ipad3 SN: DY*****VD1 thanks so much, I would greatly appreciate if culprit would learn his lesson!
    <Edited by Host>

    Apple does not track nor block iPads. If it was equipped to access
    cellular, report it to your cellular provider. Report the loss to your
    local police. If covered by your insurance, report to your insurance
    company.
    Immediately change all of your passwords.
    If you had previously set it up, you may be able to track it via
    Find my iPhone.
    Texas Mac Man has some excellent links in this thread:
    https://discussions.apple.com/thread/4869627?tstart=270
    Message was edited by: imobl added link to Texas Mac Man post

  • Where can I purchase the serial number for Iworks, or purchase Pages for OSX 4.11? Thanks very much force for your help! Andrea

    Hi,
    Where can I purchase the serial number for Iworks, or purchase and download Pages for OSX 4.11?
    Thanks so much in advance for your help!
    Andrea

    You can search Google, eBay, Amazon, and Craigslist to find an old version of iWork for a PPC Mac. Probably needs to be iWork 6 or earlier.

  • HT201272 I downloaded a movie to my IPad. When I went to play it ,it says it will not download to play.How do I get it to play or my money back? Thanks so much for your help , Karen

    I downloaded a movie I paid for. I went to play it after it had down loaded to my Ipad. It says it is not downloading to play it. I am wondering how do I get it to play or get my money back? Thanks so much for your help!!! Karen

    this happened to me on my macbook air my movie isnt playing.

  • Thanks so much for that help on the popup box, wasn't enjoying the **** at all

    Thanks so much from NZ for the help on the pop up box,
    my 12yr old uses this computer too, so we were not enjoying that content.
    Thanks again, like the support, very helpful
    Kathleen

    Kathleen,
    We're all here as part of the community to help when we can.
    Regards,
    Joseph

  • I am using referenced images, saved on an external hard drive. It would be most helpful to transfer the new captions (version name) to the referenced images which still have the camera code on them. How can this be done? Thanks so much!

    I am using referenced images, saved on an external hard drive. It would be most helpful to transfer the new captions (version name) to the referenced images which still have the camera code on them. How can this be done? Thanks so much!

    You're question is hard to follow. Are you looking to rename your master files to the version name? Or are you looking to do something with IPTC caption field and the masters?

  • E Mac I cant see any videos in sites like Youtube. I have versions 10 in the application folder and Mac version 7.6 in the utilities folder. Any help would be MUCH appreciated. Thanks.

    I can't see any videos in sites like Youtube. I have Quicktime Mac versions 10 in the application folder and Mac version 7.6 in the utilities folder. Any help would be MUCH appreciated. Thanks.

    *** may have found a fix ? *** Thanks to your post re: GDI objects I checked task manager ( added column "GDI objects")and saw 700+ whereas working 6.18 was 160 ish Got thinking - what could possibly  use that many GDI objects ( firefox only uses a few hundred and it's a platform ) Then it hit me - emoticons ! So in tools/ options/ IM&SMS/ IM Appearance    unchecked "show emoticons"and also unchecked "show images and other media previews"restarted Skype and GDI objects now only 164 ( down from 729 )and all other windows are repainting fine and are usable again( my problem was RDP sessions that became unusable, as I work remotely  ) To be sure, have rechecked the options and restarted skype and see 700+GDI objects ( goes up from 660 when place call to echo/sound test )and removed them again to get only 164have also rebooted a few times and gone through the whole processof unchecking emoticons, restart, rechecking emoticons, restart to make sure itsnot a fluke.  pretty sure this has fixed it for me ( so I now have a working 7.6.0.105 on XP SP3 ),and as your problem "sounds" the same I hope it also works for you. Thanks again for the GDI hint            

  • My apple ID: my device is iPhone 5s 32Gb but now i forgot password. I've been restored my iPhone :(( Please help me, Thanks so much

    My apple ID: my device is iPhone 5s 32Gb but now i forgot password. I've been restored my iPhone :(( Please help me, Thanks so much.
    P/s: sorry, I'm not speak English well.
    <Personal Information Edited by Host>

    First, remove your personal information from your post.  None of that is needed.
    This is not Apple.  This is a user-to-user PUBLIC forum.  You've just given out a lot of personal informaiton to thousands of strangers.
    Go to iforgot.apple.com to reset your Apple ID password.

  • PLEASE HELP!! thanks so much!

    hey guys,
    All my songs work in itunes and then when i transfer them to my new ipod most of them work although a lot of them do not show up in the artists part just songs.
    Is there any way i can make them show up in artists because they have an artist in itunes.
    Thanks so much!!!

    Connect in recovery mode and restore, you'll get the option to reset the passcode during this process:
    iOS: Unable to update or restore and iPhone and iPod touch: Wrong passcode results in red disabled screen
    If you cannot remember the passcode, you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and resync the data from the device (or restore from a backup). If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present. Refer to Updating and restoring iPhone, iPad and iPod touch software.

  • My screen smashed so had to get a new phone, my phone hadn't been backed up since march is there ANY way at all I could retrieve my pictures and/or videos? from all of my holidays :( please any help would be much appreciated! Thanks

    my screen smashed so had to get a new phone, my phone hadn't been backed up since march is there ANY way at all I could retrieve my pictures and/or videos? from all of my holidays please any help would be much appreciated! Thanks

    Strawbs12345 wrote:
    Yeah but I can't upload them because there not on the phone?
    Is that a question?
    Photo stream pictures can be viewed only on the devices they were sent to.  You can't transfer them back to your phone (or anywhere else).  If you didn't back up or import the photos to a computer, and they are no longer on your phone, they're gone.

  • Logical error in code, please help, thanks alot.

    I have this file Socks.java which reads in a file containing information about a sock drawer. The file is of the format:
    11
    red athletic
    green casual
    blue athletic
    blue athletic
    red athletic
    so when the program runs, it is supposed to output the socks that are pairs: so it would output
    1 pair red athletic
    1 pair blue athletic
    my code compiles and runs fine and i am testing it with println statements, but I am not getting the desired ouput. Can someone look over it and see if they spot what is wrong. Right now in the code I am seeing what the value of socks[i] and socks[j] is by printing them out as you will notice. If anyone can help, I appreciate it. Thanks so much for all your wonderful help
    Here is the code:
    import java.io.*;
    public class Socks {
    public static void main(String args[])
    try
    String socks[] = new String[1000];
    int pairs[] = new int[500];
    int numOfsocks;
    int i;
    int j;     
    FileReader fr = new FileReader("test.txt");
    BufferedReader inFile = new BufferedReader(fr);
    numOfsocks = Integer.parseInt(inFile.readLine());
    int possiblePairs = numOfsocks/2;
    //System.out.println(numOfsocks);
    //System.out.println(possiblePairs);
    for(i = 0; i < numOfsocks; i++)
    socks[i] = inFile.readLine();
    //for(i = 0; i < numOfsocks; i++)
    //System.out.println(socks);
    for(i = 0; i <= possiblePairs;i++)
    for(j = i; j <= possiblePairs;j++)
    System.out.println(socks[i]);
    System.out.println(socks[j]);
    //if(pairs[i] >= 2)
    //System.out.println(pairs[i]/2 + " pairs" + socks[i]);
    inFile.close();     
    catch(IOException e){}
              System.out.println("File Not Found or no File Specified");

    Try the following quickly revised version of your code.
    import java.io.*;
    public class Socks {
    public static void main(String args[])
      try
        String socks[] = new String[1000];
        int pairs[] = new int[500];
        int numOfsocks;
        int i;
        int j;
        FileReader fr = new FileReader("test.txt");
        BufferedReader inFile = new BufferedReader(fr);
        numOfsocks = Integer.parseInt(inFile.readLine());
        for(i = 0; i < numOfsocks; i++)
          socks[i] = inFile.readLine();
        for(i = 0; i < numOfsocks; i++)
          if (socks[i] != null)
            pairs[i]++;
            for(j = i + 1; j < numOfsocks; j++)
                if (socks.equals(socks[j]))
    pairs[i]++;
    socks[j] = null;
    System.out.println(pairs[i]/2 + " pairs " + socks[i]);
    inFile.close();
    catch(IOException e){
    e.printStackTrace();

Maybe you are looking for

  • Error while editing Workflow Task List Item - "Sorry, something went wrong.. Web must contain a discussion list

    I have an custom approval workflow and when I try to edit an assigned  approval Task it throws me an error Sorry, something went wrong Web must contain a discussion list Any help appreciated! Pravs

  • Retriving G/L Account Name

    Hi Experts, How to retrive the G/L account Name and displayed in PLD. for Ex: using Outgoing invoice i have created 'Cash Voucher' which is in end user format in that i would like to print Name of the G/L account in header.give me the solutions. Kart

  • Editing RAW files in PSE 6.0 with Canon Rebel t1i

    I have PSE 6.0 and have shot my first images in RAW to play with the editing options. I dowloaded the plug in for RAW files but this is not supported by my camera or doens't work with my rebel t1i. Is there another plug in out there that works with e

  • BufferedReader (help me....... please ^_^)

    can anyone help me? we just got this problem in java programming and i'm kinda stuck. i can only do up to the reading of the .txt file using BufferedReader. "Write a program that reads from an input file an M by N grid of letters and a list, L, of wo

  • CONSOLIDATION properties

    Hi All, Can anyone shed some light on the consolidation engine required properties? For example, what are these properties for: - FX_DIFFERENCE_ONLY in Category dimension - FX_SOURCE_CATEGORY in Category dimension - VARIATION in Account dimension - C