saira4k
11-05-2004, 02:24 PM
at my page at the bottom their is space for no reason i dont get why its their can someone tell me why hear is the url http://www.geocities.com/snaa4k/realwebbie.html please reply!!! :wolf: :cloud:
|
View Full Version : some thing wrong with coding saira4k 11-05-2004, 02:24 PM at my page at the bottom their is space for no reason i dont get why its their can someone tell me why hear is the url http://www.geocities.com/snaa4k/realwebbie.html please reply!!! :wolf: :cloud: pb&j 11-05-2004, 04:27 PM you have mis-placed your body tag. your forgot the px values in your iframe positioning. you are missing an ending div tag after your iframe. the height of the div area containing your bravenet counter is set to 300px high. to get rid of the space, set that to a lower value. here is your code slightly fixed... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>My webbie</title> </head> <body> <div style="position:absolute; left:20px; top:10px; width:120px; height:220px; background-color:#ffffff; overflow:auto;"> MY LINKS<br><br><a href="http://www.geocities.com/snaa4k/intoduction.html" target="inlineframe">Introduction</a> <br><a href="http://www.geocities.com/snaa4k/abotme.html" target="inlineframe">about me</a> <br><a href="a href="http://www.geocities.com/snaa4k/images4me.html target="inlineframe">Image gallery</a><br><a href="http://pub47.bravenet.com/guestbook/add.php" target="inlineframe">guest book</a><br><a href="http://pub47.bravenet.com/guestbook/4034505535" target="inlineframe">My forum</a><br><a href="http://pub47.bravenet.com/calendar/show.php?usernum=4034505535" target="inlineframe">My calender</a><br><a href="http://snaa4k.bravejournal.com/" target="inlineframe">My Jurnol</a> </div> <div style="position:absolute; top:20px; left:150px; width:300px; height:300px;"> <IFRAME name="inlineframe" src="http://www.geocities.com/snaa4k//realwebbie.html" width="600" height="450" marginwidth="2" marginheight="1" hspace="0" vspace="0" frameborder="1" style="FILTER: chroma(color=#ff0000);" allowtransparency="true"></IFRAME> </div> <div style="position:absolute; top:450px; left:0px; width:300px; height:300px;"><!-- Start Bravenet.com Service Code --> <script language="JavaScript" type="text/javascript" src="http://pub47.bravenet.com/counter/code.php?id=384832&usernum=4034505535&cpv=2"></script> <!-- End Bravenet.com Service Code --> </div> <html> |