Je suis jeune et je suis développeur web fullstack

HTML & CSS sur OpenClassroom a 13 ans. Après des jours de galère j'ai reussis a comprendre un peu comment fonctionnent les choses et j'ai commencé a faire mes premières

5
Integration de bootstrap dans cakephp

Html->meta('icon'); echo $this->Html->css( array( //'bootstrap.min', 'bootstrap' //, //'docs' //, //'font-awesome' //, //'style' //, //'cake.generic', //'signin' ) ); echo $this->Html->script( array( 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js', 'bootstrap.min', ), array('block' => 'scriptBottom') ); ?> body { padding-top: 40px; padding-bottom: 40px; background-color: #f5f5f5; } .form-signin { max-width: 300px; padding: 19px 29px 29px; margin: 0 auto 20px; background-color: #fff; border: 1px solid #e5e5e5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05); box-shadow: 0 1px 2px rgba(0,0,0,.05); } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin input[type="text"], .form-signin input[type="password"] { font-size: 16px; height: auto; margin-bottom: 15px; padding: 7px 9px; }

3
Background pour barre de nav

html et css depuis peu j'essaye d'apprendre et j'aime beaucoup sa. J'ai chercher comment faire une barre de navigation pour mon site internet qui soit fixe

0
Créer son Webdesign

faire son Webdesign ? Faire des images séparés avec Photoshop et les adaptés sur notre structure HTML&CSS ou faire la structure sous photoshop et découpé pour adapter en HTML&CSS ? Anthony

12
Cakephp1.3 route plugin non reconnue

Html->link('Metas', array('plugin'=>true,'plugin'=>'metas','controller' => 'metas', 'action' => 'index'),array('escape'=>false))) ?> et j'ai testé aussi :

4
liens interne en sur image .svg

html (j'arrive pas à le mettre en background css). HTML ``` ``` Le .svg est très grand, mais le lien est ici: Merci de votre aide! PS: je sens que le prochain

1
input vide mal interprété

result1) { var result1=result1; var listing=' '+result1+' ' if(result1=="") { $('.list').html(); } else { $('.list').html(listing); } } }); } }); merci d'avance pour votre aide. FLO

1
Generation de pdf en asynchrone en utilisant KnpSnappyBundle

html = $this->renderView('direction-scolarite/scolarite/cartes-scolaires.html.twig', [ "annee" => $annee, "classe" => $classe, "eleves" => $eleves, 'annexe' => $annexe, 'expiration' => $expiration, 'dateNaissanceAr' => $dateNaissanceAr, 'libelleAnneeAr' => $libelleAnneeAr, 'server' => $_SERVER["DOCUMENT_ROOT"], ]); // $this->snappy->getOutputFromHtml($html, $options); return

0
Comment placer le script de la vue après ceux du layout ?

Html->script('jquery', array('inline'=>false)) ; echo $this->Html->script('bootstrap', array('inline'=>false)); ?> /code] et celui-ci dans la vue : [code]

3
La page de personnalisation du site web ne veut pas charger

html_type') . '; charset=' . get_option('blog_charset')); wp_user_settings(); _wp_admin_html_begin(); $body_class = 'wp-core-ui wp-customizer js'; if ( wp_is_mobile() ) : $body_class .= ' mobile'; ?>

3