View Single Post
  #2 (permalink)  
Old 01-09-2004, 03:18 PM
cyberious cyberious is offline
WebProWorld Member
 
Join Date: Aug 2003
Location: Greentown, PA
Posts: 76
cyberious RepRank 0
Default Figured it out....

I guess I was a bit tired when I was working on this. I did figure it out this morning.....

Here's the solution:

Instead of messing with the fields in the Admin Panel, you just have to touch up the HTML on the resulting page that it appears on.

Like this:

Code:
echo("\t\t<td>" . "" . "$the_website" . "</td>\n");
As far as the database goes, all I needed to do was add the "website" to it...

Sorry for posting a dumb question!
Reply With Quote