View Full Version : Entry box isn't on Image Map?


Daric
07-15-2005, 03:05 PM
I need to know how to move my entry box on top of my image map. Here's my xanga: http://www.xanga.com/home.aspx?user=Daric

Once I get it up on there I should be able to fix the location and the width and height myself.

Daric
07-15-2005, 03:17 PM
I can't edit my post? Oh well. I'd also like to know how to make the module on the left (the subscriptions and stuff) just be my profile picture and my profile. I don't want the subscriptions and other stuff on there. Is there a way to do that? Also once I get that figured out is there a way to make the left module static and have only my entries scroll?

tokyo bleu
07-16-2005, 12:41 AM
'd also like to know how to make the module on the left (the subscriptions and stuff) just be my profile picture and my profile.

You can't just remove the rest of the modules and leave the profile. You'll have to remove all the modules and then add custom modules (http://www.createblog.com/forums/index.php?showtopic=178).

CottageGate
07-16-2005, 02:02 AM
I need to know how to move my entry box on top of my image map. Here's my xanga: http://www.xanga.com/home.aspx?user=Daric

Once I get it up on there I should be able to fix the location and the width and height myself.

I think in the following part of your code:

<div style="position:static;
overflow:auto;
width: 700px;
height: 430px;
border: 3px solid #000000;
background:#ffffff;
align: center ;
margin-top: -480px;
padding: 0px;">

the margin-top: -480px; is the part that moves your blog up and down on your page. Just adjust the -###px to whatever you like. I hope this helps!