Jump to content

mimintweak

Members
  • Posts

    35
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mimintweak's Achievements

Member

Member (2/5)

0

Reputation

  1. Thanks for your help! I will google 5th parameter (never heard of it)
  2. Any idea why it would just stop working? It has been working well for 12 months. Please someone take pity on me, not great with php. Is it because of my age. I am a senior
  3. Hi Guys, I maintain 3 sites (including my own) I use the following code from a french webmaster that gave me permission to use it. He designed & coded one of them. Now the code seems to have stopped working for some reason, Is that usual? <?php $entetes = "From: $_POST[sender]" ; $destinataire = "someone@earth.com"; $send_mail = mail($destinataire, $_POST[subject], $_POST[Message],$entetes); if (!$send_mail) { echo "<p>Error while sending. Please contact us by phone.</p>" ; } else { echo "<p>Your message has been sent successfully. Thank You for contacting us.</p>" ; } ?> I would translate the french words if I was sure of what they meant, not sure what entetes is but assume destinaire is destination. Appreciate any help
  4. Try the following code in the head section of your page & write css to suit <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" media="screen, print" href="style/ie6.css" /> <![endif]-->
  5. I am no expert but maybe the file cannot be found because in the snippet you say<link href="css/stil2.css" rel="stylesheet" type="text/css" />,and you say you have moved that file to a folder called "innlegg:" So try adding <link href="innlegg/css/stil2.css" rel="stylesheet" type="text/css" />
  6. I think we need to see the code
  7. wouldn't <a href="#top"> need to be <a href="page.html">#top or something similar?
  8. I think .menucontainer width should be 654px to hold 6x109px, try it and see if that works
  9. Hi, Try this. body { background: url(../images/your image.jpg) repeat x-y; } #contents { position:absolute; z-index:1; }
  10. There are some very good tutorials out there, try http://www.alsacreations.com/apprendre/ (they have changed their site, but have a look anyway, also try http://css.maxdesign.com.au/floatutorial/tutorial0301.htm hope this helps because looking at your css, well it is written incorrectly. Try also w3schools
  11. Hi, not an expert but you could try something like this #menu ul{ width: (fill in the blank) margin: 0; padding:8px 0px 8px 0px; list-style: none; } #menu ul li { display: inline; margin: 0; }
  12. Thank you Corbin, learned a valuable lesson!
  13. Is someone able to tell me if I (out of ignorance) uploaded images into a database table in cpanel, Mysql admin thinking that I was fixing a problem when in fact I made it much worse, can I reverse the error somehow safely? Or am I up the proverbial creek
  14. Does anybody know how to reverse what I did? :'(
  15. Sorry, I am in panic mode, can you explain what you mean please? I need to reverse what I did in the database somehow as well?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.