1
erivy
custom page question
  • 2004/6/13 13:27

  • erivy

  • Just popping in

  • Posts: 12

  • Since: 2004/5/29


Hi,

I have download a custom page module here:

http://www.4mps.org/modules/4mpsdownloads/download.php?id=1

I try to change the about.html pages, i put quite a number of column there. I don't know why my page layout get very messy when i upload it to the site.

Please see it here:

http://www.penangforward.com

when I upload it to a single page, it looks just like the one I created:

http://www.penangforward.com/about.html

Is there anything I can do about it?

thanks in advanced! :)


2
JackJ
Re: custom page question
  • 2004/6/13 14:27

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


It looks like you have included the HEAD and Body Tags etc in the php file, It should look something like this

<?php
include("../../mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsOption['show_rblock'] = 0;//0 for no right block
?>
<div align="center">
<table width="75%" border="0">
<tr>
<td><table border="0" cellpadding="0" cellspacing="0" width="780">

the rest of your code here


</table>
</div>
<?php
include(XOOPS_ROOT_PATH."/footer.php");
?>

If it doesn't fit try adjusting the widths above

3
erivy
Re: custom page question
  • 2004/6/13 17:07

  • erivy

  • Just popping in

  • Posts: 12

  • Since: 2004/5/29


HI Jack,

thans alot for your respond! will try it later :)

Login

Who's Online

123 user(s) are online (56 user(s) are browsing Support Forums)


Members: 0


Guests: 123


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits