Search results

  1. M

    css links

    Hello I have some css formatted class links that dont work! anybody who can see what I have done wrong? <div ul id="topmeny"> <li><a href="#" class="linkstyle1">The International Academic Comittee</a></li><li> &nbsp;</li><li> &nbsp;</li> <li><a href="#" class="linkstyle1">Important...
  2. M

    php form

    This is the code of the form. What I miss is the correct "send_form.php" to accompany it thanx again! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta...
  3. M

    php form

    php I just need two dropdowns added, and then the php code to make it work, sending it to the mail I have chosen. making the table is not the problem, but making the php-form to send the information the customer has chosen in the dropdown and the phone.. I tried just adding phone in the php...
  4. M

    php form

    I have used this form http://www.phpeasystep.com/phptu/8.html which is easy in all ways, just want to add a customer phone field and 2 dropdownmenus
  5. M

    php form

    <h1><a>Untitled Form</a></h1> <form id="form_19334" class="appnitro" method="post" action="send_form"> <div class="form_description"> <h2>Untitled Form</h2> <p>This is your form description. Click here to edit.</p> </div> <ul > <li id="li_1" > <label...
  6. M

    php form

    thanx, but I dont want to use MySQL at this stage, I just want to make a mailform with dropdown choices and spaces to fill in a telephone number. I have already made a mailform that is working good, but without the dropdown and phone in it. tried to do phone but didn't work. it's probably v v...
  7. M

    title of page?

    How should one title the pages on a website? Is the title as important as the metatag and is there some important relationship between them?
  8. M

    php form

    Hey I'd like to incorporate telephone number in my form. I tried just to add fields in the form and what I thought was the right code in the php file too, but didnt work. the form works well with all other info though. What code do I need to add phone number and a dropdown with multiple choices?
  9. M

    php form redirect

    thanx ,will try it!
  10. M

    php form redirect

    I'd like to redirect my PHP form to a chosen side on the site after say 5 secs, have tried with redirect="5" which did not work. what code should I use? my code: if($send_contact){ echo "Thank you for your message. Our staff will return to you as soon as possible." ; } else { echo...
  11. M

    problems with different css values

    seems to have solved the problem by just placing the items in one single <li> instead.. another question: how come links suddenly don't show in firefox and safari but only in explorer?
  12. M

    problems with different css values

    #flags { position:absolute; margin: 0px 0px 10px 10px; display:inline; list-style-type:none; margin-left:90px; margin-bottom:30px; margin-top: 0px; margin-right:5px; width: 130px; height:15px; padding: 0px; background-color:#FFF; z-index: 5; } #menu { margin...
  13. M

    problems with different css values

    I have 2 different lists that I want to show the content in different ways, but when I assign "display: block" to one of them, the other one changes too, and if vice versa. how to get around?
  14. M

    split flash movie

    it's a .swf file. I dont know how to stream! maybe I could change it to a quicktime, but that would probably affect the quality?
  15. M

    split flash movie

    Hey, I have a Flash movie on 5 MB which I'd like to split into minor parts for user reasons. I guess making separate MC's is the first step, but what code should I put in to make the first movie automatically continue with no.2 etc.?
  16. M

    open browser window + css..

    Hi, in DW the open browser window function makes my links look like "normal text", is there a way to get the links back or have I maybe missed some code? / Mattias
  17. M

    css and flash?

    I'd like a background with pictures that slide into eachother through opacity, and over that place a flashmovie..
  18. M

    css and flash?

    thank you Lou! another question: is it possible to make a background-layer in Dreamweaver with pictures that change, and to place a flash movie over that layer??
  19. M

    css and flash?

    align Hello, it worked very good. thanks! can I put in exact position for the .swf on the side too?
  20. M

    css and flash?

    Hi Lou, many thanx! but what do I do with the "container"?
Top