Réactualisation des image

sais pas si cakephp contient un cache pour les image, donc je me tourne vers vous afin de savoir si il contien un cache ou le supprimer ? Merci d'avance

7
Nouveau Tinymce 4 et image manager

image manager" autre que leur fichu script a 100€ "moxiemanager" ... J'ai bien essayer de "récupérer" le minimum vital depuis la démo (tinymce.com) pour le faire tourner mais y'a pas moyen

9
Comment intégrer des images dans le corps d'un mail en PHP

image png et une icone en PHP, Voici la partie message de mon code : $header = "MIME-Version: 1.0\r\n"; $header.= 'From:"alpha@domaine"'."\n"; $header.= 'Content-Type:text/html; charset

11
Question cache image

raisons. Si un membre se désinscrit son pseudo reste ok, mais son avatar aura été supprimé donc on a une image brisée non ? Si oui comment contrer cela ? Merci pour vos lumières.

3
Mon image ne s'affiche pas [xHTML/CSS]

image ne s'affiche pas avec mon code HTML et CSS. Les voici : #login-content { background: url(../images/login.png) no-repeat; height : 163px; width : 315px; position : absolute; left : 250px; top : 320px

4
IE et mes images, une histoire d'amour

image est présente sous ie alors que chez les autres, tout est nickel ... Alors qu'elles ont tous le même procédé d'intégration. J'ai testé plusieurs choses qui étaient

2
insertion une image avec TinyMCE

problém s'est l'orsque le clik sur le botton browser aucun affichage de mon page d'edition d'image méme si je mes dans le file lien de google voici mon script tinyMCE.init({ // General options mode : "specific_textareas", editor_selector :"wysiwyg", theme : "advanced", plugins : "autolink,lists,spellchecker,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template", // Theme options theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor", theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen", theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,spellchecker,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,blockquote,pagebreak,|,insertfile,insertimage", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : true, // Skin options skin : "o2k7", skin_variant : "silver", file_browser_callback:'fileBrowser' }); function fileBrowser(field_name, url, type, win){ tinyMCE.activeEditor.windowManeger.open({ file:'', title: 'Gallerie', width:420, height:400, resizable:'yes', inline: 'yes', close_previous: 'no' },{ window :win, input:field_name }); return false; }

2
Flou d'image

Bonjour, Je cherche à réaliser un flou sur une image pour un site internet . Enfin, j'aimerais obtenir l'effet suivant : ![](https://gathercontent.com/assets/img/homepage/hero/hero-wide-opt.jpg) Savez vous comment procéder ?

4
Assigner plusieurs background-images à une class

image propre. Sachant que chaque bloc à la même class, je pensais passer par Javascript mais mon code ne fonctionne pas. Pourriez-vous m'aider ? **CSS** ``` .selecta { width: 200px; height

1
liip imagine ne me génère pas d'images

images il n'y a pas de dossier media/cache/... et voici mon code dans le fichier liip_imagine.yaml ``` liip_imagine: # valid drivers options include "gd" or "gmagick" or "imagick" driver: "gd" filter

0