wagtel Posted November 4, 2012 Report Share Posted November 4, 2012 (edited) Não entendo porque quando desenvolvo sistemas em ASP, as páginas funcionam muito bem quando utilizo o CSS.Mas agora que estou estudando o PHP, percebi que o CSS sequer é reconhecido.Minhas páginas em PHP têm o código inicial abaixo:<!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Wagtel.com</title> <link href="botton.css" rel="stylesheet" type="text/css"> </head> <body> </body> </html>Algué pode me dizer o que tenho que fazer para o PHP reconhecer o CSS ? Edited November 4, 2012 by wagtel Quote Link to comment Share on other sites More sharing options...
0 ESerra Posted November 4, 2012 Report Share Posted November 4, 2012 Movendo PHP » HTML. Quote Link to comment Share on other sites More sharing options...
0 ViniciusJau Posted November 8, 2012 Report Share Posted November 8, 2012 Seu codigo está correto... A chamada pro arquivo em CSS é feita em HTML não importa se você está usando php ou asp:Verifique se existe algum erro no seu código CSS Quote Link to comment Share on other sites More sharing options...
Question
wagtel
Não entendo porque quando desenvolvo sistemas em ASP, as páginas funcionam muito bem
quando utilizo o CSS.
Mas agora que estou estudando o PHP, percebi que o CSS sequer é reconhecido.
Minhas páginas em PHP têm o código inicial abaixo:
Algué pode me dizer o que tenho que fazer para o PHP reconhecer o CSS ?
Edited by wagtelLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.