Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 15
  1. #1
    Utente di HTML.it
    Registrato dal
    Sep 2010
    Messaggi
    63

    potreste tradurmi questo codice html/css in php?

    non conosco il php e dovrei aggiungere un container al guestbook del mio sito
    potreste tradurmi questo codice html/css in php?

    html

    <div id="wrapper">
    <div id="leftborder">
    <div id="rightborder">
    <div id="topborder"><div style="position: absolute; top: 155px; left: 440px">
    <span style="background-color: #7E7E7E">Guestbook</span></div>
    <div id="bottomborder">

    </div></div></div></div></div>


    css

    #wrapper {background: #323232;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1000px}
    #leftborder {background-image: url(indirizzo immagine); background-position: left; background-repeat: repeat-y;}
    #rightborder {background-image: url(indirizzo immagine); background-position: right; background-repeat: repeat-y;}
    #topborder {background-image: url(indirizzo immagine); background-position: top; position: relative; background-repeat: no-repeat;}
    #bottomborder {background-image: url(indirizzo immagine); background-position: bottom; background-repeat: no-repeat; padding-bottom: 70px;}

  2. #2
    codice:
    صباح الخير على السلام عليكم ورحمة اللكل العرعليكم ورحمه الله وبركاته عضو جديد بينكم هل آجد بينكم صدي

  3. #3
    Utente di HTML.it
    Registrato dal
    Sep 2010
    Messaggi
    63
    Originariamente inviato da oly1982
    codice:
    صباح الخير على السلام عليكم ورحمة اللكل العرعليكم ورحمه الله وبركاته عضو جديد بينكم هل آجد بينكم صدي

    allah è un dio morto

  4. #4
    scusami per la risposta stupida... comunque la tua richiesta non ha senso (...quando l'ho letta ho riso).

  5. #5
    Utente di HTML.it
    Registrato dal
    Sep 2010
    Messaggi
    63
    nella domanda ho scritto anche che non conosco il php ...sta di fatto che ho un guestbook in php e non ho idea di come fare per applicarvi il container che ho nel forum e nelle pagina html

  6. #6
    dammi il link e ti dico come fare...

  7. #7
    Utente di HTML.it
    Registrato dal
    Sep 2010
    Messaggi
    63
    lo script è Advanced Guestbook 2.4.4
    qui c'è la demo: http://www.proxy2.de/demo/guestbook/index.php
    da qui puoi scaricarlo: http://www.proxy2.de/scripts.php

  8. #8
    Originariamente inviato da oly1982
    codice:
    صباح الخير على السلام عليكم ورحمة اللكل العرعليكم ورحمه الله وبركاته عضو جديد بينكم هل آجد بينكم صدي


    PHP LEARN - Guide, tutorial e articoli sempre aggiornati
    NUOVO: standardLib; il potente framework PHP é ora disponibile
    *******************************************
    Scarica oggi la tua copia di MtxEventManager

  9. #9
    per lo style vai nella cartella "template" cerca il file header.php
    aggiungi il tuo Style.... (non toccare quello esistente!!)
    Avrai quindi:
    codice:
    <style type="text/css">
    <!--
    .font1 {  font-family: $VARS[font_face]; font-size: $VARS[tb_font_1]; color: $VARS[text_color] }
    .font2 {  font-family: $VARS[font_face]; font-size: $VARS[tb_font_2]; color: $VARS[text_color] }
    .font3 { font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: $VARS[text_color]; font-weight: bold}
    .select {  font-family: $VARS[font_face]; font-size: 9pt}
    .input {  font-family: $VARS[font_face]; font-size: 9pt}
    
    #wrapper {background: #323232;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1000px}
    #leftborder {background-image: url(indirizzo immagine); background-position: left; background-repeat: repeat-y;}
    #rightborder {background-image: url(indirizzo immagine); background-position: right; background-repeat: repeat-y;}
    #topborder {background-image: url(indirizzo immagine); background-position: top; position: relative; background-repeat: no-repeat;}
    #bottomborder {background-image: url(indirizzo immagine); background-position: bottom; background-repeat: no-repeat; padding-bottom: 70px;}
    -->
    </style>

  10. #10
    l'html dove/come lo vuoi mettere?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.