Table Boxes All Different Sizes In Wordpress Website ?
Categories: advertising
Hi
I have created this site for someone else using Wordpress, so they can update it themselves.
All looks great in FF but in IE the boxes (table format) is all wrong.
The text is meant to sit together under each image and the 2 images on the right aren’t meant to have got smaller, should be the same size as the rest.
http://webdesignersinessex.co.uk/index.php/accreditation
any help would be great.
thanks
Conrad
Related posts:
- How To Make Domain Name Go To Wordpress Folder? Ok I have
- Using Wordpress 2.3, How Can I Make A Page That Lists All Posts Organized According To Tag? I want to
- Whats The Difference Between A Regular Website And Wordpress? I found th
- How Do I Post A Wordpress Blog Without Having /wordpress At The End Of The Url? I success
- How To Install The Msn Emoticon Package From Japan Msn Website? As the tit
Related posts brought to you by Yet Another Related Posts Plugin.
Jan
1
1
Hello
On this page you’ll get
the requested information.http://support.netfirms.com/idx.php/86/2…
your html for that page is pretty bad if im honest, firstly you will need to add another closing element just before your element.
You need to insert widths for your cells thats why the ones on the right are smaller as it has not been specified, so for example, in each td element of the table have the width set, e.g.
also set all img width and heights to be the same e.g. width=”100″ height=”139″
once you have done this, this your page will be displayed properly, ie is not forgiving of bad coding