I Need Some Help

This is a discussion on "I Need Some Help" within the Web Page Design section. This forum, and the thread "I Need Some Help 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 Jun 10th, 2007, 14:55
New Member
Join Date: Jun 2007
Location: England
Age: 21
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
I Need Some Help

Hey guys, ive created a portal page before entering my website and for some reason im getting a line break when viewing in IE but when i view it in FireFox it is just fine, this is an example of what i see;

IE6 (Internet Explorer)

View The Red Arrow;



FireFox

View the Red Arrow



Why is this doing this? can someone please help?

Thank You
-Washi
Reply With Quote

  #2 (permalink)  
Old Jun 10th, 2007, 19:20
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I Need Some Help

Can you post a link to the site please?
Reply With Quote
  #3 (permalink)  
Old Jun 10th, 2007, 19:44
sannbe's Avatar
SuperMember

SuperMember
Join Date: Dec 2006
Location: San Francisco
Age: 57
Posts: 1,567
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I Need Some Help

Since you are working in tables I suspect it has something to do with the image inserted into the table. I am still learning, but I ,also,suspect it might have to do with cell padding? Your HTML doesn't validate so you might want to check that also. I with I had the knowledge to give more help, but this might at least give you someplace to start. I do know IE has some strange quirks in it.
Last Blog Entry: More Sara Blogging (Nov 29th, 2007)
Reply With Quote
  #4 (permalink)  
Old Jun 10th, 2007, 21:45
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I Need Some Help

Try resetting all margins and padding to 0. Different browser put different default margins and padding on. Unfortunately this could skew other parts of the design if margins and paddings have not been set.

Try adding this to your css:
Code: Select all
 * {margin: 0; padding: 0;}
This has it's disadvantages, I'll admit, but it could solve the problem. The other alternative is to just set the padding and margins on that element to 0.

Post a link and then we can see the code, if this doesn't work.

Pete.
Reply With Quote
  #5 (permalink)  
Old Jun 11th, 2007, 08:35
New Member
Join Date: Jun 2007
Location: England
Age: 21
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I Need Some Help

Hey guys, thank you fro the help but no this stil didnt work, here is the link for you to take a look at teh code

http://www.earthbound-ro.com

Thanks Guys
-Washi
Reply With Quote
  #6 (permalink)  
Old Jun 11th, 2007, 11:11
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I Need Some Help

Code: Select all
   <th width="4%" align="left" valign="top" scope="col"><div align="left"><a href="#"><img src="images/5.jpg" width="242" height="118" border="0" /></a></div></th>
Why do you have the <div align="left"></div> in there?

Also in this th you have another<div> which is pushing the left image down about one pixels.
Code: Select all
 <th width="12%" align="right" valign="top" scope="col"><div align="right"><img src="images/2.jpg" width="86" height="253" align="top" /></th>
I'm not sure if either of those situations are causing your problem but it's worth a look.
Reply With Quote
  #7 (permalink)  
Old Jun 11th, 2007, 14:08
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I Need Some Help

And for such a simple page, you have 27 validation errors! Might wanna fix those
Reply With Quote
  #8 (permalink)  
Old Jun 11th, 2007, 16:17
New Member
Join Date: Jun 2007
Location: England
Age: 21
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: I Need Some Help

hey i fixed it now xD, thank you for the help guys, i just used frontpage to re-insert the images, maybe dreamweaver was creating the break?
Reply With Quote
Reply

Tags
firefox

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


All times are GMT. The time now is 02:33.


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