Tutorials Infos - Anleitungen - Hilfe - Dreamcodes
 

Externe Links

01 <html>

02 <head>
03   <meta http-equiv="X-UA-Compatible" content="IE=edge" />
04   <style type="text/css">
05   <!--
06     body {
07       background-color: #FFF;
08     }
09      
10     /* Alle Links kennzeichnen (intern + extern) */
11     a[href^="http://"],
12     a[href^="https://"]  {
13       background:transparent url(images/extern.gif) center right no-repeat;
14       display:inline-block;
15       padding-right:15px;
16     }
17  
18     /* Alle internen Links nachbearbeiten */
19     a[href^="http://www.dreamcodes.com"],
20     a[href^="https://www.dramcodes.com"],
21     a[href^="https://dreamcodes.com"],
22     a[href^="http://dreamcodes.com"] {
23       padding-right: 0;
24       background: transparent;
25     }
26   -->
27   </style>
28 </head>
29 <body>
30   <div class="abgerundet box">
31     Das ist ein <a href="http://www.dreamcodes.com/">interner Link</a> und das ein Link der zu <a href="http://www.google.com/">Google</a> verweist.
32   </div>
33 </body>
34 </html>

 
ID: 2053
eingestellt am: 02.05.2012
Autor: Keine Angabe
Status zum lesen: Gast
gelesen: 7267
Webseite: www.dreamcodes.com
[Drucken]