Log In · Register

 
 
Closed TopicStart new topic
custom details.
CHiiCKENBUTT
post Jun 20 2006, 03:23 PM
Post #1


Run Girl ! &Never come back.
****

Group: Member
Posts: 139
Joined: Feb 2006
Member No: 377,249



What's the code to make your own details & stuff ?
 
xastallaslyons
post Jun 20 2006, 03:27 PM
Post #2


Senior Member
*****

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



http://forum.myspace.com/index.cfm?fuseact...oupID=100636674
 
RawrDania
post Jun 20 2006, 04:06 PM
Post #3


extra-ordinary
****

Group: Member
Posts: 147
Joined: Jan 2006
Member No: 364,995



How come it doesnt hide the original ones with

CODE
</div> <style type="text/css"> .hidethem {visibility:hidden; display:none;} </style>


??????????????????
 
xastallaslyons
post Jun 20 2006, 04:20 PM
Post #4


Senior Member
*****

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



QUOTE(m_daniela08 @ Jun 20 2006, 5:06 PM) *
How come it doesnt hide the original ones with

CODE
</div> <style type="text/css"> .hidethem {visibility:hidden; display:none;} </style>


??????????????????



what?
 
RawrDania
post Jun 21 2006, 01:54 AM
Post #5


extra-ordinary
****

Group: Member
Posts: 147
Joined: Jan 2006
Member No: 364,995



QUOTE(Sup foooool @ Jun 20 2006, 2:20 PM) *
what?


i used that code to HIDE the original DETAILS since i used the code you gave to create the tables......when I use the code to HIDE the other ones it doesnt do it.
 
duplicatex0x0x0
post Jun 21 2006, 01:57 AM
Post #6


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



are you placing the code in the right place, along with the hidethem counterpart?
 
RawrDania
post Jun 21 2006, 02:00 AM
Post #7


extra-ordinary
****

Group: Member
Posts: 147
Joined: Jan 2006
Member No: 364,995



QUOTE(defrag @ Jun 20 2006, 11:57 PM) *
are you placing the code in the right place, along with the hidethem counterpart?


where is that at?
 
xastallaslyons
post Jun 21 2006, 07:30 AM
Post #8


Senior Member
*****

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



Put this in your about me.
QUOTE
</div> <style type="text/css"> .hidethem {visibility:hidden; display:none;} </style>



and this in your heros section * remember..edit the red*
QUOTE
<START NEW DETAILS SECTION />
</td></tr></table>
</td></tr></table>
<br />
<table bgcolor="6699cc" border="1" bordercolor="6699cc" cellpadding="0" cellspacing="0" width="300">
<tr>
<td class="text" align="left" bgcolor="6699cc" height="10" valign="center" width="300"> <span class="whitetext12">MY Details</span>

</td>
</tr>
<tr>
<td valign="top">
<table align="center" bgcolor="ffffff" border="0" bordercolor="000000" cellpadding="3" cellspacing="3" width="300">
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Status:</span></td>
<td bgcolor="d5e8fb" width="175">Single

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Here for:</span></td>
<td bgcolor="d5e8fb" width="175">Friends

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Orientation:</span></td>
<td bgcolor="d5e8fb" width="175">Straight

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Hometown:</span></td>
<td bgcolor="d5e8fb" width="175">that tree house with the monkeys

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Body Type:</span></td>
<td bgcolor="d5e8fb" width="175">5' 4"

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Ethnicity:</span></td>
<td bgcolor="d5e8fb" width="175">White / Caucasian

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Religion:</span></td>
<td style="" bgcolor="d5e8fb" width="175">Other

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Sign:</span></td>
<td bgcolor="d5e8fb" width="175">*shrugs*

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Smoke / Drink:</span></td>
<td bgcolor="d5e8fb" width="175">Yes / Yes

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Children:</span></td>
<td style="" bgcolor="d5e8fb" width="175">sometime...

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Education:</span></td>
<td bgcolor="d5e8fb" width="175">Graduated from High School

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Occupation:</span></td>
<td bgcolor="d5e8fb" width="175">Web Designer

</td>
</tr>
<tr>
<td align="left" bgcolor="b1d0f0" valign="top" width="100"><span class="lightbluetext8">Income:</span></td>
<td bgcolor="d5e8fb" width="175">$100,000 and higher

<END NEW DEATAILS SECTION />

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<div class="hidethem"><table><tr><td><table><tr><td>
 
RawrDania
post Jun 21 2006, 01:22 PM
Post #9


extra-ordinary
****

Group: Member
Posts: 147
Joined: Jan 2006
Member No: 364,995



ok now it works but it made my profile really really wide....what can i do to make it skinny like it used to be?
 
xastallaslyons
post Jun 21 2006, 02:56 PM
Post #10


Senior Member
*****

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



can u provide a link...
 

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