Replace with: Code Replace with: Code Register Log In UBB.Developers Forums UBB.classic V6.4 - 6.7 Modifications V6 Mod Ideas Quick Reply box & text colour change Search Advanced Forum Search Portal Forums Member List Calendar Active Threads Staff UBBWiki Previous Thread Next Thread Print Thread Rate Thread Re: Quick Reply box & text colour change #57830 07/19/2004 10:20 AM Joined: Mar 2001 Posts: 7,394 LK Admin / Code Breaker LK Admin / Code Breaker Joined: Mar 2001 Posts: 7,394 Try:Find:Code<textarea name="message" rows="10" cols="50" wrap="virtual"></textarea>Replace with:Code<textarea name="message" rows="10" cols="50" wrap="virtual" style="font-family: Verdana, Arial, sans-serif; background-color: #111111; color: #EEEEEE;"></textarea>change #111111 to the background color and #EEEEEE to the text color.If you want it to have a background image, try to add to the 'style':Codebackground: url(http://www.url.com/image.gif); Copy Link to Clipboard Share Post on Facebook Share Post on Reddit Sponsored Links Entire Thread Subject Posted By Posted Quick Reply box & text colour change Gladius 07/19/2004 1:20 PM Re: Quick Reply box & text colour change Cho Phoo 07/19/2004 3:30 PM Re: Quick Reply box & text colour change Gladius 07/19/2004 4:45 PM Re: Quick Reply box & text colour change AllenAyres 07/19/2004 5:00 PM Re: Quick Reply box & text colour change LK 07/19/2004 5:20 PM Re: Quick Reply box & text colour change Gladius 07/19/2004 6:37 PM Re: Quick Reply box & text colour change Ian Spence 07/19/2004 7:34 PM Re: Quick Reply box & text colour change Gladius 07/19/2004 8:04 PM Hop To Announcements ------ Announcements Official UBB.threads Dev Team UBBDev U-Zine Articles Open House Reviews Interviews Member Spotlight uStore UBBDev WikiUBB.threads 7 Development ------ How Do I? Addons and Modifications Modification Ideas Templates CSS Styles and Themes International SupportCommunity Development ------ How-To/Site Help Library Design, Style and Graphics Graphics and Icons Resources and Tutorials Design Matters Promoting Your Community Forum Showcase Programming HTML, CSS, and JavaScript PHP and Server-side Scripting MySQL and Server Configuration Web HostingGeneral Discussion ------ Suggestions and Feedback Developer for Hire Chit ChatUBB.threads 6 ------ V6 Modifications Archived Mods V6 Mod Ideas Forum Design Integration Templates CSS Styles and Themes International Support (German) Bug Reports UBB.portal (CMS) V5.php Modifications V5.php Mod Ideas V5.php Bug FixesUBB.classic ------ V6.4 - 6.7 Modifications V6 Mod Ideas Forum Design Integration International Support V6 MultiHack Mods MultiHack 2.0 MultiHack 1.5 V6 Mod Questions V5 Modifications V5 Mod QuestionsWWWThreads ------ WWWThreads Information Print Thread Switch to Flat Mode Show Likes Link Copied to Clipboard 5 Excellent 4 Good 3 Average 2 Bad 1 Terrible View Profile Private Message Follow User Forum Posts Like Summary Donate Today! Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs. Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services. Recommended Hosts We have personally worked with and recommend the following Web Hosts: • Stable Host • bluehost • InterServer Visit us on Facebook June S M T W T F S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Member Spotlight isaac California Posts: 1,157 Joined: July 2001 Forum Statistics Forums63 Topics37,575 Posts293,932 Members13,824 Most Online6,139Sep 21st, 2024 Today's Statistics Currently Online Topics Created Posts Made Users Online Birthdays Top Posters AllenAyres 21,079 JoshPet 10,369 LK 7,394 Lord Dexter 6,708 Gizmo 5,835 Charles Capps 5,073 Greg Hard 4,625 Top Posters(30 Days) Gizmo 1 Top Likes Received isaac 82 Gizmo 20 Brett 7 Ruben Rocha 4 AllenAyres 3 Ian Spence 2 WebGuy 2 Top Likes Received (30 Days) None yet Default Style UBBDev75 - Worn UBBDev76 UBBDev77 UBBDev80 UBBT70 UBBT70 - Light UBBT75 UBBT76 UBBT77 UBBT80 Forum Rules · Mark All Read Contact Us · Forum Help · UBB.Dev The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services Powered by UBB.threads™ PHP Forum Software 8.0.1 (Snapshot build 20240918)
<textarea name="message" rows="10" cols="50" wrap="virtual"></textarea>
<textarea name="message" rows="10" cols="50" wrap="virtual" style="font-family: Verdana, Arial, sans-serif; background-color: #111111; color: #EEEEEE;"></textarea>
background: url(http://www.url.com/image.gif);