Seite breiter machen?
Verfasst: 03.12.2009 18:22
Hallo,
Ich möchte meine Seite bzw. Design breiter machen wo muss ich das machen?
Ich möchte meine Seite bzw. Design breiter machen wo muss ich das machen?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Luuq hat geschrieben:Hallo,
einige Angaben mehr, wären nicht schlecht?
Welches Theme nutzt du? Wie ist der Link zu deinem Forum?
Luuq
Code: Alles auswählen
/* Main blocks
---------------------------------------- */
#wrap {
padding: 0 0px;
min-width: 650px;
width: 770px;
margin: 0 auto;
}
Code: Alles auswählen
<div class="left-box"><label for="export_option">{L_EXPORT_FOLDER}: <select name="export_option" id="export_option"><option value="CSV">{L_EXPORT_AS_CSV}</option><option value="CSV_EXCEL">{L_EXPORT_AS_CSV_EXCEL}</option><option value="XML">{L_EXPORT_AS_XML}</option></select></label> <input class="button2" type="submit" name="submit_export" value="{L_GO}" /><br /></div>
Code: Alles auswählen
<br />
Code: Alles auswählen
<div class="left-box"><label for="export_option">{L_EXPORT_FOLDER}: <select name="export_option" id="export_option"><option value="CSV">{L_EXPORT_AS_CSV}</option><option value="CSV_EXCEL">{L_EXPORT_AS_CSV_EXCEL}</option><option value="XML">{L_EXPORT_AS_XML}</option></select></label> <input class="button2" type="submit" name="submit_export" value="{L_GO}" /><br /></div>
Code: Alles auswählen
<div class="left-box"><label for="export_option">{L_EXPORT_FOLDER}: <select name="export_option" id="export_option"><option value="CSV">{L_EXPORT_AS_CSV}</option><option value="CSV_EXCEL">{L_EXPORT_AS_CSV_EXCEL}</option><option value="XML">{L_EXPORT_AS_XML}</option></select></label> <input class="button2" type="submit" name="submit_export" value="{L_GO}" /><br /></div>
<div class="left-box"><select name="mark_option">{S_MARK_OPTIONS}{S_MOVE_MARKED_OPTIONS}</select> <input class="button2" type="submit" name="submit_mark" value="{L_GO}" /></div>