basti1012.bplaced.net

Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
    Hallo Forum, ich brauche dringend Hilfe. Ich bin unwissender Laie und ich komme nicht weiter. Hab auf unserer Firmenseite ein Forum erstellt und hierfür ein grafisches Menü mit links zu Kategorien hinterlegt. Nun habe ich das Problem, dass bei klick auf das Menü der link im Frame aufgeht. Das ist doof und das möchte ich nicht. Kann mir jemand sagen, wo ich was einfügen muss, damit der link entweder in einer neuen Seite oder auf der ganzen Seite öffnet.

    Code

                                        
                                    <style>
      #zitat-main {
        width: 85%;
        margin: 0 auto;
        margin-top: 1em;
        display: flex;
        display: -webkit-flex;
        display: -ms-box;
        flex-flow: row wrap;
        justify-content: space-around;
        background: #eee;
        border: 1px solid #e5e5e5;
        padding: 0;
      }
    #zitat-main .containers {
        flex-basis: 30.5%;
        flex-grow: 0;
        flex-shrink: 1;
        background: #fff;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        padding: 0;
        border: 1px solid #e5e5e5;
        padding: 0.5em;
    }
    #zitat-main .containers .cont-middle {
        display: block;
        padding-top: 1.5em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        margin: 0.5em auto;
        min-height: 150px;
        width: 100%;
        text-align: center;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    #zitat-main .containers .cont-middle q {
        font-family: 'Roboto',sans-serif;
        font-weight: 300;
        color: #444;
        width: 220px;
        font-size: 0.95em;
        display: inline-block;
        word-wrap: break-word;
        text-align: justify;
        line-height: 1.7;
    }
      
    </style>
    <article id="zitat-main">
    <section class="containers">
    <section class="cont-middle"><q>hallo  alle  mann ich versuche gerade ein text zggggu schreiben und mal zu sehen was passiert</q></section>
    </section>
    </article>