Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 03-20-2005, 06:50 AM Table problems
Junior Talker

Posts: 1
Trades: 0
Hey guys, first post here
anyway heres a site im doing:
www.epcgaming.com/rev/ - demo site, links and stuff now working
, the site looks good and works well in firefox, but in IE its really messed up, especially the header, where the images are split open. I think the problem lay in the two text boxes at the top, but i cant see what the problem is..., i'll past here the header code:

Code:
    <!--Header Start-->
    <td height="1" colspan="5" width="981"><table id="Table_01" width="981" height="135" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="7">
			<img src="images/header_01.gif" width="981" height="28" alt=""></td>
	</tr>
	<tr>
		<td rowspan="2">
			<img src="images/header_02.gif" width="20" height="53" alt=""></td>
		<td width="125" rowspan="2" align="left" valign="top" bgcolor="#990000" p class="style1">
		
	<form action="home.html" method="get" name="form1">
	  <input name="textfield" type="text" class="login" value="Username" size="8">
	  <input name="Login" type="submit" class="login1" id="Login" value="Login" size="8">
	  <br>
	  <input name="textfield" type="password" class="login" value="1111" size="8" >

	</form>
	</td>
		<td colspan="3">
			<img src="images/header_04.gif" width="691" height="52" alt=""></td>
		<td width="125" rowspan="2" align="right" valign="top" bgcolor="#990000" class="style1"><div align="center"><script language="javascript" src="liveclock.js">
</script></script></div></td>
		<td rowspan="2">
			<img src="images/header_06.gif" width="22" height="53" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/header_07.gif" width="77" height="1" alt=""></td>
		<td>
			<img src="images/header_08_top.gif" width="536" height="1" alt=""></td>
		<td>
			<img src="images/header_09.gif" width="78" height="1" alt=""></td>
	</tr>
	<tr>
		<td colspan="3" rowspan="2">
			<img src="images/header_10.gif" width="222" height="54" alt=""></td>
		<td>
			<img src="images/header_08_bottom.gif" width="536" height="32" alt=""></td>
		<td colspan="3" rowspan="2">
			<img src="images/header_11.gif" width="225" height="54" alt=""></td>
	</tr>
	<tr>
		<td height="22" background="images/header_12.gif"><marquee class="style1">
		 Juan Hathway of Sweeden wins the American Grand Prix with a Audi R8 RIII 
		</marquee></td>
	</tr>
</table></td>
  </tr>
    <!--Header End-->
other problems include the tables with the track image, and track information near the center of the page, for some reason the track information is forced way to the right, and again it looks fine in firefox....
any help will be greatly appreciated!!!

William
chensta is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-20-2005, 09:58 AM
drewrockshard's Avatar
Super Talker

Posts: 100
Name: Drew
Location: Garland (Dallas), Texas
Trades: 0
the <td> tags that hold the headers default vertical align to the center...this means that all those images that hold the header together are going to look spaced weird. so what you need to do is assign the valign tag to top.

HTML Code:
<td valign="top"></td>
__________________
Best Regards,
Drew Decker

Please login or register to view this content. Registration is FREE
drewrockshard is offline
Reply With Quote
View Public Profile
 
Old 03-29-2005, 09:13 PM
Experienced Talker

Posts: 36
Trades: 0
When I look at the work that some of you guys create, boy, I really feel sorry for myself!
common_sense is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Table problems
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.53648 seconds with 12 queries