Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [HTML] Integracja prostego formularza z własną grafiką.
Forum PHP.pl > Forum > Przedszkole
Cocain3
Witam serdecznie chciałbym prosić o pomoc a mianowicie wykonałem prosty forumularz w Adobe Photoshop oczywiście zapisałem go dla internetu i teraz mam taki kod który pod tą grafikę chciałbym podpiąć wie ktoś może jak to zrobić ?
  1. <form method="post" action="https://app.freshmail.pl//beta/actions/subscribe/"><br />
  2. <input type="hidden" name="subscribers_list_hash" value="noxerfp51n" /><br />
  3. <label for="freshmail_email">Adres email</label><br /><br />
  4. <input type="text" id="freshmail_email" name="freshmail_email"/> <br/><br />
  5. <label for="freshmail_twoje_imie"> Twoje Imię </label><br /><br />
  6. <input type="text" id="freshmail_twoje_imie" name="freshmail_custom_field[twoje_imie]"/> <br/><br />
  7. <input type="submit" /><br />
  8. </form>
nowymarcin
Do input'ów dodajesz klasę ala :

  1. <input type="text" class="blok" id="freshmail_email" name="freshmail_email"/>


i potem definiujesz to w css

  1. .blok{
  2. width:500px;
  3. height:500px;
  4. background-image:url(blok.png);
  5. }


etc.
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.