|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
a little php help please
can someone help me with getting the text to get in the right place?...the link is http://www.moneyhunter.net its the text that is at the downside of the page i want it to go up in the middle...its the same in every page...thanx for the help/Andreas
|
|
#2
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by CodeKadiya.
Reason: Rather a client-side question |
|
#3
|
|||
|
|||
|
RE: a little php help please
You should use HTML tables... however this is not a PHP problem. Basic HTML help! Please post your page code, then we could have a close look why it goes bottom of your page!
|
|
#4
|
|||
|
|||
|
RE: a little php help please
It's your table's basic layout structure.
<table width="97%" border="0" cellpadding="1"> <tr> <td>HEADER LOGO ETC HERE</td> </tr> </table> <table width="97%" border="0" cellpadding="1"> <tr> <td>LEFT COLUMN _ INDEX HERE</td> <td>TEXT THATS AT BOTTOM HERE</td> </tr> </table> The above would give you structure you seem to be looking for. Maybe redo the layout with the example as a basis or remove some of the extra <table 's you have. |
|
#5
|
||||
|
||||
|
RE: a little php help please
yes that table layout would be appropriate for what you want.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > a little php help please |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|