Side Navigation using the Default NaV..., I want to Put my Default Nav on the Left of my Profile on the Side.. |
Side Navigation using the Default NaV..., I want to Put my Default Nav on the Left of my Profile on the Side.. |
May 24 2008, 02:59 PM
Post
#1
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
heres what i have in my ABOUT: CODE <style>{scrollbarontheleft}body {direction:rtl;}table {direction:ltr;}</style> <style> table.interestsAndDetails {display:none;} .userProfileDetail {display:none;} .userProfileCompany {display:none;} .userProfileSchool {display:none;} .userProfileURL {display:;} </style> <style>.extendednetwork {display:none;}</style> <style>{movesBLOGENTRYdown} .latestblogentry { Margin-Top:30; } </style> <style type="text/css"> .cb {wolfreak_99.createblog.com} .userprofileurl strong {display:none;} .userprofileurl td {background-color:transparent;} .userprofileurl td div {position:absolute; left:450px; top:180px; font-size:17pt;} .profileInfo a img {margin-top:10px;} </style> <style type="text/css">{textINtheCOMMENTSsection} .friendsComments .blacktext10 { color: white; font-family: 'Arno Pro', sans-serif; font-size: 10pt; font-weight: bold; text-transform: uppercase; letter-spacing: 2pt; background-color: black; display: block; padding: 5px; } </style> <style>{modifysTHEcolorOFcomments} body table tr table tr td.text table tr td.text table tr td table tr td { font-size: 14px; font-family:arial; color:white;} </style> <style>{removesSHORTCUTSandSEARCH} div div select, div div form {display:none !important;} select { filter:alpha(opacity=0); opacity:0.0; } </style> <style>{removesBOTTOMlinks} a.text, table div div {visibility:hidden;} tr {background-color:transparent} </style> <style>{changesCOLORtoMAINsections} .blurbs td.text {background-color:black;} .blurbs td.text .orangetext15 {color:red;} .blurbs td .orangetext15 {color:White;} .friendSpace .orangetext15 {background-color:black; display:block; padding:3px; color:White;} .friendSpace table {background-color:transparent;} .friendsComments td {background-color:black;} .friendsComments .orangetext15 {color:red;} .redtext {color:white;} .friendsComments td b {background-color:black; display:block; color:white;} .friendsComments td td td {background-color:black;} </style> <br /> <style>{hidesTHEbackgroundOFinterests}td td{background-color:transparent;border:0px;border-color:ffffff;}.whitetext12{color:FFFFFF;}</style> <style>.interestsanddetails{border:0px;}.contacttable{border:0px;}.userprofiledetail{border:0px;}</style> <p> Hey my name is jonathan ghelfi, Hi! how are you doin'? well i currently live in West Covina, CA. My Hometown is Pico Rivera, CA. I grew Up In "PICO" since i was like 5yrs old. well i really love my House Right now.. IT LOOKS FANNCY! i have a lot Of Friends (talking REALLY WORKS). I am a 8th Grader @ Trawekk Middle School. my Fave color is: BLUE (since 6yrs old). i was shy in my last years in school but i guess i just Out Grew my SHYNESS in school by getting a lot of Friends and Talking A LOT.. I have 2 Brothers,8Yrs old Gio,15yrs old: Mark<br /> <br /> <u>Xbox Live:</u><br /> "XBOX LIVE GAMERTAG: <u>xXdaCONDEMENED1,</u> <br> <br> <br> <b><font color="red">My Calender:</font></b><br> 06/07 - 06/11 | Grad WEEK | 6:00 a.m. <style>{blueBANNERintoPIConTOPofPROFILE} div td { background-color: transparent; background-image: url(''); background-attachment:; background-repeat: repeat; background-position:center-center; } </style> <br> <br> <div style="text-align: center; width: 100%; height: 100%;"><form action="/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=230178055" method="post"><input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /><input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /><input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="" /><textarea name="ctl00$cpMain$UserWriteCommentsControl$commentTextBox" style="width: 300px; height: 100px; color: #000000; font-size: 14px; font-family: Verdana; text-align: left; background-color: #FFFFFF; background-image: url(''); border-color: black; border-width: 2px; border-style: solid;">* I DO NOT ALLOW CHAIN LETTERS! IF YOU POST A CHAIN LETTER TO ME THEN I WILL DELETE IT OR MARK IT AS "SPAM"</textarea><br /><input type="submit" name="ctl00$cpMain$UserWriteCommentsControl$postcommentImageButton" value="Take it!" style="color: #000000; font-size: 12px; background-color: #FFFFFF; border-color: black; border-width: 1px; border-style: solid;"></form></div> <style> .a {hides about and meet labels only} .blurbs td td .orangetext15 {display:none;} </style> and i dont have anything in my LIKE TO MEET section.. any HELP would be taken with great consideration... |
|
|
|
![]() |
May 26 2008, 01:45 PM
Post
#2
|
|
|
AKA RockIt Studios ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,286 Joined: Jun 2006 Member No: 421,809 |
well, not necessarily. you would just have to use line breaks and make each letter a link, like this.
CODE <a href="link">H</a><br> <a href="link">o</a><br> <a href="link">m</a><br> <a href="link">e</a> if you wanted them next to each other, you will probably want to use a table. CODE <table> <tr> <td><a href="link">H</a></td> <td><a href="link">A</a></td> <td><a href="link">B</a></td> <td><a href="link">D</a></td> </tr> <tr> <td><a href="link">o</a></td> <td><a href="link">d</a></td> <td><a href="link">l</a></td> <td><a href="link">e</a></td> </tr> <tr> <td><a href="link">m</a></td> <td><a href="link">d</a></td> <td><a href="link">c</a></td> <td><a href="link">l</a></td> </tr> <tr> <td><a href="link">e</a></td> <td><a href="link"></a></td> <td><a href="link">k</a></td> <td><a href="link"></a></td> </tr> </table> and so on. ALTHOUGH. your safest bet would be an image map. |
|
|
|
May 26 2008, 09:32 PM
Post
#3
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 |
WHOA!
YOu lost me there w/ Your Hip- Young Lingo Son! but, i want them in VERTICAL TEXT so that way they will go down the LEFT SIDE OF MY PROFILE... well, not necessarily. you would just have to use line breaks and make each letter a link, like this.
CODE <a href="link">H</a><BR><BR><a href="link">o</a><BR><BR><a href="link">m</a><BR><BR><a href="link">e</a> if you wanted them next to each other, you will probably want to use a table. CODE <table><BR><tr><BR><td><a href="link">H</a></td><BR><td><a href="link">A</a></td><BR><td><a href="link">B</a></td><BR><td><a href="link">D</a></td><BR></tr><BR><tr><BR><td><a href="link">o</a></td><BR><td><a href="link">d</a></td><BR><td><a href="link">l</a></td><BR><td><a href="link">e</a></td><BR></tr><BR><tr><BR><td><a href="link">m</a></td><BR><td><a href="link">d</a></td><BR><td><a href="link">c</a></td><BR><td><a href="link">l</a></td><BR></tr><BR><tr><BR><td><a href="link">e</a></td><BR><td><a href="link"></a></td><BR><td><a href="link">k</a></td><BR><td><a href="link"></a></td><BR></tr><BR></table> and so on. ALTHOUGH. your safest bet would be an image map. |
|
|
|
Da1nonlyjon Side Navigation using the Default NaV... May 24 2008, 02:59 PM
XTC Looking like this:
ADD
MSG
BLK
DEL
or all the let... May 24 2008, 03:09 PM
Da1nonlyjon ALL the LETTERS VERTICAL... May 24 2008, 03:12 PM
Da1nonlyjon COMEON PEOPLE!
I NEED YOUR HELP!
PLEASE... May 26 2008, 12:17 PM
RockItStudios uhm, all the letters vertical. like this, right?:
... May 26 2008, 01:16 PM
XTC Or with the letters sideways?
You need images if ... May 26 2008, 01:29 PM
XTC No i meant the letters would be on their sides, yo... May 26 2008, 01:48 PM
RockItStudios ...uhh, wha? i'm confused! May 26 2008, 03:01 PM
RockItStudios ugh, i'm so confused!
just go with making ... May 26 2008, 09:39 PM
Da1nonlyjon **NEVERMIND YOU GUYS!**
I just did By myself... May 26 2008, 09:41 PM
RockItStudios yeah...that's pretty much what i said before, ... May 26 2008, 10:18 PM
Da1nonlyjon QUOTE(RockItStudios @ May 26 2008, 08:18 ... May 26 2008, 10:27 PM
RockItStudios what do you mean it's not working?
what does/... May 27 2008, 12:00 PM
Da1nonlyjon Just make The Whole Code for Me...PLEASE!...
... May 27 2008, 08:30 PM
RockItStudios OK, you need to tell me if you want the links like... May 27 2008, 10:33 PM
RockItStudios ^true, but noticed in the code he last gave us, he... May 28 2008, 10:42 AM
Da1nonlyjon Well the code Also Worked in DIV form...
..I al... May 28 2008, 05:24 PM
RockItStudios ugh.
i KNOW you want it like that.
if you look, th... May 28 2008, 10:16 PM![]() ![]() |