Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Dreaded 3-pixel padding in Internet Explorer

Reply
Thread Tools

Dreaded 3-pixel padding in Internet Explorer

 
 
spellbound571969@yahoo.com
Guest
Posts: n/a
 
      08-13-2006
- Web Site: http://www.sanctuarydown.com

I've been learning HTML coding and while building a website, I noticed
a problem exclusive to Internet Explorer.

The IE web browser automatically adds a 3 pixel padding to the bottom
and right side of images on my pages, causing them to not align
properly. I cannot seem to turn this off with any sort of conventional
HTML coding (margins and borders are turned off, set to zero), and
since I do not use CSS yet, I can't apply any of the fixes I've found
thusfar on the internet.

This 3-pixel padding is not a problem in Mozilla's Firefox browers or
Netscape's browser. It seems to only occur with IE.

As you can see by my page, perfect alignment of images is essential to
the layout. And since the vast majority of users have IE, I'd like this
page to look perfect in IE. Is there any way to shut off these
borders/margins/padding without distorting the page layout in other
browsers and without using the CSS fixes I've read about?

I'm brand new to this board, but it seems like a lot of people here are
quite skilled. I'm hoping someone can help.

Thanks!

 
Reply With Quote
 
 
 
 
David Woods
Guest
Posts: n/a
 
      08-13-2006
<> wrote in message
news: oups.com...
>- Web Site: http://www.sanctuarydown.com
>


> As you can see by my page, perfect alignment of images is essential to
> the layout. And since the vast majority of users have IE, I'd like this
> page to look perfect in IE. Is there any way to shut off these
> borders/margins/padding without distorting the page layout in other
> browsers and without using the CSS fixes I've read about?



Hi, this problem has been discussed lots of times. Check out
http://www.positioniseverything.net/...reepxtest.html

--

David

 
Reply With Quote
 
 
 
 
spellbound571969@yahoo.com
Guest
Posts: n/a
 
      08-13-2006
Believe it or not, I've read that page up and down several times in the
last week and it didn't help at all.
The reason being is the fixes they give are for pages using CSS. My
knowledge of CSS is limited so I haven't started using that yet. I'm
just trying to find a simple in-line (i believe that is the term) fix
for this problem.
Anyone else have any ideas?
p.s. Thank you so much for your help. I do appreciate it.



David Woods wrote:
> <> wrote in message
> news: oups.com...
> >- Web Site: http://www.sanctuarydown.com
> >

>
> > As you can see by my page, perfect alignment of images is essential to
> > the layout. And since the vast majority of users have IE, I'd like this
> > page to look perfect in IE. Is there any way to shut off these
> > borders/margins/padding without distorting the page layout in other
> > browsers and without using the CSS fixes I've read about?

>
>
> Hi, this problem has been discussed lots of times. Check out
> http://www.positioniseverything.net/...reepxtest.html
>
> --
>
> David


 
Reply With Quote
 
Adrienne Boswell
Guest
Posts: n/a
 
      08-14-2006
Gazing into my crystal ball I observed ""
<> writing in
news: ps.com:

Please do not top post - see below
>
> David Woods wrote:
>> <> wrote in message
>> news: oups.com...
>> >- Web Site: http://www.sanctuarydown.com
>> >

>>
>> > As you can see by my page, perfect alignment of images is essential
>> > to the layout. And since the vast majority of users have IE, I'd
>> > like this page to look perfect in IE. Is there any way to shut off
>> > these borders/margins/padding without distorting the page layout in
>> > other browsers and without using the CSS fixes I've read about?

>>
>>
>> Hi, this problem has been discussed lots of times. Check out
>> http://www.positioniseverything.net/...reepxtest.html
>>

> Believe it or not, I've read that page up and down several times in
> the last week and it didn't help at all.
> The reason being is the fixes they give are for pages using CSS. My
> knowledge of CSS is limited so I haven't started using that yet. I'm
> just trying to find a simple in-line (i believe that is the term) fix
> for this problem.
> Anyone else have any ideas?
> p.s. Thank you so much for your help. I do appreciate it.
>
>


Then it's time you started learning/using CSS. There are a few things
that only CSS can do, for example, change colors on hover, etc.


--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

 
Reply With Quote
 
spellbound571969@yahoo.com
Guest
Posts: n/a
 
      08-16-2006
Thanks for all the info.
But I'm definitely not ready to jump into the CSS realm just yet. I'd
like to learn a little more of the basics and then move on to that.
I'm just hoping someone might know a trick or fix for this 3 pixel
problem using regular HTML.
Any ideas?

 
Reply With Quote
 
Jonathan N. Little
Guest
Posts: n/a
 
      08-16-2006
wrote:
> Thanks for all the info.
> But I'm definitely not ready to jump into the CSS realm just yet. I'd
> like to learn a little more of the basics and then move on to that.
> I'm just hoping someone might know a trick or fix for this 3 pixel
> problem using regular HTML.
> Any ideas?
>


TRANSLATION: "I don't want to learn anything about what I a doing I want
someone to do it for me"

ANSWERS:
1. Hire someone to do it for you
2. Stop using IE to view your site

BEST ANSWER: (I cannot help myself I have to include a really sincere
answer, and maybe you will get it) Take a little time and learn a little
bit about HTML and CSS. View some example sites, I am sure if asked in
earnest many here can provide you some and guide you along the way.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
Andy Dingley
Guest
Posts: n/a
 
      08-16-2006

wrote:

> I'm definitely not ready to jump into the CSS realm just yet.


Yes you are, it's easy. You've only got to follow some fairly simple
instructions for one specific bug. You've even managed to find them
already.

By far the best time to learn CSS is right at the beginning of learning
HTML. I teach it on something like the third short session of a
beginner's course.

 
Reply With Quote
 
spellbound571969@yahoo.com
Guest
Posts: n/a
 
      08-18-2006
Wow. So basically this newsgroup is here so you can ridicule someone
who had a very small question? I do want to help myself, which is why
I'm not asking someone to build a site for me or fix it for me. I just
wondered if there was a simple HTML fix to this problem.

I can't believe the amount of grief I got for asking one small
question.

I apologize.

 
Reply With Quote
 
Adrienne Boswell
Guest
Posts: n/a
 
      08-18-2006
Gazing into my crystal ball I observed ""
<> writing in news:1155908990.029094.124790
@p79g2000cwp.googlegroups.com:

> Wow. So basically this newsgroup is here so you can ridicule someone
> who had a very small question? I do want to help myself, which is why
> I'm not asking someone to build a site for me or fix it for me. I just
> wondered if there was a simple HTML fix to this problem.
>
> I can't believe the amount of grief I got for asking one small
> question.
>
> I apologize.
>


Please be present. All we have said here is that this is not an HTML
issue, it is a CSS issue, and therefore, you will have to address it
using CSS.


--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

 
Reply With Quote
 
Jonathan N. Little
Guest
Posts: n/a
 
      08-18-2006
wrote:
> Wow. So basically this newsgroup is here so you can ridicule someone
> who had a very small question? I do want to help myself, which is why
> I'm not asking someone to build a site for me or fix it for me. I just
> wondered if there was a simple HTML fix to this problem.


Well eliminating the whitespace between the tags would help IE is
especially sensitive to it

<tr><td><img ... ></td></tr>


>
> I can't believe the amount of grief I got for asking one small
> question.


Unfortunately your main approach is wrong and that is why your are not
getting the response your expect. It is a kin to asking a group of
carpenters how to build your house with white paste and not nails and
screws. I am sure the response will be "Don't use paste use nails and
screws", and if you insist on paste you will be ignored or ridiculed.


>
> I apologize.
>


So don't apologize, just be a little more open to advice. Some here
actually *do* know what they are doing.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer 8: C:\Program Files\Internet Explorer\iexplore.exe vs C:\Program Files (x86)\Internet Explorer\iexplore.exe Nathan Sokalski Windows 64bit 16 02-22-2010 08:31 AM
internet explorer 7 - Internet Explorer cannot display the webpag sandy j Windows 64bit 0 05-02-2009 02:12 AM
Internet Explorer 6/7 Ignoring Left Padding on One Element? Vik Rubenfeld HTML 20 01-18-2008 11:03 PM
TB, Sunbird, and the dreaded Pocket PC - OpenSource help needed! Kneewax Firefox 1 10-13-2004 06:48 PM
The dreaded asp.clipboard =?Utf-8?B?QmlsbCBCZWxsaXZlYXU=?= ASP .Net 3 05-02-2004 04:05 PM



Advertisments
 



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 44 45 46 47 48 49 50 51 52 53 54 55 56 57