• » webSPELL.org - Free Content Management System
  • Language switch: English German
  • login



    » lost password?   » register now
  • About webSPELL

    webSPELL is a free Content Management System which was especially developed for the needs of esport related communities. Since a short while we are also offering an optimized and enhanced webSPELL version for the special requirements of non-profit organisations. The purpose of both systems is to offer a professional and free opportunity to create and administrate your own website in an easy and optimized way.

    » Learn more about webSPELL     » Download webSPELL now!
  • Advertisement

    Follow us

  • Sort:     printview
    Author
    Message
    webSPELL newbie
    45 Posts
    10.03.2012, 17:56 email offline quote 

    Heyho,

    ich habe mir heute eine neue Profilansicht gedownloadet. Alles hat super geklappt, nur diese dämlichen <hr> ärgern mich.

    Im folgenden Bild zeige ich euch wie es aussieht und wie es aussehen soll.

    http://gsf-clan.com/bilder/hrlinien.jpg

    Der dazugehörige Code:
    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    17.
    18.
    19.
    20.
    21.
    22.
    23.
    24.
    25.
    26.
    27.
    28.
    29.
    30.
    31.
    32.
    33.
    34.
    35.
    36.
    37.
    38.
    39.
    40.
    41.
    42.
    43.
    44.
    45.
    46.
    47.
    48.
    49.
    <table bgcolor="white" cellpadding="3" cellspacing="1" width="100%">
         <tbody><tr>
              <td class="title3">
                   <div style="display: block; background-color:#333333"><font style="font-size: 12px; line-height: 17px; color: rgb(255, 255, 255);">&nbsp;<b>Profil</b> von <b>$nickname</b></font></div>
              
              </td>

         </tr>
         <tr>
              <td bgcolor="white"><br>
                   
                   <table border="0" cellpadding="2" cellspacing="0" width="100%">
                        <tbody><tr height="50px">
                             <td width="33%">$firstname $lastname
                               <hr width="100px"><font color="#4f0000"><b>Name</b></font></td>
                             <td width="33%">$birthday
                               <hr size="1" color="#cccccc"><font color="#4f0000"><b>Birthday (Age)</b></font></td>

                             <td rowspan="4" align="center" width="34%">$userpic</td>
                        </tr>
                        <tr height="50px">
                             <td>$sex
                               <hr size="1" color="#cccccc"><font color="#4f0000"><b>Sexuality</b></font></td>
                             <td>$town
                               <hr size="1" color="#cccccc"><font color="#4f0000"><b>Town</b></font></td>
                        </tr>
                        <tr height="50px">

                             <td>$profilecountry $tz[country]
                               <hr size="1" color="#cccccc"><font color="#4f0000"><b>Country</b></font></td>
                             <td>$homepage<hr size="1" color="#cccccc"><font color="#4f0000"><b>Homepage</b></font></td></tr>
                        <tr height="50px">
                             <td>$email $pm $buddy $icq
                          <hr size="1" color="#cccccc"><font color="#4f0000"><b>Contact</b></font></td>

                          <td>&nbsp;</td>
                        </tr>
                        <tr>
                             <td colspan="2" valign="top"><font style="font-size: 11px;"><b>About</b></font><hr size="2" color="#cccccc">
                             $about<br></td>
                          <td valign="top"><font style="font-size: 11px;"><b>Latest visitors</b></font><hr size="2" color="#cccccc">    <table width="100%" cellspacing="0" cellpadding="2">
    $lastvisits
        </table></td>
                        </tr>
                   </tbody></table>
                   
           </td>
         </tr>
    </tbody></table>


    Die Farbe ist übrigens bewusst geändert, es geht also lediglich darum, dass diese verdammten HR Linien angezeigt werden sollen.

    Lg Daniel

    website: www.gsf-clan.com
    version: 4.2.2
    Administrator
    Member of webSPELL e.V.
    2566 Posts
    10.03.2012, 17:59 email offline quote 

    Code:
    1.
    2.
    3.
    4.
    5.
    hr {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        width: 0;
    }

    Das steht in eurer style.css
    Dadurch wird <hr> unsichtbar wenn ich mich nicht vertue..
    webSPELL newbie
    45 Posts
    10.03.2012, 18:10 email offline quote 

    Sprich, in der style.css einfach auskommentieren und das ding hat sich erledigt?
    webSPELL lover
    1201 Posts
    10.03.2012, 18:28 offline quote 

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    hr {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        width: 0;
        border-top: 1px solid #000;
    }
    webSPELL newbie
    45 Posts
    11.03.2012, 14:12 email offline quote 

    @ Renegade:

    Wenn ich es so machen, wie du es vorschlägst verschwinden die hr Linien wieder.
    webSPELL friend
    618 Posts
    11.03.2012, 14:36 offline quote 

    gib halt deiner _stylesheet.css eine neue klasse, beispielweise:

    Code:
    1.
    2.
    3.
    .border_1 {
    border-bottom: 1px solid #666666;
    }


    und dann gibts du deinem <td> eine class namens border_1, sieht dann so aus:

    <td class="border_1">
    Sort:     printview


    To start or to reply to a topic you have to be registered and logged in!

    register now
    login
  • » Support

    » Topics
    23.05.2013 - 23:30 - 13 Replies
    » forum anzeige erweitern
    forum anzeige erweitern
    Last post: Swordfish3000
    Board: DE - Allgemeiner Support
    23.05.2013 - 23:30
    23.05.2013 - 22:37 - 2 Replies
    » Bilder Breite im Forum an...
    Bilder Breite im Forum anpassen
    Last post: nappel.ger
    Board: DE - Vorschläge
    23.05.2013 - 22:37
    23.05.2013 - 15:35 - 6 Replies
    » I cannot upload template ...
    I cannot upload template to my cms .
    Last post: bazic
    Board: EN - General
    23.05.2013 - 15:35
    23.05.2013 - 14:50 - 3 Replies
    » Kalendar-Box
    Kalendar-Box
    Last post: kassor
    Board: DE - Anfragen
    23.05.2013 - 14:50
    23.05.2013 - 11:29 - 14 Replies
    » High Quality Website
    High Quality Website
    Last post: BlueaKaKev
    Board: EN - Offers
    23.05.2013 - 11:29
    23.05.2013 - 10:14 - 12 Replies
    » Mein Forum
    Mein Forum
    Last post: Lordy4007
    Board: DE - Fragen zur Seite
    23.05.2013 - 10:14
    22.05.2013 - 23:06 - 9 Replies
    » When the update?
    When the update?
    Last post: kola60
    Board: EN - General
    22.05.2013 - 23:06
    22.05.2013 - 22:21 - 2 Replies
    » Website For SALE! CODED
    Website For SALE! CODED
    Last post: Osamakillz
    Board: EN - General
    22.05.2013 - 22:21
    22.05.2013 - 21:43 - 3 Replies
    » Slider Links Bitte um Hil...
    Slider Links Bitte um Hilfe
    Last post: bazic
    Board: DE - Allgemein
    22.05.2013 - 21:43
    22.05.2013 - 21:28 - 464 Replies
    » Wettscript 2.1 for 4.2.3a...
    Wettscript 2.1 for 4.2.3a - Betscript
    Last post: Amokossi
    Board: DE - Fertige Skripte
    22.05.2013 - 21:28
    22.05.2013 - 17:46 - 3 Replies
    » Admin login
    Admin login
    Last post: blackmoonstah
    Board: DE - Allgemeiner Support
    22.05.2013 - 17:46
    22.05.2013 - 17:28 - 1 Replies
    » Design Ausverkauf - alles...
    Design Ausverkauf - alles unter 70€
    Last post: Freestyler92
    Board: DE - Biete
    22.05.2013 - 17:28
    22.05.2013 - 14:54 - 2 Replies
    » adminlogin auf allypage f...
    adminlogin auf allypage funktioniert nicht mehr. bitte um hilfe
    Last post: blackmoonstah
    Board: DE - Technischer Support
    22.05.2013 - 14:54
    22.05.2013 - 14:41 - 4 Replies
    » Content laden
    Content laden
    Last post: bazic
    Board: DE - Anfragen
    22.05.2013 - 14:41
    22.05.2013 - 09:57 - 0 Replies
    » [4SALE] eSport Design/Tem...
    [4SALE] eSport Design/Template
    Last post: LeG3nDz
    Board: EN - Offers
    22.05.2013 - 09:57
    22.05.2013 - 09:24 - 1 Replies
    » Updatefunktion?
    Updatefunktion?
    Last post: Sysix
    Board: DE - Vorschläge
    22.05.2013 - 09:24
    22.05.2013 - 00:47 - 5 Replies
    » msql datenbank transfer
    msql datenbank transfer
    Last post: pgene
    Board: DE - Technischer Support
    22.05.2013 - 00:47
    21.05.2013 - 19:43 - 9 Replies
    » login startseite
    login startseite
    Last post: Argu
    Board: DE - Technischer Support
    21.05.2013 - 19:43
    21.05.2013 - 13:18 - 7 Replies
    » [Biete] Template Designs
    [Biete] Template Designs
    Last post: Marceld
    Board: DE - Biete
    21.05.2013 - 13:18
    21.05.2013 - 05:15 - 0 Replies
    » Need Designer for Logo/Te...
    Need Designer for Logo/Template
    Last post: Kody
    Board: EN - General
    21.05.2013 - 05:15
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers