MyBB Community Forums

Full Version: International Webmasters Day - 10th May
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
It's still invalid. You're using "<div align="center">" and tables.
The only way I can get the image to center in firefox is to use a nested table Smile

Dreamweaver CS4 uses div align....

Anyway this is only a predesign Smile
People actually use Dreamweaver?

The only way to get an image to center in firefox is to use a nested table? Are you dumb? Ever tried using margins? Making a parent div and setting it to text-align: center?

Sorry but I can't stand this absolute BS.
img {
margin: 1em auto;
width: 900px; /* or whatever */
display: block;
}
(2010-04-07, 08:51 PM)Anman Wrote: [ -> ]People actually use Dreamweaver?

Yes when I'm quickly making a site whilst waiting for WeTheGreenPeople comes up with a design.... :/
(2010-04-07, 08:51 PM)Anman Wrote: [ -> ]People actually use Dreamweaver?

The only way to get an image to center in firefox is to use a nested table? Are you dumb? Ever tried using margins? Making a parent div and setting it to text-align: center?

Sorry but I can't stand this absolute BS.

Anman he did say, quoted correctly
Quote:The only way I can get the image to center in firefox is to use a nested table
Why would you not just mention using margins? Instead of what you did making it seem as if he was saying there was no other way to do it.
Pages: 1 2 3 4 5 6