View Full Version : Need Urgent Help!!!


sparks_alive
09-23-2003, 05:53 PM
On neopets, i was trying to make a guild layout but they won't let me use IFRAMES. What do i do??? Is there anything else similar??? Please tell me!!!

MaGiCSuN
09-23-2003, 05:58 PM
you can't use iframes because you only have one page, and iframes need atleast 2 or more pages.

a very similar thing is a div, because it 'looks' the same as an iframe but doesn't do the same. It cannot target a link to the div, but you won't need that anywayz on your neopets site

<div style="overflow: auto; height: #px; width: #px; border: 1px solid black;">text here</div>

this is an example of it. overflow: auto makes the scrollbar appear, height is height widht is width of the area. border 1px solid black is a 1px thick solid black border. You can add more css to it just look at www.lissaexplains.com/css.shtml

Love,
Mirna

sparks_alive
09-23-2003, 06:00 PM
Thanks alot Mirna. You sure are a HTML expert as you have answered almost all of the questions on everyones subject!!! Thanks again!!! I'll post if it works.

sparks_alive
09-23-2003, 06:41 PM
I've got one but i don't know how to change the position on the page. Could anyone possibly help me because i don't understand.

pb&j
09-23-2003, 07:43 PM
you have to give some time for an answer. not everyone is in the same timezone as yourself. please be patient.

try adding some absolute positioning to your div tag...

<div style="position:absolute;top:#px;left:#px;overflow: auto; height: #px; width: #px; border: 1px solid black;">text here</div>

add in the numbers to position the div according from the top, left corner of your screen.