Alignment problem..., Blog and extra info won't align. |
![]() ![]() |
Alignment problem..., Blog and extra info won't align. |
Feb 7 2005, 09:17 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Dec 2004 Member No: 76,466 |
http://myfilestash.com/userfiles/3mo/whatswrong.PNG
^ look... I don't know what I did wrong. I followed the FAQ from the tutorials shown and I tried everything but it all doesn't seem to align. Also another problem is the horizontal scroll bar... Here are my codes: If anybody could help, I would greatly appreciate it. Thanks! |
|
|
|
Feb 7 2005, 09:23 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
Play around with your DIV more.
QUOTE <div id="Blog" style="position:static; margin-left: 192px; margin-top: -60px; border: 0px solid #000000; width: 286px; height: 187px; background: none; overflow: auto;"><p align="left"> Change the margin-left to maybe... 20 or play around with it. [It's hard to estimate like this.] and margin-top maybe... -100. eh, just keep playing. for the horizontal bar, either expand the width of the div, or lower the width of your blogbody. |
|
|
|
Feb 7 2005, 09:52 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 11 Joined: Feb 2005 Member No: 97,122 |
FYI... those codes probablly don't align it properly, because all it basicly does is count the available pixels from the right side i guess, then once its completely to the left side it'll shrink so basicly if you have a higher res computer screen you screwed if the person made it used a lower res... and it works the same in reverse... like my site.. i just decided that anyone using anything lower then 1024x768 can't view it because i can't see anything at 800x600 lol, my screen is at 1600x1200 and i can't gonna bother changing it to something smaller...
so basicly you should have something that could set the window to a certain size and then it'll probablly align better in the end for anyone... unless someone ends up with some setting of 480x something i duno what it was.... erm what that says basicly... you should do some of the following... get a code that'll resize the window to a certain setting (preferably your template size [ie. 800x600]) and then try to align it to work with that... that'll get you the optimum results... to what i understand.... do what spirited said too... because what i said makes no difference if ur thing isn't aligned |
|
|
|
Feb 7 2005, 10:18 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Dec 2004 Member No: 76,466 |
Well, I got the blog all aligned and it looks fine now except I still can't figure out how to get ride of the big space for the left module (aka the annoying horizontal scrollbar). Another thing is that I still can't add an additonal scrollbar box for my personal info, and whenever I insert it, it messes up the alignment for the blog box.
And lastly, there's a BIG space on top of the whole layout...I don't know why it's there, but I don't see anything in my codes that put it there. I always have to scroll down to see my whole layout. |
|
|
|
Feb 7 2005, 10:26 PM
Post
#5
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
do you have a site reprsenting the layout? so maybe we can get a clearer view of your layout looks like. =]
|
|
|
|
Feb 7 2005, 10:29 PM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Dec 2004 Member No: 76,466 |
|
|
|
|
Feb 7 2005, 10:30 PM
Post
#7
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
I was talking about a xanga.. eh anyways.
try this code: |
|
|
|
Feb 7 2005, 10:34 PM
Post
#8
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Dec 2004 Member No: 76,466 |
Thank you! The left part of the entries is now gone...but now there's another problem (I'm so sorry if I'm annoying you with these problems). The horizontal scrollbar is still there and when I scroll over to the right there's another space and it ends at "Next 5 Entries".
I still haven't figured out how to put my extra info in the scrollbar box thingy yet and the big space above the whole layout is still there. |
|
|
|
Feb 7 2005, 10:36 PM
Post
#9
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
Eh. You know what's better? Make a new account on xanga. Post your whole code in. And show it to us from a testing xanga site so we can see the problem.. like visually. :\
|
|
|
|
Feb 7 2005, 10:41 PM
Post
#10
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Dec 2004 Member No: 76,466 |
|
|
|
|
Feb 7 2005, 10:47 PM
Post
#11
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
QUOTE table.blogbody { /* this edits the other the place where the blog is */ background-color:transparent; family-font: Arial; width:0px; /*<-- make the number you entered for the width here smaller*/} where it says that in the code, change the width to about 20-40px's smaller than ur DIV's width. |
|
|
|
Feb 7 2005, 10:52 PM
Post
#12
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Dec 2004 Member No: 76,466 |
It all seems to be working now! Thanks so much to everyone!!!
|
|
|
|
Feb 7 2005, 10:54 PM
Post
#13
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
|
|
|
|
![]() ![]() |