Cross browser compatibility

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>&nbsp;$data4 $data5</nobr><br>&nbsp;te
$data3</a><br><a \n".
"class=\"txt\">&nbsp;&euro; $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?
 
D

David Bartosik

Since you are in the Microsoft Community but not using Microsoft
Technologies, and you are in the Office Publisher forum but you're not a
Publisher user with a Publisher question, I am giving you failing grade in
Community Skill and sending you to http://www.dts-l.org/goodpost.htm

My suggestion is you visit Netscape.com and go into their development
community. Otherwise google for php and/or mysql forums.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top