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
Doctype...

 
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
Chombila



Joined: 22 Dec 2003
Posts: 248

PostPosted: 12.03.2004 12:17    Post subject: Doctype... Add user to your forum ignore list Reply with quote

...otprilike kontam šta je doctype, ali ako netko može to malo objasniti...
najme uvjek sam koristio onaj klasični iz dreamweavera:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

sada sam koristio:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
i
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">

i sada mi se tablice neče razvuči preko cijelog ekrana, mada sam
svugdje stavi height=100%...

šta točno koji doctype znači, kako i kada se koji koristi Question
Back to top
View user's profile Send private message
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 12.03.2004 12:29    Post subject: Add user to your forum ignore list Reply with quote

doctype govori browseru po kojem standardu da renderira stranicu... buduci da trenutno koristis html 4.01 strict, u njemu nema height="100%" koliko se sjecam...

promijeni ovaj:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

u ovaj:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

i vidi hoce li ti onda raditi height="100%" - trebao bi...

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 12.03.2004 12:29    Post subject: Add user to your forum ignore list Reply with quote

alternativno, u strict modu mozes probati CSS-om definirati style="height: 100%" u svakoj tablici - nisam probao, ali moglo bi raditi...

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website 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