Current location: Hot Scripts Forums » Programming Languages » PHP » How to put CNCat into table?

How to put CNCat into table?

Reply
  #1 (permalink)  
Old 01-21-05, 09:31 AM
skimpydj skimpydj is offline
New Member
 
Join Date: Jan 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
How to put CNCat into table?

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:

http://kotrla.com/frogman/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 01-21-05, 10:03 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,029
Thanks: 14
Thanked 34 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 (scroll down)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 01-21-05, 10:13 AM
skimpydj skimpydj is offline
New Member
 
Join Date: Jan 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Wow

Thanks! Worked perfectly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with Auto Dealer Script nuzzle PHP 15 05-20-09 04:10 PM
Problem with table and form gharryh HTML/XHTML/XML 2 08-05-04 11:47 PM
Problem with a sort table js function tdubyou JavaScript 0 05-03-04 09:19 AM
auto table resize derick_2k JavaScript 4 04-26-04 02:32 PM
Newbie MySQL fccolon PHP 2 03-16-04 10:54 AM


All times are GMT -5. The time now is 02:16 PM.
vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.