Morph
02-08-2010, 10:15 PM
Bear with me here I'm a complete noob with code. I've only learned how some
of the code on my website works. How to arrange small easy tags etc..
Here's my problem # 1
I have a form scrollable textarea but that text area disables any type of Html or Live Link.
Anybody have any clues for me enable Live Link URLs ?
I can't get any Link like this one ( <a url="http://www.I'm confused.com/avail4.htm"> Avail dummmy </a> )
to work/operate live
Here below is some Form text area code to my issue
<table cellspacing="0" cellpadding="0" width="394" border="0">
<tbody>
<tr>
<td>
<form name="form1" action="" method="post">
<div align="center"><textarea class="unnamed1" title="textarea" rows="10"
readonly="readonly" cols="38"> Blah , Blah , Blah text
<a url="http://www.I'm confused.com/avail4.htm"> Avail dummmy </a>
Blah , Blah , Blah more text
</textarea></div></form></td></tr></tbody></table></td>
Anyway that I can make that Link with in that scrollable text form to work/operate live ?
Thanks for your patience and any advice !
-----------------------------------------------------
Problem # 2
_______________________________________________________
I also have question about a custom colored scroll bar
In I.E. the scroll bar is a customized color display
The code is only I.E. compatible not FF or Google Chrome
[U] I believe is the code that controls the scroll bar/U]
//-->
</script>
<style>A {
TEXT-DECORATION: none
}
BODY {
SCROLLBAR-FACE-COLOR: #333333; SCROLLBAR-HIGHLIGHT-COLOR: #CC33CC; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #CC33CC; SCROLLBAR-TRACK-COLOR: #5A5A5A; SCROLLBAR-DARKSHADOW-COLOR: #CC33CC
}</style>
<style>A:hover {
COLOR: #ffffff
}</style>
------------------------------------------------------------
Any suggestions to make this custom colored scroll bar operate in FF & Google Chrome ?
Thanks for any suggestion on both questions
of the code on my website works. How to arrange small easy tags etc..
Here's my problem # 1
I have a form scrollable textarea but that text area disables any type of Html or Live Link.
Anybody have any clues for me enable Live Link URLs ?
I can't get any Link like this one ( <a url="http://www.I'm confused.com/avail4.htm"> Avail dummmy </a> )
to work/operate live
Here below is some Form text area code to my issue
<table cellspacing="0" cellpadding="0" width="394" border="0">
<tbody>
<tr>
<td>
<form name="form1" action="" method="post">
<div align="center"><textarea class="unnamed1" title="textarea" rows="10"
readonly="readonly" cols="38"> Blah , Blah , Blah text
<a url="http://www.I'm confused.com/avail4.htm"> Avail dummmy </a>
Blah , Blah , Blah more text
</textarea></div></form></td></tr></tbody></table></td>
Anyway that I can make that Link with in that scrollable text form to work/operate live ?
Thanks for your patience and any advice !
-----------------------------------------------------
Problem # 2
_______________________________________________________
I also have question about a custom colored scroll bar
In I.E. the scroll bar is a customized color display
The code is only I.E. compatible not FF or Google Chrome
[U] I believe is the code that controls the scroll bar/U]
//-->
</script>
<style>A {
TEXT-DECORATION: none
}
BODY {
SCROLLBAR-FACE-COLOR: #333333; SCROLLBAR-HIGHLIGHT-COLOR: #CC33CC; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #CC33CC; SCROLLBAR-TRACK-COLOR: #5A5A5A; SCROLLBAR-DARKSHADOW-COLOR: #CC33CC
}</style>
<style>A:hover {
COLOR: #ffffff
}</style>
------------------------------------------------------------
Any suggestions to make this custom colored scroll bar operate in FF & Google Chrome ?
Thanks for any suggestion on both questions