Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

IE and FF

Featured Replies

hi,

 

I am currently trying to pad out and <p> so that the paragraph start aligns with the top of the image. However it appears that IE 7 and FF are treating the padding differently, IE pads it perfectly where as FF gives it an extra 5-10 px,

 

<td width="302" align="left" valign="top" style="padding:25px 0px 0px 0px;">

 

I am using tables as it is an HTML e-mail.

FF puts padding on the apparent *outside* of elements, whereas IE puts it on the inside.

  • Author
FF puts padding on the apparent *outside* of elements, whereas IE puts it on the inside.

 

and has affect on where they lie on the page? is there a workaround?

if its an html email, code form doesnt really matter so much

 

so how about an empty table row with a set height and either a   or a blank image spacer inside, size depending on how much u want to push it down by?

hi,

 

I am currently trying to pad out and <p> so that the paragraph start aligns with the top of the image. However it appears that IE 7 and FF are treating the padding differently, IE pads it perfectly where as FF gives it an extra 5-10 px,

 

<td width="302" align="left" valign="top" style="padding:25px 0px 0px 0px;">

 

I am using tables as it is an HTML e-mail.

 

That doesn't justify that you should use tables. Forms can be perfectly done by using CSS. As for the padding issue. Try to use a reset stylesheet before your main stylesheet. If you are not sure what it is here's an example and here's another one

You dont need an entire reset sheet. Just make sure and set both the padding and margin. If you want only padding as your example shows just add padding. and set margin:0;

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.