Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Images, in links, in tables..... utter choas

by thatguy (Parson)
on Jul 28, 2001 at 01:06 UTC ( [id://100458]=note: print w/replies, xml ) Need Help??


in reply to Images, in links, in tables..... utter choas

much like Cirollo suggested, I substituted

print table({-border=>1},Tr({-align=>'CENTER',-valign=>'MIDDLE'}, [td({-width=>'150'}, [$record[0], $record[1], $record[2], $record[3], [(start_a({-href=>"/images/screenres/$record[5]"}),img({-src=>"/images/thumbnails/$record[4]"}), end_a())]])]));

for

print "<table border=1><tr align=center valign=middle><td width=150>$record[0]</td><td width=150>$record[1]</td><td width=150>$record[2]</td><td width=150>$record[3]</td><td width=150><a href=/images/screenres/$record[5]><img src=/images/thumbnails/$record[4]></td></tr></table>\n";

while not perfect, it seems to work. -phill

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-19 16:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found