0
How do i insert a css and php link in my html doc
3 Respuestas
+ 10
<link href="source" rel="stylesheet">
<?php code ?>
+ 5
PHP Link... Something like <form action="myFile.php"> ?
+ 2
<style>
// your CSS here
</style>
or Lentin's way works too.
PHP LINK???