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.

Site layout is breaking up when Links to images, has anyone experienced this? what am i doing wrong!?

Featured Replies

H there,

 

Would appreciate anyones input on this as im already behind on getting this site online!

 

Thanks x

  • Author

Im linking to intenal hmtl files..

 

im getting this blue box around where the images selction is and it breaks up the page so there is gaps between all the slices and its bloody annoying!

 

x

ok.. thats an easy one

 

add this like you would an alt tag to the end of the image

 

class="border"

 

and add this to the css

 

.border { border:none; }

 

either that or you could add this to the end of the image, it depends on the doctype you have used

 

border="0"

  • Author

cheers guys..

 

they both work so i went with the easy one!

 

thanks again x

just put this in the image tag

 

that should sort it out ^_^

 

the reason why I mentioned both is because if it was a strict doctype, putting it inline would make the script invalid,

 

just thought I would mention it

The compliant way to do this would be to have this in your styelsheet:

 a img {border:none;}

The compliant way to do this would be to have this in your styelsheet:

 a img {border:none;}

 

 

agreed, that is a better way... nice one

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.