Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Layout

by matthewb (Curate)
on Nov 13, 2003 at 12:11 UTC ( [id://306854]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to CGI.pm: Rendering H1 and H2 tags in the same line

#!/usr/bin/perl -T use strict; use warnings FATAL => 'all'; use CGI; my $q = CGI->new; print $q->header, $q->start_html, $q->h1( { -style => 'display: inline; ' }, q[OUR LITTLE UPLOADER + - ] ), $q->h2( { -style => 'display: inline; ' }, q[Item Upload] ), $q->end_html; exit;

MB

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://306854]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.