Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [inne][PHP]Strona nie ma polskich znaków, Edycja szablonu strony
VeParadox
post
Post #1





Grupa: Zarejestrowani
Postów: 154
Pomógł: 0
Dołączył: 29.08.2012

Ostrzeżenie: (0%)
-----


Witam
Edytuje szablon strony www na swoje potrzeby. Szablon ma całą treśc w języku angielski. Przy próbie podmiany na język polski wystąpiły takie anomalia:
(IMG:http://wysmiejgo.pl/test/test.jpg)
Nie czyta polskich znaków typu ż, ć, ź, ó itd. Jak to zmienić, tak aby polskie znaki były czytane...

Ten post edytował VeParadox 19.10.2013, 08:05:01
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
VeParadox
post
Post #2





Grupa: Zarejestrowani
Postów: 154
Pomógł: 0
Dołączył: 29.08.2012

Ostrzeżenie: (0%)
-----


Kod
<!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" xml:lang="pl" lang="pl">
<head>
    <title>Foliage - Free Alpha Studio Web Template</title>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta http-equiv="content-language" content="" />
    <link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <div id="page">
        <div id="menu">
            <ul>
                <li class="active"><a href="#"><span>Home</span></a></li>
                <li><a href="#"><span>Products</span></a></li>
                <li><a href="#"><span>ważne</span></a></li>
                <li><a href="#"><span>Help</span></a></li>
                <li><a href="#"><span>Contact</span></a></li>
            </ul>
        </div>
        <div id="logobg"> <a href="#"><img id="logo" src="images/logo.gif" alt="" /></a>
            <h1><a href="#">Foliage</a></h1>
        </div>            
        <div id="bar">
            <form id="search" method="get" action="#">
                <input type="text" class="text" value="" />
                <input type="submit" class="submit" value="" />
            </form>
            <p id="subtitle">Template designed by Alpha Studio</p>
        </div><!-- bar -->        
        <div id="sidebar"><div id="sidebar2"><div id="sidebar3">
                    <h2>Quisque luctus</h2>
                    <ul>
                        <li><a href="#">Fusce laoreet, ligula et rhoncus</a></li>
                        <li><a href="#">Adipiscing gravida pulvinar eget</a></li>
                        <li><a href="#">Cras consectetur commodo</a></li>
                        <li><a href="#">Vulputate aliquam ipsum dictum</a></li>
                    </ul>
                    <h2>Integer rhoncus</h2>
                    <div class="box">
                        <p>Mauris sollicitudin tincidunt magna vitae semper. Curabitur ut pharetra quam. Integer rhoncus convallis urna vitae mattis.</p>
                    </div>
                    <h2>Mauris sagittis</h2>
                    <ul>
                        <li><a href="#">Suspendisse faucibus purus</a></li>
                        <li><a href="#">Tincidunt nec accumsan</a></li>
                        <li><a href="#">Fusce laoreet, ligula et rhoncus</a></li>
                        <li><a href="#">Adipiscing gravida pulvinar eget</a></li>
                    </ul>
        </div></div></div><!-- sidebar --><!-- sidebar2 --><!-- sidebar3 -->          
        <div id="content">  
            <div class="post">
                <h2><a href="#">Terms of Use</a></h2>
                <p class="postmeta">Posted in <a href="#">Class apent</a> | June 17, 2011 | <a href="#">4 comments</a></p>
                <div class="entry">
                     <p>The template is released under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution</a> license.
                     This means it can be used for both private and commercial purposes, edited freely or redistributed as long as you keep the link back to Alpha Studio.The link, however, can be moved to any other place of the site. Do not use the template in connection with sex, violence, discrimination and for other immoral or illegal purposes.</p>
                     <p>The images come from <a target="_blank" href="http://www.publicdomainpictures.net/">PublicDomainPictures.net</a> and <a href="http://www.openclipart.org/">Open Clipart Library</a> (logo icon). They are all in public domain.</p>
                    <p class="readmore"><a href="#">read more</a></p>
                </div>
            </div><!-- post -->
            <div class="post">
                <h2><a href="#">Lorem ipsum dolor sit amet</a></h2>
                <p class="postmeta">Posted in <a href="#">Lorem ipsum</a> | June 15, 2011 | <a href="#">2 comments</a></p>
                <div class="entry">
                    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nec dui quis urna sollicitudin sodales. Fusce laoreet, ligula et rhoncus volutpat, felis magna varius tortor, ac molestie diam lorem in lectus. Aliquam venenatis mollis est, a porttitor ipsum interdum nec. Vestibulum sed risus ac nulla viverra pharetra.</p>
                    <p>Quisque congue lacus sed odio fermentum tincidunt. Proin vitae nulla velit. Cras consectetur commodo scelerisque. Curabitur leo nisl, blandit at tempus et, interdum at risus. Sed dui augue, pellentesque ac pulvinar id, malesuada eget diam. Integer elementum sem eget tortor faucibus id pellentesque lorem dignissim.</p>
                    <p class="readmore"><a href="#">read more</a></p>
                </div>
            </div><!-- post -->                                                       
        </div><!-- content -->  
        <div id="footer">
            <p>Copyright &copy; 2011, designed by <a href="http://www.alphastudio.pl/" target="_blank">Alpha Studio</a></p>
        </div>
    </div><!-- page -->
</body>
</html>
Go to the top of the page
+Quote Post

Posty w temacie
- VeParadox   [inne][PHP]Strona nie ma polskich znaków   19.10.2013, 08:03:58
- - patrysiek2   Jeśli używasz Notepad ++ wystarczy zmienić krzaczk...   19.10.2013, 08:05:46
|- - VeParadox   Cytat(patrysiek2 @ 19.10.2013, 09:05...   19.10.2013, 08:09:42
|- - patrysiek2   Cytat(VeParadox @ 19.10.2013, 09:09:4...   19.10.2013, 08:31:16
- - VeParadox   Ja daję : zmień we wszystkich otwartych plikach, t...   19.10.2013, 08:55:57
|- - patrysiek2   Cytat(VeParadox @ 19.10.2013, 09:55:5...   19.10.2013, 09:19:43
- - VeParadox   Niestety nie działa, myślałem ze to wina przeglada...   19.10.2013, 09:37:37
- - Turson   W dokumencie: [HTML] pobierz, plaintext <html x...   19.10.2013, 10:47:53
- - sunpietro   Pytanie, czy tekst do szablonu jest wstawiany auto...   19.10.2013, 11:06:29
- - pedro84   Kodowanie pliku + charset w sekcji meta rozwiążą t...   19.10.2013, 11:28:15
|- - VeParadox   Cytat(Turson @ 19.10.2013, 11:47:53 )...   20.10.2013, 07:26:16
|- - patrysiek2   Cytat(VeParadox @ 20.10.2013, 08:26:1...   20.10.2013, 07:37:08
- - VeParadox   Cytat(patrysiek2 @ 20.10.2013, 08:37...   20.10.2013, 08:13:22
- - patrysiek2   Wrzuć tutaj ten swój plik. Przeglądarka raczej nie...   20.10.2013, 08:32:10
- - VeParadox   Kod<!DOCTYPE html PUBLIC "-//W3C//DTD ...   20.10.2013, 08:43:21
|- - patrysiek2   Cytat(VeParadox @ 20.10.2013, 09:43:2...   20.10.2013, 09:00:53
- - VeParadox   patrysiek2 no nie działa... Czyściłem cache przeg...   20.10.2013, 09:55:04
|- - patrysiek2   Cytat(VeParadox @ 20.10.2013, 10:55:0...   20.10.2013, 10:03:02
- - VeParadox   Nie wiem jak to zrobiłeś, ale działa Wielkie dzi...   20.10.2013, 10:26:21
|- - patrysiek2   Cytat(VeParadox @ 20.10.2013, 11:26:2...   20.10.2013, 10:30:33
- - VeParadox   Oczywiście, kliknięte   20.10.2013, 10:47:30


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 9.10.2025 - 05:56