IE issues with main content Table (using .dwt), get distorted...

This is a discussion on "IE issues with main content Table (using .dwt), get distorted..." within the Web Page Design section. This forum, and the thread "IE issues with main content Table (using .dwt), get distorted... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 12th, 2008, 02:31
New Member
Join Date: May 2008
Location: Bali, Indonesia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
IE issues with main content Table (using .dwt), get distorted...

If viewing the site in Firefox, the layout is fine. But in IE the main Table gets bunched up (vertically reduced) and content is difficult to read.

(Website uses a Dreamweaver Template .dwt -- going to re-design the entire website soon...)

I know its common to have cross-browser issues, but I'm not sure what is causing this table issue, something with the CSS or html? Can you please check out: http://www.wickedaura.com

Thank you!
Reply With Quote

  #2 (permalink)  
Old May 21st, 2008, 10:44
Junior Member
Join Date: Jan 2008
Location: The other side of your monitor
Age: 19
Posts: 29
Blog Entries: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE issues with main content Table (using .dwt), get distorted...

Table based layouts are often loathed.

Where you have this code:

HTML: Select all
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="250" height="250">
Add a rowspan. It will look like this (indicated in bold):

HTML: Select all
<td rowspan="*"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="250" height="250">
Note: replace the asterik with how many rows your Flash logo takes up and that should solve it.
Last Blog Entry: Damn computer of mine.. (Jul 7th, 2008)
Reply With Quote
  #3 (permalink)  
Old May 21st, 2008, 10:46
Junior Member
Join Date: Jan 2008
Location: The other side of your monitor
Age: 19
Posts: 29
Blog Entries: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE issues with main content Table (using .dwt), get distorted...

By the way, the first HTML code has the line of HTML where your logo is, and the 2nd HTML code is where to add Rowspan="".
Last Blog Entry: Damn computer of mine.. (Jul 7th, 2008)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] the Main Content div of my template breaks when I type a long text kee2ka4 Web Page Design 2 Nov 9th, 2007 11:26
<form> tag in <table> is causing alignment issues - HELP! Love2Java Web Page Design 5 Sep 4th, 2007 15:27
? about table width - printing page = content cut off Love2Java Web Page Design 6 Feb 20th, 2007 12:42
Images distorted in IE but not other browsers tjoy82 Graphics and 3D 4 Aug 29th, 2006 17:49
Table Content Alignment... Wheelz Web Page Design 4 Jul 3rd, 2006 09:54


All times are GMT. The time now is 03:42.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43