Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to adjust script -make table based list ?

by rdfield (Priest)
on Dec 08, 2004 at 14:32 UTC ( [id://413207]=note: print w/replies, xml ) Need Help??


in reply to How to adjust script -make table based list ?

Change the line:
$newentry .= "<tr><td>$image</td><td> <td>$namefield<br>$addrfield<br>$cityfield$entry <hr size=.5></td></tr>\n";
to
$newentry .= "<tr><td>$image</td><td> $namefield</td><td>$addrfield</td><td>$cityfield$entry <hr size=.5></td></tr>\n";
and adjust the li tags to td in display_results. Or something. These changes weren't tested.

rdfield

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://413207]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found