PDA

View Full Version : How do I make my design compatible in other browsers?


Kevuk2k
01-19-2006, 02:02 PM
Hi, my template at looks fine but when I looked in Opera the search bar has all of a sudden stuck fast to the left and also reduced in size!!! Is there anyone out there who knows what's causing it please?

asphole
01-21-2006, 07:03 AM
try changing your code. Find the following:
<p align="center"><form action="/directory/index.php" method="get"><input type="text" name="q" size="28" class="text" /> <input type="submit" value="Search" class="btn"/></form></p>

and change it to:

<form action="/directory/index.php" method="get"><p align="center"><input type="text" name="q" size="28" class="text" /> <input type="submit" value="Search" class="btn"/></p></form>

It should work but if not let me know.