J
Jascha
I have this cross browser compatibility problem with an database driven
MySql - php website.
I need to output records to the Netscape Browser in a 5 column layout.
But whatever i do, Ns keeps breaking off the line after each <span>
$browser_output = "<span class=\"contentcontainer\"
style=\"width:156px; height:190px;\"><a \n".
"class=\"huis\"
onclick=\"window.open('huis.php?locatie=$data1','huis','width=800,
height=600');\"><img \n".
"$picture\n".
"class=\"txt\"><nobr> $data4 $data5</nobr><br> te
$data3</a><br><a \n".
"class=\"txt\"> € $dutch_format_number
$data7</a><br>\n".
"<a href=\"$link\" target=\"blank\"><img align=\"right\" \n".
"src=\"$icon\" alt=\"$alt\" border=\"0\" style=\"border:1px
solid #808080;\"></a></span>\n";
How can i construct a content container that doesn't break off the line in
Netscape browser?
MySql - php website.
I need to output records to the Netscape Browser in a 5 column layout.
But whatever i do, Ns keeps breaking off the line after each <span>
$browser_output = "<span class=\"contentcontainer\"
style=\"width:156px; height:190px;\"><a \n".
"class=\"huis\"
onclick=\"window.open('huis.php?locatie=$data1','huis','width=800,
height=600');\"><img \n".
"$picture\n".
"class=\"txt\"><nobr> $data4 $data5</nobr><br> te
$data3</a><br><a \n".
"class=\"txt\"> € $dutch_format_number
$data7</a><br>\n".
"<a href=\"$link\" target=\"blank\"><img align=\"right\" \n".
"src=\"$icon\" alt=\"$alt\" border=\"0\" style=\"border:1px
solid #808080;\"></a></span>\n";
How can i construct a content container that doesn't break off the line in
Netscape browser?