View Full Version : i need some help, its probably easy, i got a mental block (:


dookiewuvz
01-08-2006, 01:56 AM
ok so apparently im retarded and need lots of help figuring this out

to start, go here; http://www.neopets.com/~WoopsieDaisiesMain

OK NOW. can someone PLEASE help me figure out what to do so the image stops repeating and so i can get the div box to fit (relatively) into the whimsical blog?

i do not intend on putting a lot of text there so a scrollbar wont appear when im finished, i know that if there was a scrollbar, it wouldnt look right. i just want the div thing to have text on the bloggish thing without the image repeating.. but every time i try to adjust the width & height, i do it wrong.

PLEASE HELP ME! thanks so much!

salomeyasobko
01-09-2006, 04:30 AM
it'd help if you could paste the code you used

i think it'd be easier if you absolute positioned the DIV to fit into the box.. that way it'll fit no matter what the resolution is. use this code [the purple part]:

<DIV style="position: absolute; top: ##px; left: ##px; height: ##px; width: ##px;">writing goes here</DIV>

if you mess around with the pixel amounds, you should get it fairly quickly. which images do you want to stop repeating? because as of now the only repeating ones are the ones in the background. if you have a background image set up for your DIV, you can add this:

< DIV style="background-image: url('www.whatever.com/image'); background-repeat: no-repeat;">

but it seems like you've gotten everything right for now! looks very nice! :)

hope that helps.