changing interests wording, interests |
![]() ![]() |
changing interests wording, interests |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Oct 2005 Member No: 255,653 ![]() |
i want to be able to change the words from interests, music, heroes
to anything else. i used to have the code but i lost it help? |
|
|
![]()
Post
#2
|
|
![]() Resource Center Tyrant ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,263 Joined: Nov 2007 Member No: 593,306 ![]() |
Sorry if this isn't what you're looking for, but I would erase what you have written in your "Interests" so that the section doesn't show up, and then add a new section and put whatever text you would like.
Look here for that script: http://www.hot-lyts.com/adding-sections.php |
|
|
![]()
Post
#3
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 ![]() |
Whew, this took me a while.
What I've done here is to use a code that will hide your original Interests Table and then use a DIV to "re-code" a replacement. This must go in your Interests Section. CODE <style> .SMTable {position:relative; top:-40px; margin-bottom:-30px;} .interestsAndDetails td.text {display:none;} .room1 {background-color:white;}</style></td></tr></table></td></tr></table> <table class="SMTable" bordercolor="6699cc" cellspacing="0" cellpadding="0" width="300" bgcolor="6699cc" border="1"><tr><td class="text mainTitle" width="300" bgcolor="6699cc"> <span class="whitetext12">My Interests</span> </td></tr> <tr><td><table class="room1" bordercolor="000000" cellspacing="3" cellpadding="3" width="300" border="0"><tr><td class="leftSide" valign="top" width="100" bgcolor="b1d0f0"> <span class="lightbluetext8">Header</span> </td> <td class="rightSide" width="175" bgcolor="d5e8fb">STUFF IN HERE</td></tr><tr> <td class="leftSide" valign="top" width="100" bgcolor="b1d0f0"> <span class="lightbluetext8">Header</span> </td> <td class="rightSide" width="175" bgcolor="d5e8fb">STUFF IN HERE</td></tr> If you want more columns; just continue to add this to the bottom of the code: CODE <tr>
<td class="leftSide" valign="top" width="100" bgcolor="b1d0f0"> <span class="lightbluetext8">Header</span> </td> <td class="rightSide" width="175" bgcolor="d5e8fb">STUFF IN HERE</td></tr> |
|
|
![]() ![]() |