Hallo iedereen, ik heb dringend paypal nodig
Kan ieman met mij mn 10 Paysafe ruilen tegen paypal?
Posts by R.H user removed
-
-
Hallo iedereen, ik heb via teamviewer bij een vriend gezien, dat de layout +- dubbel wordt weer gegeven in IE en ook dat sommige opties niet werken...
dit is mijn css:PHP
Toon Meerhr{ width: 555px; } .hr{ width: 557px; height:1px; background-image: url('images/layout/hr_blauw.png'); } body { background-image: url('images/layout/background.png'); width: 100%; position: absolute; top: 0; left: 0; font-size: 15px; } .header { background-image: url('images/layout/header.png'); width: 960px; height: 115px; margin: 0px auto; margin-top: 30px; } .logo { background-image: url('images/layout/logo-tekst.png'); width: 230px; height: 140px; float: left; margin-left: -50px; margin-top: -30px; } .advertentie { width: 468px; height: 69px; float: left; margin-top: 20px; margin-left: 50px; } .mascotte { background-image: url('images/layout/mascotte.png'); width: 242px; height: 181px; float: right; margin-top: -30px; z-index:-1; } .content { background-image: url('images/layout/content_bg.png'); width: 960px; height: 779px; margin: 0px auto; } .bar { background-image: url('images/layout/nieuws-strook.png'); width:958px; height:35px; margin: 0px auto; font-family: Verdana; color: white; font-size: 12px; } .right_menu { width:177px; height:273px; margin-top: 30px; margin-left: 592px; background-image: url('images/layout/menu.png'); } .left_menu { width:177px; height:273px; margin-top: 30px; margin-left: 7px; background-image: url('images/layout/menu.png'); } ul { list-style-image: url('images/layout/menu_pijl.png'); } li { border-bottom: 1px dotted grey; width:100px; } .mid { margin-top: 0px; margin-left: 200px; } .center { width: 468px; height: -69px; float: left; margin-top: -580px; margin-left: 16px; } .stats{ margin-top: 15px; margin-left: 2px; font-size: 15px; } .stats li { padding: 1px 0; float:right; } div.red { width: 557px; color: #DC0000; font-weight: bold; background: #FFE5DF; border: 1px solid #DC0000; margin: 0px 0px 10px 0px; padding: 5px 0px 5px 5px; -moz-border-radius: 6px; -webkit-border-radius:6px; } div.blue { width: 557px; color: #366BAF; font-weight: bold; background: #DFEFFF; border: 1px solid #366BAF; margin: 0px 0px 10px 0px; padding: 5px 0px 5px 5px; -moz-border-radius: 6px; -webkit-border-radius:6px; } div.green { width: 557px; color: #00a139; font-weight: bold; background: #dfffd6; border: 1px solid #7cb86c; margin: 0px 0px 10px 0px; padding: 5px 0px 5px 5px; -moz-border-radius: 6px; -webkit-border-radius:6px; } /* Tabellen */ .top_td{ height:25px; background-color:#D4D7E6; border-bottom: 1px dashed #354700; font-weight:bold; } .top_first_td{ height:25px; background-color:#D4D7E6; border-bottom: 1px dashed #354700; padding-left: 10px; font-weight:bold; }
Nu, ik snap niet goed hoe ik het kan opslossen, ik ben alleen dit teweten gekomen:
Bij de body dit:
margin-right: auto;
margin-right: auto;
Maar dit blijkt niet te helpen...Kan iemand misschien helpen?
u vindt de site hier:
"klik" -
Toestel erbij gezet
-
Hallo iedereen, bij de les Lo bij het omkleden is mijn telefoon op de grond gevallen (hij stond af)
En na school toen ik hem probeerde opzetten blijft het start scherm hangen
(SAMSUNG mob!le).
Ik heb het toestel al verschillende keren batterij eruit gehaald en opnieuw proberen opstarten (want afsluiten gaat ook niet) maar lukt niet.Weet iemand of mijn toestel nog kan werken of ik best een nieuwe koop?
-
Kan niet naar 3? iemand die hint heeft
-
Wat zou dan de goede oplossing zijn?
-
idd bedankt!
-
-
K.Rens; heb de height-30 weg gehaald, en ook de height:25px; bij de top_td en de top_first_td maar is hetzelfde..
dat is voor de grote van de grijze strook die top_td en top_first_tdEn het niet bold gedeelte (de silver) wordt groter weer gegeven...
-
Hallo iedereen,
ik zit een beetje vast met de opmaak van mijn site, namelijk bij het invoeren van een table toont hij de tekst niet zoals op andere pagina's... bv. er zit teveel wit ruimte tussen de 2e regels en lettertype is de groot, dit is alleen bij een table..demo:
klikhoe kan ik dit oplossen?
De pagina waar het dus voorkomtPHP
Toon Meer<b>Hier kan je hout verzamelen!</b> Hier kan je om de 2u hout hakken! <div class="hr"></div> <table width="500" font="14px" border="0" cellpadding="0" cellspacing="0"> <tr width="500"> <td width="250" height="-30" class="top_first_td"><b>Omschrijving</b></td> <td width="100" height="-30" class="top_td"><b>Aantal</b></td> <td width="120" height="-30" class="top_td"><b>Maak</b></td> </tr> </table> <form method="post"> <table width="500"> <tr width="500"> <td width="250" height="-30" align="left">100 hout</td> <td width="100" height="-30" align="left"><img src="images\icons\silver.png" border="0" alt="Silver" title="Silver" /> 1.000</td> <td width="120" height="-30" align="right"><input type="image" src="/images/icons/buypremium.gif" name="ruil3" value="Buy" /></td> </tr> </table> </form> <form method="post"> <table width="500"> <tr width="500"> <td width="250" height="-30" align="left">500 hout</td> <td width="100" height="-30" align="left"><img src="images\icons\silver.png" border="0" alt="Silver" title="Silver" /> 5.000</td> <td width="120" height="-30" align="right"><input type="image" src="/images/icons/buypremium.gif" name="ruil4" value="Buy" /></td> </tr> </table> </form>
css:
PHP
Toon Meerhr{ width: 555px; } .hr{ width: 557px; height:1px; background-image: url('images/layout/hr_blauw.png'); } body { background-image: url('images/layout/background.png'); width: 100%; position: absolute; top: 0; left: 0; font-size: 15px; } .header { background-image: url('images/layout/header.png'); width: 960px; height: 115px; margin: 0px auto; margin-top: 30px; } .logo { background-image: url('images/layout/logo-tekst.png'); width: 230px; height: 140px; float: left; margin-left: -50px; margin-top: -30px; } .advertentie { width: 468px; height: 69px; float: left; margin-top: 20px; margin-left: 50px; } .mascotte { background-image: url('images/layout/mascotte.png'); width: 242px; height: 181px; float: right; margin-top: -30px; z-index:-1; } .content { background-image: url('images/layout/content_bg.png'); width: 960px; height: 779px; margin: 0px auto; } .bar { background-image: url('images/layout/nieuws-strook.png'); width:958px; height:35px; margin: 0px auto; font-family: Verdana; color: white; font-size: 12px; } .right_menu { width:177px; height:273px; margin-top: 30px; margin-left: 592px; background-image: url('images/layout/menu.png'); } .left_menu { width:177px; height:273px; margin-top: 30px; margin-left: 7px; background-image: url('images/layout/menu.png'); } ul { list-style-image: url('images/layout/menu_pijl.png'); } li { border-bottom: 1px dotted grey; width:100px; } .mid { margin-top: 0px; margin-left: 200px; } .center { width: 468px; height: -69px; float: left; margin-top: -580px; margin-left: 16px; } .stats{ margin-top: 15px; margin-left: 2px; font-size: 15px; } .stats li { padding: 1px 0; float:right; } div.red { width: 557px; color: #DC0000; font-weight: bold; background: #FFE5DF; border: 1px solid #DC0000; margin: 0px 0px 10px 0px; padding: 5px 0px 5px 5px; -moz-border-radius: 6px; -webkit-border-radius:6px; } div.blue { width: 557px; color: #366BAF; font-weight: bold; background: #DFEFFF; border: 1px solid #366BAF; margin: 0px 0px 10px 0px; padding: 5px 0px 5px 5px; -moz-border-radius: 6px; -webkit-border-radius:6px; } div.green { width: 557px; color: #00a139; font-weight: bold; background: #dfffd6; border: 1px solid #7cb86c; margin: 0px 0px 10px 0px; padding: 5px 0px 5px 5px; -moz-border-radius: 6px; -webkit-border-radius:6px; } /* Tabellen */ .top_td{ height:25px; background-color:#D4D7E6; border-bottom: 1px dashed #354700; font-weight:bold; } .top_first_td{ height:25px; background-color:#D4D7E6; border-bottom: 1px dashed #354700; padding-left: 10px; font-weight:bold; }
-
Ja, het had niets met query te maken maar met de quotes
-
Ik krijg geen error code ofzo, alleen laad hij als afbeelding
http://multihacks.be/images/draken/icons/
in plaats van de icon -
M.Beers @Fils allebij al getest, maar lukt niet
-
Ja
@FilsWat er geladen wordt is een getal bv. 1
Dan is het /images/draken/icons/1.png dat geladen moet worden -
Hallo iedereen, ik en nog een paar vrienden waaronder Reza weten niet hoe het komt, maar de image die ik wil laten laden uit database wordt niet getoont...
code:
PHP
Toon Meer<?php session_start (); //pagina opbouw $page = $_GET['page']; if(empty($page)) $page = 'home'; //database connect include_once('config.php'); #Controleren van de hash. #Is de has niet goed dan uitloggen en inloggen opnieuw laden if ($_SESSION['hash'] <> $md5hash) include('logout.php'); //gebruikers gegevens laden $gebruikers = mysql_fetch_assoc(mysql_query("SELECT * FROM users WHERE login = '".$_SESSION['login']."'")); //ervaring systeem $icon = mysql_query("SELECT wild_id FROM users_draken WHERE login = '".$_SESSION['login']."'"); ?> <html> <head> <link href="css.css" type="text/css" rel="stylesheet" /> <title>Dragon Place</title> </head> <body> <div class="header"> <div class="logo"></div> <div class="advertentie"><img src="images/layout/banner_strookje.png" /></div> <div class="mascotte"></div> </div> <div class="content"> <div class="bar"> <div style="margin-top:8px; margin-left:20px; float:left;"><b>Ash</b> Schreef:</div> <div style="margin-top:8px; margin-left:120px; float:left;">Bericht 1</div> <div style="margin-top:-30px; margin-left:800px; float:left; border-radius:5px; background-image: url('images/layout/box_red.png');"><input type="post" name="bericht" value="Jouw Bericht" style="background: transparent; border: transparent; color:white;" width="20px"></div> </div> <?php if(empty($_SESSION['login'])){ ?> <div style="float:left;"> <div class="left_menu"> <img src="images/layout/login-koptekst.png"> <ul> <li><a href="?page=home"><font color=black>Home</font></a></li> <li><a href="?page=login"><font color=black>Login</font></a></li> <li><a href="?page=register"><font color=black>Register</font></a></li> <li><a href="iframe.html"><font color=black>Voorbeeld</font></a></li> <li><a href="iframe.html"><font color=black>Voorbeeld</font></a></li> <li><a href="iframe.html"><font color=black>Voorbeeld</font></a></li> </ul> </div> <div class="left_menu"> <img src="images/layout/login-koptekst.png"> <ul> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> </ul> </div> </div> <div style="float:left;"> <div class="right_menu"> <img src="images/layout/login-koptekst.png"> <ul> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> </ul> </div> <div class="right_menu"> <img src="images/layout/login-koptekst.png"> <ul> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> </ul> </div> <? } else { ?> <div style="float:left;"> <div class="left_menu"> <img src="images/layout/login-koptekst.png"> <ul> <li><a href="?page=logout"><font color=black>Logout</font></a></li> <li><a href="?page=start"><font color=black>Home</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> </ul> </div> <div class="left_menu"> <img src="images/layout/login-koptekst.png"> <ul> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> </ul> </div> </div> <div style="float:left;"> <div class="right_menu"> <img src="images/layout/login-koptekst.png"> <div class="stats"> <img src="images/icons/user.png"><font color=black> Username: <b><?php echo"".$gebruikers['login'].""; ?></b></font><br /> <img src="images/icons/silver.png"><font color=black> Silver: <b><?php echo"".$gebruikers['geld'].""; ?></b></font><br /> <img src="images/icons/bank.png"><font color=black> Bank: <b><?php echo"".$gebruikers['bank'].""; ?></b></font><br /> <img src="images/icons/ervaring.png"><font color=black> Ervaring: <b><?php echo"".$gebruikers['ervaring'].""; ?></b></font><br /> <img src="images/icons/ruby.gif"><font color=black> Gems: <b><?php echo"".$gebruikers['gems'].""; ?></b></font> </div> <ul> <li><?php echo'<img src="images/draken/icons/"'.$icon.'".png" width="32" height="32">'; ?></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> </ul> </div> <div class="right_menu"> <img src="images/layout/login-koptekst.png"> <ul> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> <li><a href="vb-a.html"><font color=black>voorbeeld 1</font></a></li> </ul> </div> <?php } ?> <div class="center"> <?php include($page.'.php'); ?> </div> </div> </div> </body> </html>
-
Oke, ik ga proberen deze te krijgen, ik weet ook niet waarom Azerty, maar hier in onze omgeving is het bijna altijd Azerty
Blijkbaar is de actie niet meer
Kan iemand helpen zoeken? ik weet niet goed hoe ik zo iets makkelijk zoek, een goede laptop met prijs tussen 0-499 euro
Op bol.com of winkels in oost vlaanderen -
Ja ben ik ook van plan enige probleem is Toetsenbord, Qwerty kan dit geweizigd worden?
Ik moet voor school Azerty leren -
Stond in een blaadje van Aldi,
Maar WoW, COD, BF ben ik niet van plan te gaan spelen, het is eerder voor maken van websites, (rpg,ect)
Sommige RPG's te spelen, en MineCraft)Verder ook voor mails te lezen, ..
Maar eigenlijk niet zo van die games -
Hallo iedereen, ik vond een laptop en wou even weten of deze goed genoeg zou moeten zijn, om vele dingen te doen, (waaronder ook MineCraft).
Medion Akoya MD 99070 (499 euro, 3 jaar garantie)
- 39,6 cm/15,6" breedbeeldscherm met HD-resolutie van 1366x768 pixels en led-backlighttechnologie
- Intel Core i3-3110M-processor met geïntegreerde grafische functies (2,40GHz, 3MB Intel Smart Cache, Intel Hyper Threading-technologie)
- 1000 GB harde schijf (S-ATA)
- 4 GB DDR3 SDRAM-werkgeheugen
- utgebreid softwarepakket o.a. Original Windows 8
- High Definition Audio met 2 luidsprekers
- multi-standaard dvd/cd-brander
- ingebouwde wifi b/g/n en bluetooth 4.0
- Ingebouwde HD-webcam en microfoon
- Krachtige Li-ion accu met 6 cellen
- talrijke aansluitmogelijkheden met o.a. 2x USB 3.0, 2x USB 2.0, 1x HDMI, multikaartlezer, enz
- gewicht: ca. 2,8 kg (incl. accu)
-
Oke, ik snapte het niet goed, nu wel hier kan slotje op