Hallo,
ich möchte gerne mein Textfeld verändern. Und zwar möchte ich oben und unten ein Bild an das Textfeld einbinden, so das es nach einem Rahmen aussieht.
Ich stelle mir das so in etwa vor:
Ein Bild, das so ähnlich ist wie dieses, über das Textfeld:
Und dieses soll unter das Textfeld:
Könnte ich das nicht in meinem Textfeld/Seiteninhalt Code eingeben? Pro Seite jedes Bild einzufügen wäre wohl zu viel Arbeit. Wenn es nicht anders geht, würde ich es natürlich auch machen.
Hier mein Textfeld Code:
Code: /* Textfeld / Seiteninhalt */
#content {
margin-top: px;
margin-bottom: 20px;
width: 560px;
padding: 20px;
color: #ffffff;
font-size: 14px;
font-family: arial;
text-align: left;
float: right ;
background-color: #;
background-image: url();
border: px solid #c9c9c9;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px; }