SA-MP Forums Archive
[Ajuda] Nгo carrega box em php? Ucp - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Nгo carrega box em php? Ucp (/showthread.php?tid=551093)



Nгo carrega box em php? Ucp - DevilAgain - 16.12.2014

Eai galera, baixei um UCP hoje e configurei ele corretamente, atй ai ok.

O Problema й que nгo carrega as css, algo assim? Veja:
Nгo entendo muito disso, mas eu creio que seja o css



Agradeзo quem poder me ajudar!


Re: Nгo carrega box em php? Ucp - MultiKill - 16.12.2014

Com o pouco conhecimento em html. Vocк tem que vincula o arquivo css no php:
PHP код:
<html>
    <head>
        <title>Titulo</title>
        <link rel="stylesheet" type="text/css"  href="local do arquivo .css" /> 
        se o arquivo .css tiver na mesma pasta deste arquivo sу colocar o nome e a extensгo que й .css
        caso tiver em outra pasta e estб pasta tiver dentro da pasta deste arquivo: nome_da_pasta/nome_do_arquivo.css 
         <link rel="stylesheet" type="text/css"  href="CSS.css" />
         outro exemplo 
         <link rel="stylesheet" type="text/css"  href="PASTA/CSS.css" / >
    </head>
    <body>
        <? php
            
// Code php
        
?>
    </body>
</html>
http://pt-br.html.net/tutorials/css/


Re: Nгo carrega box em php? Ucp - DevilAgain - 16.12.2014

PHP код:
 Parse errorsyntax errorunexpected '<' in C:\wamp\www\Illuminate\index.php on line 9 
Nгo pode incluir nada na index.php, alias, tem 2 linhas sу.
O UCP que eu uso й esse: https://sampforum.blast.hk/showthread.php?tid=537703

Vejam, ele й incluido sim

PHP код:
<link href='{{ URL::route('index') }}/assets/stylesheets/bootstrap/bootstrap.css' media='all' rel='stylesheet' type='text/css' /> 
Isso no main.blade.php!

Tem muitos desses, agora, porque nгo aparece o layuot no ****** chrome?


Re: Nгo carrega box em php? Ucp - VeNuZ_ - 17.12.2014

Coloque ai o codigo da pagina: main.blade.php; Penso que vocк esteja a colocar codigo html no meio das tags de php sem usar o echo.