Log In · Register

 
two questions..., extended network box and orange writing.
daisyx3
post May 26 2005, 07:29 PM
Post #1


Senior Member
***

Group: Member
Posts: 71
Joined: Apr 2005
Member No: 132,341



biggrin.gif okay i am making my very first layout...

but i put in a code to hide that extended network box on the very top... and now its just a blank box... how do i get rid of the box!! cry.gif

another thing is that orange writing that says About me. and all things... how do i make that the color white (so its hidden) . . .

its driving me crazyyyy ohmy.gif
 
 
Start new topic
Replies (1 - 18)
*Azarel*
post May 26 2005, 09:02 PM
Post #2





Guest






For the latter queston, insert the following into a profile field -
CODE
<style type="text/css">
.orangetext15 {color: FFFFFF;}
</style>
 
daisyx3
post May 26 2005, 09:19 PM
Post #3


Senior Member
***

Group: Member
Posts: 71
Joined: Apr 2005
Member No: 132,341



ut ohh... it didnt work :[ am i doing somthing silly or somthinggg why wont it work?


- Ooooh thats to make my extended network text show again? well that worked ;) but i wanted the whole box hidden if possible? (lol or am i completly wrong)
 
*Azarel*
post May 26 2005, 09:23 PM
Post #4





Guest






Do you have a tag affecting your bold text? It'd be helpful if you could provide a link to your myspace or the html you currently have.
 
daisyx3
post May 26 2005, 10:37 PM
Post #5


Senior Member
***

Group: Member
Posts: 71
Joined: Apr 2005
Member No: 132,341



 
Loudsur13
post May 26 2005, 10:47 PM
Post #6


Nothing But The DOG In Me.
****

Group: Member
Posts: 189
Joined: Mar 2005
Member No: 117,860



umm im not sure but i think this is the code for the extended network to be hidden



or maybe this 1 im not sure how it starts

 
daisyx3
post May 26 2005, 11:00 PM
Post #7


Senior Member
***

Group: Member
Posts: 71
Joined: Apr 2005
Member No: 132,341



oh okay got it! :] woohoo!!

thankss soo much <3

actually since its a blank box on the top of the page now... is there a way i can edit that? like put a picture in it or some text? biggrin.gif
 
duplicatex0x0x0
post Jun 1 2005, 03:07 PM
Post #8


Senior Member
******

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



CODE
/*Hidden Extended Network Code*/
.blacktext12 {visibility:hidden; display:none}
</style>
<style type="text/css">
.blacktext12 {color:transparent; font-size:0px; height:75px; width:435px; background-image:url("URL TO image here")}
table table table[height="75"]{ background-color:transparent; background-image:url('URL TO image here'); background-position:center;

background-repeat:no-repeat;}


URL TO image here - URL of the image...
 
bbyunique
post Jun 1 2005, 04:29 PM
Post #9


unique
*****

Group: Member
Posts: 520
Joined: May 2005
Member No: 140,137



QUOTE(tcunningham1589 @ Jun 1 2005, 3:07 PM)
CODE
/*Hidden Extended Network Code*/
.blacktext12 {visibility:hidden; display:none}
</style>
<style type="text/css">
.blacktext12 {color:transparent; font-size:0px; height:75px; width:435px; background-image:url("URL TO image here")}
table table table[height="75"]{ background-color:transparent; background-image:url('URL TO image here'); background-position:center;

background-repeat:no-repeat;}


URL TO image here - URL of the image...
*


thanks!! i was looking for this. tee hee happy.gif
 
duplicatex0x0x0
post Jun 1 2005, 04:31 PM
Post #10


Senior Member
******

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



Yeah _smile.gif earlier i was searching for the code to erase the writing of "about me" "who i'd like to meet" so I went through all the pages. Came across this topic and was like blink.gif no one answered it... ill tell them than. biggrin.gif
 
daisyx3
post Jun 1 2005, 06:30 PM
Post #11


Senior Member
***

Group: Member
Posts: 71
Joined: Apr 2005
Member No: 132,341



/*Hidden Extended Network Code*/
.blacktext12 {visibility:hidden; display:none}
</style>
<style type="text/css">
.blacktext12 {color:transparent; font-size:0px; height:75px; width:435px; background-image:url("http://i4.photobucket.com/albums/y108/beckiiboox3/beckiboo.gif")}
table table table[height="75"]{ background-color:transparent; background-image:url('http://i4.photobucket.com/albums/y108/beckiiboox3/beckiboo.gif'); background-position:center;

background-repeat:no-repeat;}


thats what i put in and it didnt work... what am i doing wrong?
 
duplicatex0x0x0
post Jun 1 2005, 06:34 PM
Post #12


Senior Member
******

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



put this in your about me section:

CODE
<style type="text/css">

/*Text Attributes*/
font, td, a, body, input, textarea, table{color:;font-family:;}

/*Hidden Extended Network Code*/
.blacktext12 {visibility:hidden; display:none}
</style>
<style type="text/css">
.blacktext12 {color:transparent; font-size:0px; height:75px; width:435px; background-image:url("http://i4.photobucket.com/albums/y108/beckiiboox3/beckiboo.gif")}
table table table[height="75"]{ background-color:transparent; background-image:url('http://i4.photobucket.com/albums/y108/beckiiboox3/beckiboo.gif'); background-position:center;

background-repeat:no-repeat;}

</style>
 
daisyx3
post Jun 3 2005, 06:51 PM
Post #13


Senior Member
***

Group: Member
Posts: 71
Joined: Apr 2005
Member No: 132,341



ahh no i still dont see a picture there. :[
 
Dark_Juliet
post Jun 4 2005, 10:22 PM
Post #14


I DEMAND PIGGIES!!
***

Group: Member
Posts: 64
Joined: Nov 2004
Member No: 63,822



To get the picture to show up, you have to remove this:
 
daisyx3
post Jun 5 2005, 09:34 AM
Post #15


Senior Member
***

Group: Member
Posts: 71
Joined: Apr 2005
Member No: 132,341



okay it didnt work cry.gif is there somthing wrong with what im doing?!?!? its driving mee crazyyy !
VVVVVV



Please use a codebox next time ;-)

This post has been edited by D1SMANTLED: Jun 5 2005, 11:48 AM
 
Dark_Juliet
post Jun 5 2005, 11:09 AM
Post #16


I DEMAND PIGGIES!!
***

Group: Member
Posts: 64
Joined: Nov 2004
Member No: 63,822



Oh, i see where you messed up. You have two text attributes sections. Their cancelling eachother out. And you have too many unneccessary <style type="text/css"> tags. Get rid of this:


and this:


Sorry, i know this is double posting, but it's neccessary so i can finish helping this person.


Add this to your code after you delete the text attributes sections:


I know you said it was neccessary to double post, but you can just edit a post to if you want to add more. So please do that next time ;-)

POSTS MERGED.


This post has been edited by D1SMANTLED: Jun 5 2005, 11:56 AM
 
daisyx3
post Jun 5 2005, 09:10 PM
Post #17


Senior Member
***

Group: Member
Posts: 71
Joined: Apr 2005
Member No: 132,341



hah thankss soo much :) !! <3
 
Dark_Juliet
post Jun 5 2005, 09:23 PM
Post #18


I DEMAND PIGGIES!!
***

Group: Member
Posts: 64
Joined: Nov 2004
Member No: 63,822



No problem happy.gif and sorry about not thinking of editing my other two posts...i tried to post them both before as one, but the 2nd half didn't show up, so i thought i couldn't merge them. Sorry pinch.gif
 
D1SMANTLED
post Jun 5 2005, 10:09 PM
Post #19


mosh.
******

Group: Member
Posts: 1,841
Joined: Dec 2004
Member No: 73,114



QUOTE(Dark_Juliet @ Jun 5 2005, 9:23 PM)
No problem  happy.gif and sorry about not thinking of editing my other two posts...i tried to post them both before as one, but the 2nd half didn't show up, so i thought i couldn't merge them. Sorry  pinch.gif
*


Ahh, that's alright..

QUOTE(beckiiboox3 @ Jun 5 2005, 9:10 PM)
hah thankss soo much :) !! <3
*


k, Topic Closed!
 

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