someone help me with some html here?

PHiuR

Diamond Member
Apr 24, 2001
9,539
2
76
i cant seem to get the image to fit in the new pop up window completely... i made it so the pic is 640x480 and the new window is 640x480 but when it pops a new window up i can still see some white...does anyone know how to fix it??

thanks..http://home.nycap.rr.com/ze/index3.htm
 

Aves

Lifer
Feb 7, 2001
12,232
30
101
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" style="margin: 0px">

Well damn, looking at your source I'm not sure this will work for you or not.

For that to work you would need an actual HTML Page to open with a IMG SRC to that picture when the thumbnail is clicked and that line added to the source of said page.
 

PHiuR

Diamond Member
Apr 24, 2001
9,539
2
76
hmph...don't kno what you mean...but thanks for help anyway :)...anyone else got any ideas?
 

PHiuR

Diamond Member
Apr 24, 2001
9,539
2
76
grrr cant figure it out... im gonna go to bed now....almost 3 o clock eastern...so maybe ill get some help tomorrow morning...bye alll...thx AT for everything again..ZzZZZZzZzZZ
 

MrCodeDude

Lifer
Jun 23, 2001
13,674
1
76
Try the <table> command.

<table width="100%" height="100%" border="0"><tr><td background="image.extention"></td></tr></table>
Not sure if that will work, it should though.
-- mrcodedude
 

Yomicron

Golden Member
Mar 5, 2002
1,735
1
81
what aves2k said will work.

in your images folder create an html file called sj1.html and put this as the code:
<html>
<body style="margin: 0px">
<img src="images/sj1.jpg" width="640" height="480" alt="" border="0">
</body>
</html>

now change <a href="images/sj1.jpg" onclick="window.open(.....
to <a href="images/sj1.html" onclick="window.open(.....

then do the same for rs1