View Single Post
  #2 (permalink)  
Old 01-21-05, 11:03 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by skimpydj
Greetings,

I just installed a groovy little directory script called CNCat and
I need to figure out how to put everything into a table.

It's got two templates, _top.php and _bottom.php which, as far as
I can tell, allow easy modifiaction to the header and footer area. But
not being a coder, I have no idea as to how to insert everything into
a nice centered table like this guy did...
In _top.php put this:
Code:
<center><table border="1"><tr><td valign="top">
In _bottom.php put this:
Code:
</td></tr></table></center>
In the _top.php, you could also use the "align" property, like this:
Code:
<table border="1" align="center"><tr><td valign="top">
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote