Log In · Register

 
Comment in DIV, need help
Key.of.Destiny
post Aug 4 2006, 05:26 AM
Post #1


[Key.of.Destiny]
**

Group: Member
Posts: 17
Joined: Aug 2006
Member No: 448,406



I am seriously stuck, I have been working on this all day! I used this code

http://www.createblog.com/scripts/download.php?id=74

but the DIV layer won't show up, it's like its behind my image layout and I can't seem to get it right and my coding is all srewed up.

here's my coding

CODE
Code in "About me" Section

<style type="text/css">
    table, tr, td {background:transparent;}
    table table table table, table table table table td.text, table.contactTable {display:none;}
    td.text table, .orangetext15 {visibility:hidden;}
    td.text table table {display:inline; visibility:visible;}
    div b font font, div font font u {display:none;}
.whitetext12 { display: none; }
.nametext { display:none;}
</style>

<style type=text/css>
.comments {width:1px; overflow: none;}
.comments table {background-color: transparent;margin-top: -3px;}
.comments td {font-color: FFFFFF; font-size: 11px; font-family: tahoma;}
table table td.text table td.text tbody table tbody td table td {display: none;}
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
td.text td.text table td {font-size:0pt;}td.text td.text {height:0;}td.text td.text table b, td.text td.text table table td {font-size:8pt;}
</style>

Code in "I'd like to meet" Section

<div style="position: absolute; width:1000px; height:1236px; top:0px; left:0px; background-color: ced8e1;">

<IMG SRC="http://img.photobucket.com/albums/v401/HeartlessRiku89/moondoggie-3.jpg" BORDER=0>

</div>


<div class="content" style="position: absolute; background-color:transparent; left:555px;  top:172px; width:262px; height:176px; overflow: auto;">

<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=**SPECIAL CODE***"><img src="
[url=http://img.photobucket.com/albums/v401/HeartlessRiku89/md.jpg"]http://img.photobucket.com/albums/v401/Hea...89/md.jpg"[/url] align=left border=0></a>

<b>Name</b>:     <br>
<b>Age</b>:      <br>
<b>Sex</b>:      <br>
<b>Likes</b>:    <br>
<b>Dislikes</b>: <br>
<b>Location</b>: <br>
<b>Music</b>:    <br><br>

Anything else you want here!
        

</div>


<div class="content" style="position: absolute;

left: 394px;  top:373px; width:503px; height:284px; overflow: auto; ">


<br>
<img src="http://img.photobucket.com/albums/v401/HeartlessRiku89/moond.jpg" align=left border=0> Write anything here, its up to you! it can be anything your little heart desires! Putpictures here or use this for all your blogging needs! if you like you can even put music or a video in here! HAVE FUN!

</div>



<div class="commentbox" style="position: absolute; background-color:transparent; left: 529px;  top:682px; width:350px; height:176px; overflow: auto;"><center>


Say What...?<br>

<style type="text/css"> textarea {background-color:a6abb1; border-width:1px; border-style:double; border-color:000000; color: FFFFFF; font-family:Verdana; font-size: 9 px;} input {background-color:a6abb1; border-width:1px; border-style:double; border-color: 00000; color: FFFFFF; font-family:Verdana; font-size: 8 px;} </style>
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"> <input type="hidden" name="friendID" value="7541627"> <textarea name="f_comments" style="width: 232; height: 100px;"></textarea><BR> <input type="submit" value="Surf's Up"> <input type="reset" value="WipeOut"></form> </center>


</div>


<div class="Links" style="position: absolute; left:393px;  top:683px; width:113px; height:156px; overflow: auto;">

                                                                    
                                                                    
                                                                    
                                            
<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=**SPECIAL CODE***">[Comments]</a>  <br>
<a href="http://mail5.myspace.com/index.cfm?fuseaction=mail.message&friendID=**SPECIAL CODE***">[Message Me]</a>  <br>
<a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=**SPECIAL CODE***">[Friends?]</a> <br>  
<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=**SPECIAL CODE***">[View my Pictures]</a><br>
<a href="http://home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=**SPECIAL CODE***&MyToken=0688b345-500b-4cb9-a51d-9bbb563406f1">[All my friends!]</a><br>

</div>

<div class="comments" style="overflow:auto; width: 601px; height:331px; position: absolute; top:869px; margin-left: 346px;"><center><table><table><tbody><tr><td><table></center></div>
 
 
Start new topic
Replies (1 - 5)
xastallaslyons
post Aug 4 2006, 07:24 AM
Post #2


Senior Member
*****

Group: Member
Posts: 307
Joined: Apr 2006
Member No: 393,086



theres somethign in that code hiding your comments.

CODE
<style type="text/css">
    table, tr, td {background:transparent;}
    table table table table, table table table table td.text, table.contactTable {display:none;}
    td.text table, .orangetext15 {visibility:hidden;}
    td.text table table {display:inline; visibility:visible;}
    div b font font, div font font u {display:none;}
.whitetext12 { display: none; }
.nametext { display:none;}
</style>
 
Key.of.Destiny
post Aug 5 2006, 12:56 AM
Post #3


[Key.of.Destiny]
**

Group: Member
Posts: 17
Joined: Aug 2006
Member No: 448,406



Well what is it? I have no clue 0_o
 
*This Confession*
post Aug 5 2006, 01:58 AM
Post #4





Guest






sorry dear

use this code to hide your profile instead of that one

http://www.createblog.com/forums/index.php?showtopic=122378
 
Key.of.Destiny
post Aug 5 2006, 02:09 AM
Post #5


[Key.of.Destiny]
**

Group: Member
Posts: 17
Joined: Aug 2006
Member No: 448,406



Ok I got it thanks for the help all!
 
*This Confession*
post Aug 5 2006, 03:54 AM
Post #6





Guest






welcome happy.gif

topic closed.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: