Jump to content

Limada

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Female

Limada's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Oh, ok. I'll do that as soon as I writte it again. Thanks again for your kindness.
  2. Oh, ok. And how will be the possible way to ask for you to help me? I've never wrote in a forum, your answer will be apreciatted.
  3. Hi! As I said, I try to do not use HTML5 too much. Did you refer to it or another thing? Every opinion is welcome.
  4. Bye the way, I don't use too much HTML5 right now because I understand that not every tag is supported as well. Or I have bad info Thanks.
  5. Well, I did that already. It's just annoying! I know it's hard to help me like this but I have to do it all again so, when it's ready, I'll attach some of this. Just trying to learn. (It's not hard to see that I'm a beginner ) Thanks for your kindness. RocĂ­o.
  6. Hi. Unfortunately, I had installed Ubuntu again, lost all my work =D and I don't have an example. Lost almost everything but I'll try to explain it briefly and not including all the code. I have the header, footer and the main_nav in a folder called Includes, I use PHP in my main HTML document wich looks like this: <?php include "includes/header.inc"; ?> <?php include "includes/main_nav.inc";?> <!DOCTYPE html> <html> <head> <title>Encoding problem</title> <meta charset= UTF-8> </head> <body> <h1>WHATEVER</h1> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque egestas, sapien eu blandit bibendum, elit velit sollicitudin nisl, at adipiscing lectus</p> <?php include= "includes/footer.inc";?> </body> </html> Everything all right but, for example, in my main_nav, the accents (or tildes) don' t work and it shows an "?" instead of the correct word. I think It's an encoding problem and I don't know why the UTF-8 works in my main: <body><h1></h1><p></p></body> but it doesn't in the files ".inc" =(. Hope you can help me and thank you for replying.
  7. Hello everybody, Hope somebody can help. As the subject says, I'm having encoding problems in my includes files, the "accents" and some special characters don't work. However, they do work in my main HTML. I really don't know what the problem is and how to fix it. Thanks in advance.
×
×
  • 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.