LuvinVanessa4
04-08-2004, 10:29 PM
I know this would probably be neopets related but what I did was I made a layout for my guild and I wanted to code it to where I have the scroll bars showing up in certain spots on the layout, like where it says contests, guild info, and etc. Here's a pic of the layout: http://hometown.aol.com/THilfiger0218/images/layout.gif
I know it would use probably iframes to do it, but how would I exactly know where to put the coding in at? Thanks for any help!
John
LuvinVanessa4
04-09-2004, 01:44 AM
It seems nobody ever replies to my posts anymore so I don't know why I even try, sorry but thats the way I feel I've posted like over 4 topics on different things and the only person that ever helps is Rosey because I private message her.
its only been a few hours but anyway heres the code....
<html>
<head>
<title></title>
</head>
<body>
<DIV style="LEFT: 0px; POSITION: absolute; TOP: 0px"><img src="NAME OF IMAGE.jpg"></DIV>
<IFRAME
style="LEFT: 109px; POSITION: absolute; TOP: 175px" name=mainframe
src="left.html" frameBorder=0 width=310 height=275
allowtransparency></IFRAME>
<iframe name="menu" src="right.html" style="left:518px; top:163px; position:absolute;" frameborder="0" width="130" height="300" allowtransparency></iframe>
</IFRAME>
</body>
</html>
change whats in bold
starlet
04-09-2004, 01:56 AM
Not many people know much about how to code on neopets on this forum...assuming you can use codes the regular way then all you have to do is absolute position the iframes where you want them (search forum for code)
and thats about as much as i can help you because i dont know exactly what it is you are asking.
LuvinVanessa4
04-09-2004, 03:01 AM
Sorry, I've had posts on here longer before and nobody replied. Thanks for the coding, but it didn't work cuz Neopets has it iframe blocked on their servers so I have to find a differe way around it, I think it's div things or something though.
John