css..on lava

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    css..on lava

    hi all......i want to bring color to chat (lavalair) and do not know how...i need help..!!!i don't know if i have done well,but i made a css,and i put him on ftp but....he not apear on site....i use the following code...who i don;t know if is correct...on index
    PHP Code:
    echo "<head>";
        echo 
    "<title>$sitte</title>";
        echo 
    "<link rel=\"stylesheet\" type=\"css\" href=\"http://$sitte/tema/style.css\">";
        echo 
    "</head>";
        echo 
    "<body>"

    #2
    PHP Code:
    echo "<head>"
        echo 
    "<title>$sitte</title>"
        echo 
    "<link rel=\"stylesheet\" type=\"css\" href=\"http://\".$sitte.\"/tema/style.css\">"/// if $sittle has a domain name like site.COM
        
    echo "</head>"
        echo 
    "<body>"
    try to concatenate the string

    Comment

    Working...
    X