| View previous topic :: View next topic |
| Author |
Message |
Addie-->licious! STAR Member

Joined: 16 Jun 2006 Posts: 393 Good Posts: +1
1414.50 Cash Location: Malaysia
|
Posted: Thu Nov 09, 2006 9:25 pm Post subject: PHP Divs |
|
|
Hi, do anybody here know any site that has a tutorial about PHP divs?? I tried to Google it but didn't find any good site yet. Please, if you know, post a reply above. I really need to learn PHP divs.  |
|
| Back to top |
|
 |
Ashley SUPER STAR

Joined: 12 Aug 2006 Posts: 3961 Good Posts: -2
10590.00 Cash Location: Philippines
|
Posted: Fri Nov 10, 2006 9:41 pm Post subject: |
|
|
What do you mean PHP divs? XD
Is it for making a site? I remember James telling me about divs.  _________________
 
The <b>Language</b> that All People Understands is <i>Love</i> <3
xOxOxOxOxOxOxOx
<i>Leaving for a while. </i>
<b>Peace Out</b>
Read Updates at Sweet-Charms
|
|
| Back to top |
|
 |
Azril STAR Member

Joined: 22 Oct 2006 Posts: 185 Good Posts: 0
462.50 Cash Location: Malaysia
|
Posted: Fri Nov 10, 2006 10:25 pm Post subject: |
|
|
indeed,PHP Divs are DivLayers too..its very hard to understand..=) _________________
and now i'm in love again.. |
|
| Back to top |
|
 |
Ailyne ALL STAR MEMBER

Joined: 18 Apr 2006 Posts: 1358 Good Posts: +4
7229.50 Cash
|
Posted: Fri Nov 10, 2006 11:20 pm Post subject: |
|
|
Try this:
http://komettails.net/tutorials/view/1/ _________________
**&&you don't find happiness at the end of the road...you find it along the way...goodbye ASC** |
|
| Back to top |
|
 |
Addie-->licious! STAR Member

Joined: 16 Jun 2006 Posts: 393 Good Posts: +1
1414.50 Cash Location: Malaysia
|
Posted: Sun Nov 12, 2006 10:24 pm Post subject: |
|
|
no, you're wrong!! Not div layers, I said PHP divs.  |
|
| Back to top |
|
 |
kalinaaaa!... SUPER STAR
Joined: 14 Apr 2006 Posts: 3024 Good Posts: +2
7907.50 Cash Location: philsss babeh x]
|
|
| Back to top |
|
 |
Ailyne ALL STAR MEMBER

Joined: 18 Apr 2006 Posts: 1358 Good Posts: +4
7229.50 Cash
|
|
| Back to top |
|
 |
James dont eat mee

Joined: 23 Oct 2005 Posts: 3557 Good Posts: +14
13069.00 Cash Location: NZ
|
Posted: Mon Dec 04, 2006 4:01 pm Post subject: |
|
|
I use PHP Divs on my site.. Their like Divs only you dont need to change the layout on every page at the same time. You can also skin your site with it.. Its extremely confusing but all your pages must have the extension .php then at the top of each page u need to use this code:
| Code: | | <? include("/home/user/public_html/folder/header.php"); ?> |
Change the user to your host username, folder to your site folder.
Now u need to make a new page thats called header.php upload the layout and navigation and everything on it but when you get to the content code, dont add any content. Just leave it like this:
| Code: | <div style="position: absolute; top: 380; left: 8;
width: 380; text-align: justify;"> |
Make sure it is at the bottom of header.php and then it will make all your pages position in that way... Just make sure you have the first code I gave you on every page.
Hope that helps! XD _________________
You just wasted a minute of your life readig this!
 |
|
| Back to top |
|
 |
Addie-->licious! STAR Member

Joined: 16 Jun 2006 Posts: 393 Good Posts: +1
1414.50 Cash Location: Malaysia
|
Posted: Mon Dec 04, 2006 5:25 pm Post subject: |
|
|
| Thanks james! Its a bit confusing but I think I'll get used to it! |
|
| Back to top |
|
 |
James dont eat mee

Joined: 23 Oct 2005 Posts: 3557 Good Posts: +14
13069.00 Cash Location: NZ
|
Posted: Mon Dec 04, 2006 5:52 pm Post subject: |
|
|
Your welcome!  _________________
You just wasted a minute of your life readig this!
 |
|
| Back to top |
|
 |
|