Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
vrlo jednostavan (?) problem sa DW 2004

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
Petar_Popara_Crni



Joined: 30 Aug 2005
Posts: 42
Location: zagreb

PostPosted: 22.08.2006 11:07    Post subject: vrlo jednostavan (?) problem sa DW 2004 Add user to your forum ignore list Reply with quote

¸hi,

zelim napraviti full jednostavnu galeriju za svoj sajt (nesto kao www.andreamassari.com) ali shugavi dw mi ne dozvoljava da napravim jedan red fotki Evil or Very Mad

evo kod-a

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Alexander Strbac photography</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #333333;
margin-left: 0px;
}
.style1 {
font-family: Arial, Helvetica, sans-serif;
color: #999999;
}
-->
</style></head>
<body>
<table width="6250" border="0">
<tr>
<td width="5500" height="354" align="left" valign="top" bgcolor="#999999"><img src="za_web/fashion/angel.jpg" width="142" height="300"><img src="za_web/fashion/babolat.jpg" width="457" height="300"><img src="za_web/fashion/babi.jpg" width="450" height="300"><img src="za_web/fashion/mercedes_crew.jpg" width="507" height="300"><img src="za_web/portraits/mala2.jpg" width="198" height="300"><img src="za_web/fashion/prada.jpg" width="450" height="300"><img src="za_web/portraits/tanja_ana.jpg" width="221" height="300"><img src="za_web/portraits/tanja.jpg" width="366" height="300"><img src="za_web/portraits/mala.jpg" width="435" height="300"><img src="za_web/portraits/mali.jpg" width="300" height="300"><img src="za_web/portraits/ja.jpg" width="455" height="300"><img src="za_web/portraits/mato.jpg" width="189" height="300"><img src="za_web/fashion/audi1_cross.jpg" width="171" height="300"><img src="za_web/fashion/emilija_bw.jpg" width="203" height="300"><img src="za_web/fashion/crna.jpg" width="219" height="300"><img src="za_web/fashion/experiment.jpg" width="313" height="300"><img src="za_web/portraits/mala2.jpg" width="198" height="300"><img src="za_web/fashion/iva_cb.jpg" width="196" height="300"><img src="za_web/portraits/luka.jpg" width="197" height="300"><img src="za_web/portraits/vedri.jpg" width="177" height="300"><img src="za_web/fashion/iva.jpg" width="188" height="300"><img src="za_web/fashion/maksimo.jpg" width="199" height="300"><img src="za_web/fashion/marina.jpg" width="190" height="300"><img src="za_web/fashion/legz.jpg" width="196" height="300"><img src="za_web/portraits/nataly_blur.jpg" width="206" height="300"><img src="za_web/portraits/nataly.jpg" width="196" height="300"><img src="za_web/portraits/janja.jpg" width="197" height="300"><img src="za_web/portraits/ja.jpg" width="455" height="300"><img src="za_web/portraits/gogich.jpg" width="463" height="300"><img src="za_web/portraits/galiII.jpg" width="461" height="300"><img src="za_web/portraits/fashion.jpg" width="214" height="300"><img src="za_web/portraits/dovla.jpg" width="198" height="300"><img src="za_web/portraits/bljedoliki.jpg" width="206" height="300"><img src="za_web/portraits/beba.jpg" width="209" height="300"><img src="za_web/portraits/turcin.jpg" width="200" height="300"><img src="za_web/portraits/baby.jpg" width="196" height="300"></td>
</tr>
</table>
</body>
</html>

znaci ubacio sam jednostavno tablicu sa jednim redom, jednom kolonom i zelim unutra naslagati jedu do druge, sve fotke koje mislim staviti gore. NO, u jednom trenutku (nakon jih recim opetnaestak, prebacuje ih u drugi red i sve skupa izgleda nikako Crying or Very sad i nemrem nikak prokuzit u cem je fora... probao sam sa backspace (pa da mi vrati u red ispred) ali onda samo izbrise fotku prije i vrati u gornji red.....

HEEEELLLPPP
Back to top
View user's profile Send private message Visit poster's website
Petar_Popara_Crni



Joined: 30 Aug 2005
Posts: 42
Location: zagreb

PostPosted: 22.08.2006 11:08    Post subject: aditional Add user to your forum ignore list Reply with quote

da se razumijemo - nemam pojma o kodiranju (nesto vrlo sitno) pa ja to radim u WYSIWYG modu, a tu i tamo ispravim nesto direktno u kodu, ako bas nejde drugacije

thanx
Back to top
View user's profile Send private message Visit poster's website
kakarinac



Joined: 16 Feb 2005
Posts: 1978
Location: Rijeka

PostPosted: 22.08.2006 11:20    Post subject: Add user to your forum ignore list Reply with quote

zato jer ti je definirana širina tablice

Code:
<table width="6250" border="0">

_________________
[ when the going gets weird, the weird turn pro.] ♫ [ kaks on dA ]
Back to top
View user's profile Send private message Send e-mail Twitter profile
Petar_Popara_Crni



Joined: 30 Aug 2005
Posts: 42
Location: zagreb

PostPosted: 22.08.2006 14:23    Post subject: Add user to your forum ignore list Reply with quote

da, pa to sam namjerno i stavio zato da ta sirina tablice bude veca ud ukupne sirine svih fotki koje idu unutra. ali on samo "prelomi" u novi red, a sa strane ostane jos masu praznog prostora zbunj?
Back to top
View user's profile Send private message Visit poster's website
kakarinac



Joined: 16 Feb 2005
Posts: 1978
Location: Rijeka

PostPosted: 22.08.2006 14:32    Post subject: Add user to your forum ignore list Reply with quote

možda zato šta je sljedeća slika šira od prostora koji joj je ostao na raspolaganju ....

_________________
[ when the going gets weird, the weird turn pro.] ♫ [ kaks on dA ]
Back to top
View user's profile Send private message Send e-mail Twitter profile
Petar_Popara_Crni



Joined: 30 Aug 2005
Posts: 42
Location: zagreb

PostPosted: 22.08.2006 15:31    Post subject: Add user to your forum ignore list Reply with quote

nope Crying or Very sad ... probao i to. nije u tome problem. stavio sam sirinu 15 000px i opet nista.

probao sam cak i postaviti "kursor" ispred prve slike u drugom redu pa kliknuti backspace... nista. prebaci tu prvu iz 2. reda u prvi red ali pobrise zadnju iz prvog
Back to top
View user's profile Send private message Visit poster's website
kakarinac



Joined: 16 Feb 2005
Posts: 1978
Location: Rijeka

PostPosted: 22.08.2006 15:33    Post subject: Add user to your forum ignore list Reply with quote

ajde probaj maknut širinu tablice ...

_________________
[ when the going gets weird, the weird turn pro.] ♫ [ kaks on dA ]
Back to top
View user's profile Send private message Send e-mail Twitter profile
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group