Thread: CSS layout
View Single Post
  #2 (permalink)  
Old 04-19-2008
binary8383 binary8383 is offline
Jr. Member
 
Join Date: Apr 2008
Location: California
Posts: 155
BRL$: 161.29
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 21
binary8383 is on a distinguished road
Default Re: CSS layout

i think you just need to include the css code in the header part of the page.

for example,

<html>
<head>

<link rel="stylesheet" type="text/css" href="main.css" />
</head>
</html>

hope this help. you can do the same thing is php with html tags lo.


Current Promotions... Post a New Thread anywhere on Web Development Board to earn BRL$ 5 for every thread. Post a new Reply there and earn BRL$ 3 for every reply.
Important - Read before posting Please carefully read the Global Rules and Posting Rules for GPT / Buy - Sell Offers / Link Exchange sections before posting.
Reply With Quote