This is a discussion on "I need help" within the PHP Forum section. This forum, and the thread "I need help are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
I need help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
I need help
I know that http://www.ctrlaltdel-online.com/ was done with PHP. What I want to know is how they made the news box look unattatched to everything else. Can anyone help me with how this is done so I can make mine appear unattatched to everything?
|
|
|
|
#2
|
|||
|
|||
|
Re: I need help
I'm not going to copy what they did, I just need to know how to do it. Please help... that is why I joined here...
|
|
#3
|
|||
|
|||
|
Re: I need help
Are you asking about the grey boxes down the middle of the page? |
|
#4
|
|||
|
|||
|
Re: I need help
If it has the green bar and a picture of a comic guy in it then yes.
|
|
#5
|
|||
|
|||
|
Re: I need help
They are just standard tables. Dynamically generated with data from mysql via php.
|
|
#6
|
|||
|
|||
|
Re: I need help
But I don't understand how its done... I'm new to this stuff... how do you do it?
|
|
#7
|
|||
|
|||
|
Re: I need help
First you need to learn the basics of php/mysql.
www.tutorialized.com read as many php tutorials as possible. |
|
#8
|
|||
|
|||
|
Re: I need help
view the source of the website. You will see how they put the table together. And as stated above, php prints that html depending on the logic in the code. Play around with it, and should become apparent how things are done.
__________________
http://www.freemortgagecalculator.net |
|
#9
|
||||
|
||||
|
Re: I need help
I'll be happy to help but this is really just too basic to answer. Find a tutorial on cms and walk through it.
The basic way is to have the html at the top and bottom of the page as separate static files and use include to put them at the top and bottom. Then you use php to add dynamic content, either by starting and stopping php or else by using "echo" to add the html markup, like:
|
![]() |
| Tags |
| help |
| Thread Tools | |
|
|