Problems with a CREATEBLOG Div Layout, please help |
Problems with a CREATEBLOG Div Layout, please help |
Oct 9 2006, 05:08 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Oct 2006 Member No: 471,212 |
Hi guys i am new to these forums and i just wanted to say hi and stuff along with a question that i would like to get answered.
So i have always used createblog and have always been pleased with the website, its a great group and usually very user friendly. Unfortunately i am not so inclined on computer technology html or anything that has to do with div really, and ran into a small problem that i am having with one particular layout. you can find it here Knoll DIV Layout anyways what my problem is, is that 1) the navigational box is coming up with a scroll bar in it. 2) inside that scroll box is a. the comment box (hidden somewhere i dont know where it can possibly be) b. the pictures of ppl going across the bottom of the screen well thats what i figured because neither a nor b are showing up on my page PLUS i saw in my navigational box the pictures going across the very far right hand corner bottom of the box. please help, you can find my myspace here for an example to mabye help you understand what my problems are. i really hope you guys can help and look forward to hearing back from you all. thanks everyone once again. |
|
|
|
![]() |
Oct 9 2006, 05:26 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Find:
CODE <div class="content" style="position: absolute; background-color:transparent; left: 50px; top:745px; width:177px; height:100px; overflow: auto;"> <center><a href="http://home.myspace.com/index.cfm?fuseaction=user">home</a> <br> <a href="http://www.myspace.com/index.cfm?fuseaction=user.homeComments&friendID=*****YOUR USER ID HERE*****">comments</a> <br> <a href="http://mail5.myspace.com/index.cfm?fuseaction=mail.message&friendID=*****YOUR USER ID HERE*****">message me</a> <br> <a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=*****YOUR MYSPACE ID HERE*****">add me</a><br> <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=*****YOUR USER ID HERE*****">view photos</a> <br> <a href="http://home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=*****YOUR USER ID HERE*****">view my friends</a> <br> <a href="http://www.xanga.com/summabreezeofluv">summabreezeofluv</a></center></div> Change too: CODE <div class="content" style="position: absolute; background-color:transparent; left: 50px; top:745px; width:177px; height:100px;;"> <center><a href="http://home.myspace.com/index.cfm?fuseaction=user">home</a> <br> <a href="http://www.myspace.com/index.cfm?fuseaction=user.homeComments&friendID=*****YOUR USER ID HERE*****">comments</a> <br> <a href="http://mail5.myspace.com/index.cfm?fuseaction=mail.message&friendID=*****YOUR USER ID HERE*****">message me</a> <br> <a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=*****YOUR MYSPACE ID HERE*****">add me</a><br> <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=*****YOUR USER ID HERE*****">view photos</a> <br> <a href="http://home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=*****YOUR USER ID HERE*****">view my friends</a> <br> <a href="http://www.xanga.com/summabreezeofluv">summabreezeofluv</a></center></div> Then take your myspace off private and post the codde you put in. Sometimes when you guys edit it, you mess parts up. |
|
|
|
![]() ![]() |