Jump to content

Kenny

Member
  • Posts

    16
  • Joined

  • Last visited

Kenny's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. In dream weaver cs4 when you first start building a site you have the option to use Fixed,Elastic,Liquid, or Hybrid I have looked over all the documentation and understand a little about what each one does, but don't understand which one I should I use and what or the pluses and minuses of each one. Any input will be thanked.
  2. I copied the css and java over than it worked perfect. Thank you for all your help. I think I'm going to Check out Stef's new series on java.
  3. I put the test.html page and the images folder in root folder. I cut and pasted all code from your http://www.visibilityinherit.com/code/the-photo-gallery/gallery-demo.php page and I copied all images to image folder. And when I preview in browser the pic are laid out in page not in viewer. Could it be something to do with php, css, java, Point me in the wright direction please.
  4. I try to do it for a couple of hours and I just can't get it to work. Maybe I am justt trying to get ahead of my self. All I am getting is the pics all laid out on the page.
  5. That one is nice to. The one Eric made is the type I am looking for. But what I really need Is to learn how to put it on my html page, how to add my pics and have it work. I use Dream Weaver CS4. Can any ony help?
  6. That is what I am looking to learn how to do. What code do I use? Where do I put it and how do insert my own images?
  7. Hi, any one know where I can get code to make a slide show with control buttens out of pics? Picasa would work but it is non commercial use only.
  8. Can any one tell me how to use a template that I purchased to add my content in dreamweaver to build a website ?
  9. I called the hosting company and thay seid thair system is working with out any problems. So I did some more Testing and found that is happing in when ever some visits the page with the form on it, with out even touching the form. It shots me a blank email. Can any look at my code and see what is doing this? Thank you.
  10. I?m not getting a clear answer. I know I am going to get my clients from now on to get consent. But my question now is what do I do about this website that we are talking about now, the people are the center objects of picture some employees and some not. Do I pull the photos, can I be sued !
  11. even if the domain and hosting is in my name
  12. I have a real important question. Is there such thing as website laws, and if there is where can I read them. The question I have is I have a client with a Concrete construction company. I built him a website and are hosting it for him on my hosting account with the hosting company I use. He has giving me some pictures that I used on his website and some of them show workers at construction site working. Can I get in any trouble for using the pictures on the website.
  13. Can any body tell me what code I need to produce a hit counter on my home page.
  14. Does any one else have any ideas why this is happing?
  15. Here is my code. name email <?php $name = $_POST['name']; $email = $_POST['email']; $email_message = "name:{$name} with a email of:{$email}"; mail('kennyfeldman@juno.com','form response',$email_message); ?>
×
×
  • Create New...