Autor Zpráva
Doom4
Profil *
Dobry den, mam takovy dotaz udelal jsem si graficky navrh v Adobe Photoshopu webu http://webpokusy15.wz.cz/webtym.jpg ale nevim jak pokracovat dal , neco jsem slysel o rozrezavani dokonce jsem s timto nastrojem zkousel i ruzne manipulovat ale bez kloudneho uspechu :-( ono se to pak jako exportuje to pripravenych tabulek v nejakem editoru? Nebo jak to vlastne funguje a jak to dobre rozrezat :-(
bojars
Profil
V tom nástrojovom paneli vľavo (kde sú aj štetce) je dole jedna ikona, kde je "Skip to Image Ready".
V image Ready si zvoľ ten nástroj na rozrezanie a potom si rozrezaný obrázok "Ulož pre Web".
Doom4
Profil *
Tak jsem to cely rozrezal do tabulky se ctyrmi radky , ale jakmile chci nahradit <img src="obrazy/webtym1_07.gif" width="1" height="572" alt=""> iframe tak se mi to cely rozhodí:-(
ono totiz tenhle obrazek ja jakoby ,,obsah" webu

<html>
<head>
<title>webtym</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (webtym.psd) -->
<table id="Table_01" width="750" height="800" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="4">
<img src="obrazy/webtym1_01.gif" width="57" height="800" alt=""></td>
<td colspan="4">
<img src="obrazy/webtym1_02.gif" width="639" height="228" alt=""></td>
<td rowspan="4">
<img src="obrazy/webtym1_03.gif" width="54" height="800" alt=""></td>
</tr>
<tr>
<td>
<img src="obrazy/webtym1_04.gif" width="153" height="24" alt=""></td>
<td rowspan="2">
<img src="obrazy/webtym1_05.gif" width="2" height="392" alt=""></td>
<td rowspan="3">
<img src="obrazy/webtym1_06.gif" width="483" height="572" alt=""></td>
<td rowspan="3">
<img src="obrazy/webtym1_07.gif" width="1" height="572" alt=""></td>
</tr>
<tr>
<td>
<img src="obrazy/webtym1_08.gif" width="153" height="368" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="obrazy/webtym1_09.gif" width="155" height="180" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
bojars
Profil
čo keby si:

<td rowspan="3">
<img src="obrazy/webtym1_07.gif" width="1" height="572" alt=""></td>

urobil takto:
<td rowspan="3" background="obrazy/webtym1_07.gif"><iframe src="stránka.html" align="right" frameborder="0" width="100%" height="100%" scrolling="yes"><p>nejaká vložená stránka</p></iframe><td>

Ide o to, aby si ten obrázok použil ako pozadie bunky tabuľky. Potom môžeš do bunky vložiť to <iframe>.
Toto téma je uzamčeno. Odpověď nelze zaslat.

0