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.

getting rid of image border

Featured Replies

Hi all this has been driving me insane in IE and firefox i have borders around the two images on the right of the site facebook and twitter ones in chrome these borders do not show.

 

I have removed border code from css but still there i can figure out where it is coming from.

http://www.bbhosts.co.uk

 

 

Also on the support forum i put header and footer of style to make the forum look the same but can not get rid of the line that goes right down the page starting just under the support link i have removed all sidebar code from there but just cant see where it is pulling it from.

http://www.bbhosts.co.uk/support

 

Would really love some help with this thanks :)

Try to ad parameter border="0" in IMG tags

<img src="/sitecss/images/icons/facebook.png" border="0" /></a> <a href="http://www.twitter.com/bbhosts"><img src="/sitecss/images/icons/twitter.png" border="0" /></a>

It would be good idea to add yet width="", height="" and alt="" here

Try to ad parameter border="0" in IMG tags

<img src="/sitecss/images/icons/facebook.png" border="0" /></a> <a href="http://www.twitter.com/bbhosts"><img src="/sitecss/images/icons/twitter.png" border="0" /></a>

It would be good idea to add yet width="", height="" and alt="" here

 

Don't use inline styling, do it all via css... Mr Brightside's method is spot on, if you wanted to add it for a certain image you would call an id to the image, or use the div name e.g.

 

#divname img {
border:none;
}
#image-id {
border:none;
}

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.