Log In · Register

 
Text box help, the boxes that show html so people can copy it
ZukoJin
post Jul 30 2007, 08:46 PM
Post #1


Member
**

Group: Member
Posts: 29
Joined: Jul 2007
Member No: 541,964



I want to be able to have a box on my profile with the html code for a link back image showing for people to copy and paste it onto their own profiles if they want but it's not turning out quite like I want. The one on my profile has a white background and the text shows up white so that it's not visible. This is what I want it to look like, but this is all I'm getting.
HTML
<textarea>html code here</textarea>

Is the code I'm using.

Anyone know how to fix this?
 
 
Start new topic
Replies (1 - 5)
Mm-giraffe
post Jul 30 2007, 09:17 PM
Post #2


To Zanarkand
****

Group: Official Designer
Posts: 177
Joined: Jul 2007
Member No: 543,483



in your coding area, add this:

CODE
textarea
{font-family:XXX;
font-size:XXX;
color:XXX;}


adjust the textarea coding accordingly
to what you want your textarea to look like ^_^
 
YourSuperior
post Jul 30 2007, 09:19 PM
Post #3


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Just a few modifications, and it should work.

CODE
<style type="text/css">
textarea{
background-color: transparent;
font-family: Times New Roman;
font-size: 10pt;
color: #FFFFFF;
}
</style>


<textarea>PUT LINKAGE HERE</textarea>

 
ZukoJin
post Jul 30 2007, 09:27 PM
Post #4


Member
**

Group: Member
Posts: 29
Joined: Jul 2007
Member No: 541,964



^Yay! It worked! biggrin.gif Thanks so much!
 
Mm-giraffe
post Jul 30 2007, 09:29 PM
Post #5


To Zanarkand
****

Group: Official Designer
Posts: 177
Joined: Jul 2007
Member No: 543,483



idk which one of us you're thanking but YW thumbsup.gif lol
 
ZukoJin
post Jul 30 2007, 09:31 PM
Post #6


Member
**

Group: Member
Posts: 29
Joined: Jul 2007
Member No: 541,964



I tried the first one and it didn't work so I tried the last one and it did and that's the one I'm currently using.
 

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