Register for your free account! | Forgot your password?

Go Back   elitepvpers > The Black Market > elite*gold Trading
You last visited: Today at 23:11

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Programmierer gesucht - Biete egold

Discussion on Programmierer gesucht - Biete egold within the elite*gold Trading forum part of the The Black Market category.

Closed Thread
 
Old   #1

 
.Dave''s Avatar
 
elite*gold: 35
The Black Market: 137/0/4
Join Date: May 2011
Posts: 3,757
Received Thanks: 486
Programmierer gesucht - Biete egold

Hallo,
und zwar steh ich im Moment glaube auf dem Schlauch oder mir fehlt einfach irgendwas im Code.

Ich möchte im folgenden Bild den Box-Name und Box-Field mittig haben.



PHP Code:
PHP Code:
    <div style="margin:0px auto;margin-top:20px; width:475px; height: 352px;">
    <
div id="contact-box">
        <
H2>Kontakt</H2>
            
Über dieses Formular können Sie mich erreichen.
        <
br />
        <
br />
            <
div id="contact-box-name" style="margin-top:20px;">Vorname:</div>
            <
div id="contact-box-field" style="margin-top:20px;"><input name="q" class="form-login" title="Vorname" value="" size="30" maxlength="2048" /></div>
            <
div id="contact-box-name">Nachname:</div>
            <
div id="contact-box-field"><input name="q" class="form-login" title="Nachname" value="" size="30" maxlength="2048" /></div
CSS-Code:
Code:
#contact-box {
	width:533px;
	height: 741px;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../img/contact-box-backg.png) no-repeat left top;
}

#contact-box img {
	border:none;
}

#contact-box h2 {
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


#contact-box-name {
	float: left;
	display:inline;
	width:142px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 0 0;
}

#contact-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}
Der, der den Fehler findet bekommt bis zu 10 egold, je nach dem ob es viel oder wenig zu ändern war.
.Dave' is offline  
Old 12/10/2013, 17:53   #2 Trade Status: Unverified(?)
 
elite*gold: 14
The Black Market: 247/0/0
Join Date: Dec 2010
Posts: 6,026
Received Thanks: 987
PHP Code:
<div style="margin:0px auto;margin-top:20px; width:475px; height: 352px;">
    <
div id="contact-box">
        <
H2>Kontakt</H2>
            
Über dieses Formular können Sie mich erreichen.
        <
br />
        <
br />
    <
div align="center">
            <
div id="contact-box-name" style="margin-top:20px;">Vorname:</div>
            <
div id="contact-box-field" style="margin-top:20px;"><input name="q" class="form-login" title="Vorname" value="" size="30" maxlength="2048" /></div>
            <
div id="contact-box-name">Nachname:</div>
            <
div id="contact-box-field"><input name="q" class="form-login" title="Nachname" value="" size="30" maxlength="2048" /></div>
    </
div
sollte klappen
play with fire is offline  
Old 12/10/2013, 17:54   #3 Trade Status: Unverified(?)
 
mhaendler's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 1,826
Received Thanks: 226
Code:
div style="margin:0px auto;margin-top:20px; width:475px; height: 352px;">
    <div id="contact-box">
        <H2>Kontakt</H2>
            Über dieses Formular können Sie mich erreichen.
        <div class="center">
            <div id="contact-box-name" style="margin-top:20px;">Vorname:</div>
            <div id="contact-box-field" style="margin-top:20px;"><input name="q" class="form-login" title="Vorname" value="" size="30" maxlength="2048" /></div>
            <div id="contact-box-name">Nachname:</div>
            <div id="contact-box-field"><input name="q" class="form-login" title="Nachname" value="" size="30" maxlength="2048" /></div> 
            </div>
HTML CODE

CSS CODE
[CODE]
.center{
margin: 0 auto;
width: 300px;
[CODE]

Sollte funktionienren bitte den Code editieren, ich weiß die Größe gerade nicht bzw. habs nicht getestet, allerdings müsstest du dann nur die "width: 300px" auf die Breite aktualisieren die passt

Gruß
mhaendler is offline  
Old 12/10/2013, 18:13   #4

 
.Dave''s Avatar
 
elite*gold: 35
The Black Market: 137/0/4
Join Date: May 2011
Posts: 3,757
Received Thanks: 486
Quote:
Originally Posted by clanstark View Post
PHP Code:
<div style="margin:0px auto;margin-top:20px; width:475px; height: 352px;">
    <
div id="contact-box">
        <
H2>Kontakt</H2>
            
Über dieses Formular können Sie mich erreichen.
        <
br />
        <
br />
    <
div align="center">
            <
div id="contact-box-name" style="margin-top:20px;">Vorname:</div>
            <
div id="contact-box-field" style="margin-top:20px;"><input name="q" class="form-login" title="Vorname" value="" size="30" maxlength="2048" /></div>
            <
div id="contact-box-name">Nachname:</div>
            <
div id="contact-box-field"><input name="q" class="form-login" title="Nachname" value="" size="30" maxlength="2048" /></div>
    </
div
sollte klappen

Nein.

Quote:
Originally Posted by dealaking View Post
Code:
div style="margin:0px auto;margin-top:20px; width:475px; height: 352px;">
    <div id="contact-box">
        <H2>Kontakt</H2>
            Über dieses Formular können Sie mich erreichen.
        <div class="center">
            <div id="contact-box-name" style="margin-top:20px;">Vorname:</div>
            <div id="contact-box-field" style="margin-top:20px;"><input name="q" class="form-login" title="Vorname" value="" size="30" maxlength="2048" /></div>
            <div id="contact-box-name">Nachname:</div>
            <div id="contact-box-field"><input name="q" class="form-login" title="Nachname" value="" size="30" maxlength="2048" /></div> 
            </div>
HTML CODE

CSS CODE
[CODE]
.center{
margin: 0 auto;
width: 300px;
[CODE]

Sollte funktionienren bitte den Code editieren, ich weiß die Größe gerade nicht bzw. habs nicht getestet, allerdings müsstest du dann nur die "width: 300px" auf die Breite aktualisieren die passt

Gruß
Nein
.Dave' is offline  
Closed Thread


Similar Threads Similar Threads
Mw3 Namefaker gesucht biete 47 egold
07/27/2013 - elite*gold Trading - 3 Replies
topic^ er soll natürlich noch gehen^^
Suche Programmierer für ein Projekt|Biete 50 euro Paypal oder egold
04/13/2013 - Coders Trading - 7 Replies
Huhu all, und zwar suche ich jemanden, der für mich ein Programm schreiben kann, es geht um ein Spiel von gpotato und es geht um SponsorPay und Supersonic Ads und sowas, genaueres würde ich gerne persönlich mit einem besprechen, wenn das Programm meinen Vorstellungen entspricht zahle ich 50 euro oder mein ganzes egold. Falls noch Fragen sind einfach pmen. Euer Gambler92
Suche Programmierer Biete Paypal/eGold
02/08/2013 - elite*gold Trading - 10 Replies
Heyho. Ich suche jemanden der genug Ahnung hat mir ein Programm zu schreiben. Einen Account Creator für Facebook oder Youtube. Addet mich in skype: fluxdeluxe
[Suche] Programmierer für ein Tool [Biete] paysafecard oder egold
11/21/2011 - Trading - 17 Replies
Suche einen Programmierer, der mir ein kleines Hilfsprogramm programmiert. Näheres bei mir. Über die Bezahlung reden wir, wenn ihr zu gesagt habt. Die Schnelligkeit spielt auch eine Rolle.
[Biete] Hochwertiges Download System für Programmierer und nicht Programmierer
09/01/2011 - Trading - 2 Replies
Hallo Ich biete euch ein Hochwertiges Download System an (.Net Sprachen sowie CPP). Hier erstmal ein Screen des Klassen Diagramms: http://img233.imageshack.us/img233/389/downloadsy stem.png Es hat folgende Features: Erstellen einer neuen DownloadSystem Instance



All times are GMT +2. The time now is 23:11.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.