Webseite – die besten Beiträge

Verbindung Freundschaft schwarzer Hintergrund css code?

Hallo. Wir haben folgendes Problem. Wir haben alles schwarzer Hintergrund gemacht mit grau und weißer Schrift. leider fehlt uns ein Teil ( siehe bild ) kann uns jemand helfen und den code machen den wir hinzufügen können das auch der Teil schwarz ist und weiße Schrift?

das ist unser css code:

div.memberList .memberInfos { 

background-image: none; /* kein Hintergrundbild */

background-color: #000000; /* Hintergrundfarbe schwarz */

color: #696969; /* Schriftfarbe mattes grau*/

}

#profileInfos table.profileTable { background-color: #000000; }

.profileTable .label, .profileTable td, .profileTable td * { color: #696969!important; } #profileInfos h4.sub_head { color: #696969!important; }

}

}/* - - - Profil - - - */ #profileDetails, #profileStats, #profileAdvanced { background-image: none; background-color: #000; color: #696969!important; } #profileInfos .box2 td, #profileInfos .box2 td span, #profileInfos .box2 td strong, #profileInfos .box2 td a { color: #696969!important;}

}

.profileOptionsTitle, #profileOptions ul li a, #profileAdminOptions ul li a { background-color: #000!important; color: #fff!important; } #profileOptions, #profileOptions ul li { padding: 0; } #profileOptions, #profileAdminOptions { border: 1px solid #fff; } #profileOptions, #profileOptions ul li { padding: 0; }

/* - - - Mitglieder-Liste - - - */ div.memberList .memberListItem { border: 2px solid #fff; background-color: #fff; } div.memberList .memberInfos { background-image: none; background-color: #000; color: #fff; } div.memberList .memberInfos td { color: #fff!important; } div.memberList .memberOptions a { color: #fff!important; }

---

das auf dem bild das weiße da wo steht bestätigen freund, das wollen wir auch schwarz und weiße schrift

lg

Bild zum Beitrag
Freizeit, Forum, Webseite

Website lädt Datei nicht hoch, warum?

Moin, kennt sich vielleicht jemand mit PHP und Html aus und weiß warum beim Upload der Datei nicht das Script "upload.php" ausgeführt wird? Versuche mich gerade beim Scripten, stehe allerdings gerade voll auf dem Schlauch... Danke!

<?php include 'header.php'; ?>
<?php
if(!isset($_SESSION['email'])){
  header('location:login.php');
  $target_file = $target_dir . basename($_FILES["fileToUpload"]["name"]);
}
 ?>
      <div class="breadcrumb">
        <div class="container">
            <a class="breadcrumb-item" href="index.php">Home</a>
            <span class="breadcrumb-item active">Welecome <?php echo $_SESSION['email'] ?></span>
            <span class="breadcrumb-item active">Upload Video</span>
        </div>
    </div>
    <section class="static about-sec">
        <div class="container">
            <h1>Upload Video</h1>
            <div class="form">
                <form class="" action="videoUpload.php" method="post">
                    <div class="row">
                        <div class="col-md-6">
                            <input type="hidden" name="id" value="">
                            <label for="name">Name of Video:</label>
                            <input type="text" name="name" value="" placeholder="Fantasy World" required>
                            <label for="video_url">Video URL</label>
                            <input type="file" name="video_url" required>
                            <label for="description">Description</label>
                            <input type="text" name="description" value="" placeholder="">
                            <label for="category">Category</label>
                            <select name="category">
                              <option value="Classic">Classic</option>
                              <option value="Adventerous">Adventerous</option>
                              <option value="Nature">Nature</option>
                              <option value="Others">Others</option>
                            </select>
                          </div>
                        </div>
							<div class="col-lg-8 col-md-12">
							<form action="upload.php" method="post" enctype="multipart/form-data">
							<input type="submit" class="btn black" value="Upload Image" name="submit">
							</form>
                        </div>
                    </div>
                </form>
            </div>
        </div>
    </section>


    <?php include 'footer.php';?>
HTML, Webseite, HTML5, Code, Datenbank, MySQL, PHP, Programmiersprache, Webdesign, Webentwicklung

Meistgelesene Beiträge zum Thema Webseite