Re: About formatting



Nikos wrote:
print start_form(-action=>'index.pl');
print p( {-align=>'center'}, span( {class=>'tip'}, "ÄéÜëåîå Ýíá áðü ôá êåßìåíá ãéá íá äéáâÜóåéò => " ),
popup_menu( -name=>'select', -values=>\@display_files ),
submit('ÅðéëïãÞ'));
print end_form;


This is non-Perl question but i really must understand why its not working:

So what? It doesn't justify in any way that you keep asking off topic questions in a Perl newsgroup!


inside styles.css i have:

td.tip {
     font: 18px times;
    color: cyan;
}

But i cant see thes quotes text in "big centered lime colored text"

Using the 'align' attribute in a p element is deprecated. Here is a place to go to learn and look up things about HTML: http://www.w3.org/TR/html4/


As regards basic CSS, go here: http://www.w3.org/TR/1999/REC-CSS1-19990111

If you encounter difficulties when reading those documents, but only then, please ask for help in forums that deal with HTML and CSS. Not here!

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
.