TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

anyone know how to change the color of a text box in dreamweaver??

Page: 1 2 Reply
May 25th 2002#50019 Report
Member since: May 21st 2002
Posts: 537
I want the background of the scrollable text box to go with the colors of the site but there seems to be no way of changing them.


is there?
Reply with Quote Reply
May 26th 2002#50133 Report
Member since: Mar 27th 2001
Posts: 2237
bgcolor=

that should work unless I don't understand what you are asking....

be it a "layer" or a "table".... or whatever.... you should be able to specify a bgcolor.
Reply with Quote Reply
May 27th 2002#50235 Report
Member since: May 21st 2002
Posts: 537
I'm talking about changing the color of the background in the text box and the scroller thing.



there doesn't seem to be a place where you can change the background color of the text box. I'm looking in the selection properties of the text box.

I could manually change it by using code but I don't know enough about code to do that.
Reply with Quote Reply
May 27th 2002#50237 Report
Member since: May 27th 2002
Posts: 1028
The poster before you just told you how to do it. Select the text box in your wysiwyg view and then switch to code view. You should see the code selected before you. Now just insert: bgcolor="whatever hex value you want" in the head tag of the text box.
Reply with Quote Reply
May 27th 2002#50239 Report
Member since: May 21st 2002
Posts: 537
that's the only way to do it?


also, how do you make the text undeletable?
Reply with Quote Reply
May 27th 2002#50242 Report
Member since: May 27th 2002
Posts: 1028
That is the only way to do it for now. Unless you want to use CSS. Could you please explain "undeleteable"?
Reply with Quote Reply
May 27th 2002#50243 Report
Member since: Mar 20th 2001
Posts: 3367
http://207.207.165.100/css/

Pick up any of the css files. Look for body and input styles.
Reply with Quote Reply
May 27th 2002#50259 Report
Member since: May 21st 2002
Posts: 537
Originally posted by random
That is the only way to do it for now. Unless you want to use CSS. Could you please explain "undeleteable"?



anyone who views the site can delete the text in the text box.




------

sorry to be such a pain but I can't get it right. here's the code of the box(sans the < and> markers. where do I put the color stuff?

[tr]
[td valign="top" height="19" colspan="3"]
[div id="Layer2" style="position:absolute; width:110px; height:332px; z-index:2; left: 43px; top: 240px; visibility: visible"]
[form name="form1" method="post" action=""]
[textarea name="textfield" cols="20" wrap="VIRTUAL" rows="22"]5/25/02 :

blah blah blah[/textarea]
[/form]
[/div]
[/td]
[/tr]
Reply with Quote Reply
May 27th 2002#50281 Report
Member since: Mar 20th 2001
Posts: 3367
The css codes, just copy the two styles that I ask you to, and put them in your <style></style> inside the <head></head>

Edit the colors to fit your site. The colors will show up when you open you page in your browser.
Reply with Quote Reply
May 27th 2002#50312 Report
Member since: May 21st 2002
Posts: 537
cool, thanks got it.
Reply with Quote Reply
Page: 1 2 Back to top
Please login or register above to post in this forum