Div Profile Help |
Div Profile Help |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jan 2007 Member No: 497,172 ![]() |
Im confused in making one. I know that you make a picture in photoshop and put it in codes which i saw in other topics, but im confued in the links such as comments, photots, navigation buttons, and so on. And also how do you put a comment box and how do you put a custom flash music player?
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jan 2007 Member No: 497,172 ![]() |
im at noob at this, so i still dont understand how to put a link for my photos, navi. buttons, comments, and etc. and i dont know how to put scroll boxes. If you want to put text, for example in about me, do you put the text as a new layer.
And also, what is content!?!?!?!?!?!?! |
|
|
![]()
Post
#3
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
im at noob at this, so i still dont understand how to put a link for my photos, navi. buttons, comments, and etc. and i dont know how to put scroll boxes. If you want to put text, for example in about me, do you put the text as a new layer. And also, what is content!?!?!?!?!?!?! First are you talking about links on the image already? or links you want to just type in? If you want links on the image you type it in photoshop. Then you either image map or image slice with imageready. If you mean just type it in use this code: CODE <div class="content" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;"> LINKS GO HERE </div> class="content" , is the name of the div. So basically however many times you use this code you change the word "content" to something else. Like your first one can say class="content" the second one can be class="content2" or whatever. Position: absolute: Never change this. You don't need to on myspace. left: This is the position of the of the div. When you are positioning text such as your about me into the boxes, you put a number in such as 100. Then you make it higher to go more to the right and lower to go more to the left. Top: is another part of positioning the div. When you are positioning text you put a number starting at 150 . Then you make the number lower to go higher up and higher to go down. Width: Self explanitory: The width of the div. Height: S.E. Put the height of the div. If you don't know width and height just make a guess. Now if you want a scrollbox you would add overflow: auto; to that code before the "> Now where I put Links go here, that doesn't mean you put only links there. You put whatever you want in that div. That can be about you, info, etc. ------------------------------- For scrollboxes you use the same code I gave you above except add overflow: auto; before the "> . That will make the div become a scrollbox. ------------------------------- For about me info. Take the same code as above. Follow the same thing I posted above, except instead of links put the information about you. Get it a little? |
|
|
![]() ![]() |