I need help in placing the entries. |
I need help in placing the entries. |
Oct 12 2004, 08:18 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2004 Member No: 841 |
If you go here, which is my site. And when looking at it you,ll see that the entries are beneath the picture. I want it in the box that I created for it. I don't know what to do so I was wondering if you could help. Here is my html code I'm using
<MAP NAME='imgmap'> <AREA SHAPE='rect' COORDS='389,102,464,137' HREF='http://www.xanga.com' ALT='Login'> <AREA SHAPE='rect' COORDS='389,143,465,177' HREF='http://www.xanga.com/guestbook.asp?user=GreyGardensGrowBlackRoses' ALT='Guestbook'> <AREA SHAPE='rect' COORDS='389,182,467,215' HREF='http://www.xanga.com/CLAF/default.asp' ALT='Look % Feel'> <AREA SHAPE='rect' COORDS='389,221,465,257' HREF='http://www.xanga.com/Private/home.aspx?user=GreyGardensGrowBlackRoses' ALT='Private'> <AREA SHAPE='rect' COORDS='388,262,465,298' HREF='http://www.xanga.com/profile.aspx?user=GreyGardensGrowBlackRoses' ALT='Profile'> <AREA SHAPE='rect' COORDS='388,304,464,339' HREF='http://www.xanga.com/private/subscribeto.aspx?user=ShadowsAfterMidnight' ALT='Subscribe'> <AREA SHAPE='rect' COORDS='388,342,465,375' HREF='http://www.xanga.com/private/subscriptions.aspx' ALT='Subscriptions'> <AREA SHAPE='rect' COORDS='390,385,468,415' HREF='http://www.geocities.com/hauntingmelodiesstory/' ALT='Haunting Melodies'> <AREA SHAPE='rect' COORDS='389,423,464,457' HREF='http://photobucket.com/albums/v420/ShyDrknss/' ALT='Pictures'> <AREA SHAPE='rect' COORDS='388,463,464,496' HREF='http://www.xanga.com/logout.aspx' ALT='Logout'> </MAP> <IMG SRC='http://usera.imagecave.com/ShyDrknss/Layout2.gif' border=0 width=800 height=500 USEMAP='#imgmap'> <div style=" overflow: auto; width: 377px; height: 315px; margin-top: 50px; margin-left: 134px;"> <style type="text/css"> .#rblEprops{display:none;} #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops /* width of the comment page */ {width:245px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> <!-- begin code provided by createblog.com --> <style type="text/css"> body { background-color: #000000; scrollbar-arrow-color: #666666; scrollbar-track-color: #444444; scrollbar-shadow-color: #666666; scrollbar-face-color: #000000; scrollbar-highlight-color: #666666; scrollbar-darkshadow-color: #666666; scrollbar-3dlight-color: #666666; } input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #7777777; font: 10px Sylfaen; background-color: #777777; letter-spacing:0px; } .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p { /* edits main text */ font: 12px Sylfaen; line-height:12px; color: #777777; letter-spacing:0px; text-align:center;} table.footer TD { /* this makes the footer at the bottom centered */ text-align: center;} a:link, .footernav.link, a.footernav:link, a.footernav:active { color: #777777; text-decoration: none;} a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color: #777777; text-decoration: none;} a:hover { /* edits when user mouseovers the links */ color: #777777; cursor: crosshair; text-decoration: none;} table.blogbody { /* this edits the other the place where the blog is */ font-family: Sylfaen; border: 0px solid #777777; background-color: ; width:340px;} table.search TD, table.announcements TH { border: 0px solid #777777; } table.navigation, table.main, table.footer { /* the width of your blog with modules */ width: 0px; } hr { /* horizontal divider */ border: 1px dotted #7777777; } </style> <!-- end code provided by createblog.com --> <!-- Dual Protection by blogring --> <body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false" oncontextmenu="return false"> <style type='text/css'> .blogbody td { width:0px; padding-left:0px; } </style> |
|
|
|
![]() |
Oct 12 2004, 08:29 PM
Post
#2
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
you need div layers =) go check out the first couple tutorials in the tutorial section on div layers.
|
|
|
|
Oct 12 2004, 08:49 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2004 Member No: 841 |
QUOTE(allthatglitterss @ Oct 12 2004, 8:29 PM) you need div layers =) go check out the first couple tutorials in the tutorial section on div layers. I checked it out but I don't know which one to use. The div layers have always confused me. Lol. |
|
|
|
Oct 12 2004, 08:54 PM
Post
#4
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
u can use this one got it from natimaries tutorial
CODE <!-- begin code provided by createblog.com -->
<div style=" overflow: auto; width: ###px; height: ###px; margin-top: ###px; margin-left: ###px;"> <!-- end code provided by createblog.com --> |
|
|
|
Oct 12 2004, 09:01 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2004 Member No: 841 |
QUOTE(shortvi3tlaydee @ Oct 12 2004, 8:54 PM) u can use this one got it from natimaries tutorial CODE <!-- begin code provided by createblog.com --> <div style=" overflow: auto; width: ###px; height: ###px; margin-top: ###px; margin-left: ###px;"> <!-- end code provided by createblog.com --> I already had that in it but just re-entered it but it still didn't do anything. Is there like a certain area your supposed to have it? |
|
|
|
Oct 12 2004, 09:02 PM
Post
#6
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
i put mine after everything in my custom header..it should do something..did you try really big numbers like 400 and stuff? and try negative numbers too.
|
|
|
|
Oct 12 2004, 09:23 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2004 Member No: 841 |
QUOTE(allthatglitterss @ Oct 12 2004, 9:02 PM) i put mine after everything in my custom header..it should do something..did you try really big numbers like 400 and stuff? and try negative numbers too. Yes it works. Thank you for all your help, all of you. |
|
|
|
![]() ![]() |