Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

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.

Empfohlene Antworten

Veröffentlicht

Ich möchte eine Tabelle mit einfachen Linien darstellen. Das klappt mit <table border="1" rules="all"> im Firefox auch wunderbar. Im Internet Explorer aber habe ich breite weiße Ränder. Kennt jemand das Problem?

cellpadding="0" und ein cellspacing="0"

Ja, bei IE muss man das, wenn man auf CSS verzichtet. Möchte man aber doch ein wenig Padding haben, dann nimm folgendes CSS:


table.singleLine

{

   border-collapse: collapse;

   empty-cells: show;

   border: 1px solid #000000;

   border-spacing: 0px;

}

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.