tutorials.de Buch-Aktion 05/2012
ERLEDIGT
NEIN
ANTWORTEN
1
ZUGRIFFE
943
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
AUF DIESES THEMA
ANTWORTEN
  1. #1
    ontheway ontheway ist offline Grünschnabel
    Registriert seit
    Sep 2004
    Beiträge
    4
    Hallo, hab bei Dreamweaver eine Framevorlage erstellt, ganz simpel bestehend aus einem Head und einem Body. Nun möchte den Head-Frame von der Höhe her verkleinern. Allerdings ändert der sich absolut nicht. Im Layout-Modus lässt sich der Rand auch nicht anfassen und egal, was für Größen ich in den Frame-Eigenschaften angebe - die Höhe lässt sich nicht mehr verändern. Woran könnte das liegen?

    Quellentext vom oberen Frame (Header):

    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
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    
    <html>
    <head>
    <title>ontheway.de</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="Templates/hintergrund.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <!--
    body {
        background-image:  url(Bilder/ontheway-background_01.jpg);
        background-position:center;
        margin-left: 0px;
        margin-top: 0px;
        background-color: #CECECE;
        margin-right: 0px;
        margin-bottom: 0px;
        vertical-align:top;
        
    }
     
    body,td,th {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #FFFFFF;
        font-weight: bold;
    }
    a:link {
        color: #FFFFFF;
        text-decoration: none;
    }
    a:visited {
        text-decoration: none;
        color: #FFFFFF;
    }
    a:hover {
        text-decoration: underline;
        color: #FFFFFF;
    }
    a:active {
        text-decoration: none;
        color: #FFFFFF;
    }
    .Stil12 {
        font-style: italic;
        font-size: 12;
        font-weight: normal;
    }
    .Stil13 {
        font-style: normal;
        font-size: 10px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
    }
    .Stil15 {
        font-size: 12px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-style: normal;
    }
    </style></head>
     
    <body>
    <div align="center" >
      <table width="601" height="72" border="0">
        <tr>
          <td width="595" height="68" align="center" valign="bottom"><div align="center" class="Stil12"><span class="Stil15"><a href="body.html" target="mainFrame">start</a><img name="test" src="transparent.gif" width="10" height="10" alt=""><a href="http://frauke101.blogspot.com/" target="mainFrame">news (deutsch)</a> <img name="test" src="transparent.gif" width="10" height="10" alt=""><a href="http://frauke100.blogspot.com/" target="mainFrame">news (english)</a> <img name="test" src="transparent.gif" width="10" height="10" alt="">gallery <img name="test" src="transparent.gif" width="10" height="10" alt="">connections <img name="test" src="transparent.gif" width="10" height="10" alt=""><a href="http://108106.iboox.com" target="mainFrame">guestbook</a> </span><span class="Stil13"><br>
          </span></div></td>
        </tr>
      </table>
    </div>
    </body>
    </html>
     

  2. #2
    Maik Tutorials.de Gastzugang
    Hi,

    wie lautet denn der Quellcode für das Frameset, in dem die Höhen festgelegt sind?

    Das Dokument mit den Links, die auf einen Frame namens mainFrame zielen, ist da wenig aussagekräftig.
     

Ähnliche Themen

  1. Dreamweaver - Frames -> Hyperlink
    Von Pync im Forum HTML-Editoren
    Antworten: 8
    Letzter Beitrag: 12.11.08, 12:00
  2. Antworten: 0
    Letzter Beitrag: 22.05.08, 13:11
  3. Dreamweaver MX2004 Tabellen höhe problem
    Von Jack-ONeill im Forum HTML-Editoren
    Antworten: 3
    Letzter Beitrag: 01.01.06, 22:38
  4. Antworten: 0
    Letzter Beitrag: 09.01.05, 20:46
  5. i-frames in Dreamweaver
    Von vF-TheOne im Forum HTML-Editoren
    Antworten: 0
    Letzter Beitrag: 28.04.04, 16:18