![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member ![]() | I'm using the Cloud 9 skin but when I went to post a message it's white text on white background and I can't see what I'm typing. How do I change this? This is only on the post screen, not when viewing messages. ![]() http://atkinsweigh.3.forumer.com/ |
![]() | |
| | |
| | #2 (permalink) |
| VIP Team | I have just tested this on my forum. It wasn't white against white in the quick reply or general reply. The easiest thing to do may be to re-Import Cloud 9 as your skin and add your banner once more. This problem may have occurred due to the skin selector mod you are using. Last edited by stylus; 12-29-2005 at 10:07 PM.. |
| | |
| | #3 (permalink) |
| Member ![]() | Looks like when I use the skins html I was directed to, it turns my text to white on white. This is what I was told to put in because Invision doesn't allow users to choose skins. <br> <center> <form> <select onChange="changeskin(this.options[this.selectedIndex].value); window.location.reload();"> <option>Change Skin <option value="Blue Ash"> Blue Ash <option value="Blue Aura"> Blue Aura <option value="Blue Tech"> Blue Tech <option value="Cool Blue">Cool Blue <option value="Dark Skyline"> Dark Skyline <option value="A Blue Daze"> A Blue Daze <option value="Final Fantasy"> Final Fantasy <option value="Matrix Malfunction"> Matrix Malfunction <option value="Midevil Darkness"> Midevil Darkness <option value="Neon Ash"> Neon Ash <option value="The Simpsons"> The Simpsons <option value="I-Glass"> I-Glass <option value="Abstra-Black"> Abstra-Black <option value="Windows Thunderstorm"> Windows Thunderstorm <option value="Techa Black: Blue"> Techa Black: Blue <option value="BlueGray (vB Style)"> BlueGray (vB Style) </select> </form> <script language="JavaScript"> <!-- /* Change Skin Script Copyright © 2003 xMALEVOLENCEx Skins created by various members of the ifskinzone.net ALL skins are copyright to http://www.ifskinzone.net */ var scheme = getCookie('template1'); if (scheme == 'Blue Ash') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/blueash.css">'); } else if (scheme == 'Blue Aura') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/blueaura.css">'); } else if (scheme == 'Blue Tech') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/bluetech.css">'); } else if (scheme == 'Cool Blue') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/coolblue.css">'); } else if (scheme == 'Dark Skyline') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/darkskyline.css">'); } else if (scheme == 'A Blue Daze') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/bluedaze.css">'); } else if (scheme == 'Final Fantasy') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/finalfantasy.css">'); } else if (scheme == 'Matrix Malfunction') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/matrixmalfunction.css">'); } else if (scheme == 'Midevil Darkness') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/midevildarkness.css">'); } else if (scheme == 'Neon Ash') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/neonash.css">'); } else if (scheme == 'The Simpsons') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/thesimpsons.css">'); } else if (scheme == 'I-Glass') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/iglass.css">'); } else if (scheme == 'Abstra-Black') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/abstrablack.css">'); } else if (scheme == 'Windows Thunderstorm') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/windowsthunderstorm.css">'); } else if (scheme == 'Techa Black: Blue') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/techablackblue.css">'); } else if (scheme == 'BlueGray (vB Style)') { document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://mercury.walagata.com/w/johkalhaups/css/bluegray.css">'); } function changeskin(change) { var scheme = change; var name = 'template1'; var pathname = location.pathname; var myDomain = pathname.substring(0,pathname.lastIndexOf('/')) +'/'; var ExpDate = new Date (); ExpDate.setTime(ExpDate.getTime() + (180 * 24 * 3600 * 1000)); setCookie(name,scheme,ExpDate,myDomain); } function getCookie(name){ var cname = name + "="; var dc = document.cookie; if (dc.length > 0) { begin = dc.indexOf(cname); if (begin != -1) { begin += cname.length; end = dc.indexOf(";", begin); if (end == -1) end = dc.length; return unescape(dc.substring(begin, end)); } } return null; } function setCookie(name, value, expires, path, domain, secure) { document.cookie = name + "=" + escape(value) + ((expires == null) ? "" : "; expires=" + expires.toGMTString()) + ((path == null) ? "" : "; path=" + path) + ((domain == null) ? "" : "; domain=" + domain) + ((secure == null) ? "" : "; secure"); } --> </script> </center> <br /> |
![]() | |
| | |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| White Links? | coolcat | IPB General Support | 3 | 06-19-2005 04:35 PM |
| White border around Avatars | Weapon | IPB General Support | 6 | 05-18-2005 12:05 PM |
| Topic cells are white | Pookieno5 | IPB General Support | 10 | 03-20-2005 08:10 PM |
| White Box | ryan | IPB Skinning Help | 1 | 07-20-2004 10:56 AM |
| The Buttons Appear But The White Writing... | gabberism | IPB General Support | 5 | 04-01-2004 12:25 PM |