--
should be
placed in between
Thanks,
V
Terion Miller wrote:
I have this code and the css seems to not work in IE at all, do I need to
put it somewhere different on the page maybe?
I don't see the html headers. Nor a body.
Get that fixed and see what happens.
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubs
I have this code and the css seems to not work in IE at all, do I need to
put it somewhere different on the page maybe?
xCount ORDER BY RAND()
LIMIT 3";
$result = mysql_query($sql);
echo "
";
while ($row = mysql_fetch_array($result)) {
echo "
{$row['title']}{$row['blurb']}
{$ro
3 matches
Mail list logo