14. januar 2002 - 23:36
Der er
15 kommentarer og 1 løsning
hvordan får jeg tilpasset vinduet til billedets størrelse
den smule kode jeg har på siden er her: <html> <head> <meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\"> <meta name=\"generator\" content=\"Adobe GoLive 5\"> <title>Welcome to Adobe GoLive 5</title> </head> <body bgcolor=\"#ffffff\"> <CENTER><IMG height=424 alt=\"\" src=\"Images/Claus.jpg\" width=300 <body> </html>
Annonceindlæg tema
Offentlig digitalisering
Fra effektivisering til digital suverænitet. Hvordan skaber det offentlige en digital fremtid med AI, sikkerhed og kontrol i centrum?
14. januar 2002 - 23:45
#1
Så er koden da ikke forkert: <html> <head> <meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\"> <meta name=\"generator\" content=\"Adobe GoLive 5\"> <title>Welcome to Adobe GoLive 5</title> </head> <body bgcolor=\"#ffffff\"> <CENTER><IMG height=424 alt=\"\" src=\"Images/Claus.jpg\" width=300></CENTER> </body> </html>
14. januar 2002 - 23:51
#2
<HEAD> <SCRIPT> function resize() { window.resizeBy(424, 300) } </SCRIPT> </HEAD> <BODY onload=\"resize()\"> På den måde skulle det kunne lade sig gøre...
14. januar 2002 - 23:53
#3
Ellers er det omvendt med de to tal!!
15. januar 2002 - 00:01
#4
cool>>>> det virker ikke, billedet bliver bare smidt længere til venstre. <html> <head> <meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\"> <meta name=\"generator\" content=\"Adobe GoLive 5\"> <title>Welcome to Adobe GoLive 5</title> <SCRIPT> function resize() { window.resizeBy(424, 300) } </SCRIPT> </head> <body onload=\"resize()\"> <CENTER> <IMG height=424 alt=\"\" src=\"Images/Claus.jpg\" width=300 <center> <body> </html>
15. januar 2002 - 00:04
#5
<html> <head> <meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\"> <meta name=\"generator\" content=\"Adobe GoLive 5\"> <title>Welcome to Adobe GoLive 5</title> <SCRIPT> function resize() { window.resizeBy(424, 300) } </SCRIPT> </head> <body onload=\"resize()\"> <IMG height=424 alt=\"\" src=\"Images/Claus.jpg\" width=300 <html> <head> <meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\"> <meta name=\"generator\" content=\"Adobe GoLive 5\"> <title>Welcome to Adobe GoLive 5</title> <SCRIPT> function resize() { window.resizeBy(424, 300) } </SCRIPT> </head> <body onload=\"resize()\"> <IMG height=424 alt=\"\" src=\"Images/Claus.jpg\" width=300> </body> </html> </html>
15. januar 2002 - 00:05
#6
????
15. januar 2002 - 00:07
#7
Ja, Sorry...: <html> <head> <meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\"> <meta name=\"generator\" content=\"Adobe GoLive 5\"> <title>Welcome to Adobe GoLive 5</title> <SCRIPT> function resize() { window.resizeBy(424, 300) } </SCRIPT> </head> <body onload=\"resize()\"> <IMG height=424 alt=\"\" src=\"Images/Claus.jpg\" width=300 </body> </html> Sådan!
15. januar 2002 - 00:11
#8
15. januar 2002 - 00:12
#9
Hmmm.... En til: <html> <head> <meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\"> <meta name=\"generator\" content=\"Adobe GoLive 5\"> <title>Welcome to Adobe GoLive 5</title> <SCRIPT> function resize() { window.resizeTo(424, 300) } </SCRIPT> </head> <body onload=\"resize()\"> <IMG height=424 alt=\"\" src=\"Images/Claus.jpg\" width=300 </body> </html>
15. januar 2002 - 00:18
#10
for 10 point extra kan du så sige mig hvordan jeg centrerer den, og evt hvordan jeg fjerner scrollbarer
15. januar 2002 - 00:19
#11
med andrer ord laver den om til et popup vindue
15. januar 2002 - 00:25
#13
jeg er MEGET ny i dette hvor lægger jeg den kode?
15. januar 2002 - 00:29
#14
I den side hvor Popup\'en skal komme fra!! Og så sætter du denne ind i BODY på vejle.html: <BODY Onload=\"resize()\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"> Så bliver den sat helt op til hjørnet!!!
15. januar 2002 - 00:32
#15
takker
15. januar 2002 - 00:33
#16
No problem....
Kurser inden for grundlæggende programmering