+ Antworten
Ergebnis 1 bis 6 von 6

Thema: Template aus max. Bilschirm grösse einstellen

  1. #1
    Neu an Board
    Registriert seit
    20.01.2005
    Beiträge
    83
    Bedankte sich
    32
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard Template aus max. Bilschirm grösse einstellen

    Hallo zusammen,

    Wo mus ich, was im Templett eingeben, damit die max. größe des Birschirmes benutzt wird.

    Bin Anfänger, bitte genau erklären.

    Vielen Danke

    Hansjörg

  2. #2
    Neu an Board
    Registriert seit
    08.03.2006
    Beiträge
    8
    Bedankte sich
    3
    Erhielt 2 Danksagungen
    in 2 Beiträgen

    Standard

    (Bin selber noch nicht der größte Joomla-Crack)

    Kommt auf´s Template an:
    Es gibt welche, die das von hause aus tun, andere müssen angepasst werden.
    Da gibt es aber große Unterschiede:
    Einmal ist die Weite hardcodiert als Tabelle festgelegt, einmal kann man das im .css anpassen.

    grüsse
    ledzep

  3. #3
    Neu an Board
    Registriert seit
    20.01.2005
    Beiträge
    83
    Bedankte sich
    32
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Hallo ledzep
    Danke für die Antwort, kamm aber nicht weiter.

    Hier ist der Code für das HTML Seite
    <?php
    defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );$iso = split( '=', _ISO );echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <?php mosShowHead(); ?>
    <meta **********="Content-Type" content="text/html;><?php echo _ISO; ?>" />
    <?php if ( $my->id ) { initEditor(); } ?>
    <?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>
    </head>

    </head>

    <body>
    <div align="center">
    <blockquote>&nbsp; </blockquote>
    <table width="90%" cellpadding="0" cellspacing="0">
    <tr>
    <td><table width="100%" height="122" cellpadding="0" cellspacing="0" background="<?php echo $mosConfig_live_site; ?>/templates/jo_newone/images/gora.jpg" bgcolor="#003333">
    <tr>
    <td align="left" valign="middle"><div align="right">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="39%"><img src="templates/jo_newone/images/baner.gif" width="90" height="110" hspace="5" vspace="5" border="0" /></td>
    <td width="61%" valign="top"><div align="right"><font class="title"><?php echo $mosConfig_sitename; ?></font></div></td>
    </tr>
    </table>
    </div></td>
    </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0" background="<?php echo $mosConfig_live_site; ?>/templates/jo_newone/images/data.jpg" height="40">
    <tr class="bb">
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="374" align="left" valign="middle"><?php mosPathWay(); ?></td>
    <td width="160"><div align="right"><font class="date"><?php echo mosCurrentDate(); ?></font></div></td>
    <td width="152" align="center" valign="middle"><div align="center">
    <form action="index.php" method="post">
    <div align="center">
    <input class="inputbox" type="text" name="searchword" size="15" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
    <input type="hidden" name="option" value="search" />
    </div>
    </form>
    </div></td>
    </tr>
    </table></td>
    </tr>
    </table>
    <table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#003300">
    <tr>
    <td><table width="100%" border="1" cellpadding="0" cellspacing="10" bordercolor="#003333">
    <tr bordercolor="#006633">
    <td width="170" valign="top" bordercolorlight="#006633" bordercolordark="#006633"><?php mosLoadModules ( 'left' ); ?>
    <div align="left"></div>
    <div align="center"></div>
    <p> <span class="newsflash"> </span></p></td>
    <td align="left" valign="top" bordercolorlight="#006633" bordercolordark="#006633"><?php mosMainBody(); ?></td>
    <td width="170" align="left" valign="top" bordercolorlight="#006633" bordercolordark="#006633">
    <?php mosLoadModules( 'top', 1 ); ?>
    <?php mosLoadModules ( 'right' ); ?>
    </td>
    </tr>
    </table></td>
    </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td align="center" valign="middle"><div align="center">
    <p><hr>
    <a >Powered by Mambo Version 4.5.1!</a><br />
    <?php include_once('includes/footer.php'); ?>
    </div></td>
    </tr>
    </table>
    <p align="center">
    <?php mosLoadComponent( "banners" ); ?>
    </p></td>
    </tr>
    </table>
    <p align="left">
    <?php mosLoadModules( 'debug', -1 );?>
    </p>
    <p align="left">&nbsp; </p>
    </div>
    </body>
    </html>


    Hier ist der Coder für das CSS Seite

    BODY {
    // background-color : #EDE8E1;
    background-color : url(../images/hauspro2.jpg) no-repeat bottom;
    margin: 0px 0px 0px 0px;
    color: #336600;
    }
    a ,a:active, a:link {font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #009966;
    }
    a:hover {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #84250C;
    }
    td, tr, p, div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    }
    ul {
    margin: 0px 0px 0px 0px;
    }
    hr {
    background: #999966;
    height: 2px;
    width: 90%;
    }
    .title {
    font-family: "MS Sans Serif", Geneva, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    color: #003399;
    }
    .pathway {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #99CC99;
    margin-left: 10px;
    }
    a.pathway:link, a.pathway:visited {
    //
    color: #CCCCCC;
    font-size: 10px;
    margin-left: 10px;
    }
    a.pathway:hover {
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
    margin-left: 10px;
    margin-left: 10px;
    }

    a.mainlevel:link, a.mainlevel:visited {
    color: #009900;
    background-position: left;
    text-align: left;
    font-weight: bold;
    }
    a.mainlevel:hover {
    color: #006600;
    background-position: left;
    text-align: left;
    }
    a.mainmenu:link, a.mainmenu:visited {
    color: #333333; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
    font-weight: bold;

    }
    a.mainmenu:hover, {
    color: #000000; text-decoration: underline;
    }
    a.sublevel:hover {
    color: #000000; text-decoration: underline;
    }
    a.sublevel:link, a.sublevel:visited {
    color: #333333; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
    font-weight: normal;
    }
    a.category {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #006600;
    }
    a.category:hover {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #006600;
    }
    table.moduletable {
    margin: 0px 0px 0px 0px;
    width: 100%;
    color: #000000;
    background: url(../images/line_c.jpg) repeat-y;
    }
    table.moduletable th {
    font-size : 12px;
    font-weight : bold;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    color : #003399;
    text-align : center;
    width : 100%;
    background: url(../images/line_mc.gif) no-repeat bottom;
    padding: 10px 1px 10px 1px;
    }
    table.moduletable td {
    font-size: 10px;
    font-weight: normal;
    padding-left: 6px;
    height: 19px;
    width: 100%;
    }
    .inputbox {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #F4F4F4;
    border-style: ridge;
    border-color: FFFFFF;
    }
    .button {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #E1E3D9;
    border-width: 1px;
    border-color: 000000;
    }
    table.contact {
    border-color: 929292;
    background-color: #DCDAD0;
    }
    table.contact td.icons {
    background-color: #D3DEE1;
    }
    table.contact td.details {
    font-size: 11px;
    }
    .poll {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    line-height: 14px;
    }
    .sectiontableheader {
    background-color : url(../images/hauspro2.jpg) no-repeat bottom;

    //background-color : #CCCCCC;

    color: #009900;
    font-weight: bold;
    }
    .sectiontableentry1 {
    background-color : url(../images/hauspro2.jpg) no-repeat bottom;

    //background-color : #F4F4F4;

    }
    .sectiontableentry2 {
    background-color : url(hauspro2.jpg)no-repeat bottom;

    //background-color : #E9E9E9;

    }
    .small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #336666;
    text-decoration: none;
    font-weight: medium;
    }
    .smalldark {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    }
    .contentpane {
    }
    .contentpaneopen {
    }
    .contentheading, .componentheading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #006600;
    text-align: left;
    padding-left: 6px;
    }
    .date {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #D8E4D8;
    text-align: left;
    }



    Wer sieht hier was ich was eingeben muß. Damit ich immer die volle Bildschirmgröße habe.

    Vielen Dank im voraus

    Hansjörg

  4. #4
    Neu an Board
    Registriert seit
    08.03.2006
    Beiträge
    8
    Bedankte sich
    3
    Erhielt 2 Danksagungen
    in 2 Beiträgen

    Standard

    mmh - Monsterposting

    post doch mal, um welches Template es sich handelt, dann kann ich mir das mal anschauen, tu ich mir leichter.

    grüsse
    Ledzep

  5. Erhielt Danksagungen von:


  6. #5
    Gehört zum Inventar Avatar von upstream
    Registriert seit
    04.11.2005
    Ort
    Steinmaur CH
    Alter
    27
    Beiträge
    5.918
    Bedankte sich
    86
    Erhielt 1.580 Danksagungen
    in 1.439 Beiträgen

    Standard

    Change doch mal bei

    <table width="90%" cellpadding="0" cellspacing="0">

    die 90% auf 100%

  7. Erhielt Danksagungen von:


  8. #6
    Neu an Board
    Registriert seit
    20.01.2005
    Beiträge
    83
    Bedankte sich
    32
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    Hallo,

    die Tabelle von 90% auf 100% war es

    Vielen Dank

    Hansjörg

+ Antworten

Ähnliche Themen

  1. Max. Grösse des aasugabebereichs einstellen?
    Von Abanta im Forum Joomla Templates
    Antworten: 2
    Letzter Beitrag: 21.12.2005, 19:54

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein