알짜게시판

배경색상 사용자가 바꾸게 하기//

검은 배경스킨을 대략 만들다보니
글자색이 잘 안보이는 경우가 있더군요..

배경색을 사용자가 바꾸게하기 //

사용스킨의 room-bg.php
<body>아래에

<center>
<table border="0" cellpadding="0" cellspacing="0" width=600  height="40">
      <td width="600" height="40" align=center>                        
                        <input type="button" name="bg01" onclick="document.bgColor='#ffffff'"  style="color:whitesmoke; background-color:#ffffff;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#ffffcc'"  style="color:whitesmoke; background-color:#ffffcc;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#ffff66'"  style="color:whitesmoke; background-color:#ffff66;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#999966'"  style="color:whitesmoke; background-color:#999966;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#ffccff'"  style="color:whitesmoke; background-color:#ffccff;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#ff66ff'"  style="color:whitesmoke; background-color:#ff66ff;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#ff6666'"  style="color:whitesmoke; background-color:#ff6666;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#ff0066'"  style="color:whitesmoke; background-color:#ff0066;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#66ff00'"  style="color:whitesmoke; background-color:#66ff00;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#336600'"  style="color:whitesmoke; background-color:#336600;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#009900'"  style="color:whitesmoke; background-color:#009900;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#003300'"  style="color:whitesmoke; background-color:#003300;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#336699'"  style="color:whitesmoke; background-color:#336699;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#0033ff'"  style="color:whitesmoke; background-color:#0033ff;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#0000cc'"  style="color:whitesmoke; background-color:#0000cc;" onfocus='this.blur()'>                        
                        <input type="button" name="bg01" onclick="document.bgColor='#6600ff'"  style="color:whitesmoke; background-color:#6600ff;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#330099'"  style="color:whitesmoke; background-color:#330099;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#330033'"  style="color:whitesmoke; background-color:#330033;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#330000'"  style="color:whitesmoke; background-color:#330000;" onfocus='this.blur()'>                        
                        <input type="button" name="bg01" onclick="document.bgColor='#555555'"  style="color:whitesmoke; background-color:#555555;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#222222'"  style="color:whitesmoke; background-color:#222222;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#000033'"  style="color:whitesmoke; background-color:#000033;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#111122'"  style="color:whitesmoke; background-color:#111122;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#111111'"  style="color:whitesmoke; background-color:#111111;" onfocus='this.blur()'>
                        <input type="button" name="bg01" onclick="document.bgColor='#000000'"  style="color:whitesmoke; background-color:#000000;" onfocus='this.blur()'>            
     </font></td></table>
</center>

식으로 붙여넣으면 됩니다.
그러나 어차피 자신이 보는 화면에서만 바뀝니다...

// 이것도 팁이될런가? ㅡ,,ㅡ;;
    • 색깔이 강해서 흐른거루...노가다 봉사^^*그리구 난 room.php 파일에 있던데...
    • 05-04-14
    • <table border="0" cellpadding="0" cellspacing="0" width=600  height="40">      <td width="600" height="40" align=center>                                                <input type="button" name="bg01" onclick="document.bgColor='#ffffff'"  style="color:whitesmoke; background-color:#ffffff;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#FFF7F7'"  style="color:whitesmoke; background-color:#FFF7F7;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#FFDCD4'"  style="color:whitesmoke; background-color:#FFDCD4;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#FFF7EF'"  style="color:whitesmoke; background-color:#FFF7EF;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#FFF5D9'"  style="color:whitesmoke; background-color:#FFF5D9;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#FFFAC7'"  style="color:whitesmoke; background-color:#FFFAC7;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#F2F9E8'"  style="color:whitesmoke; background-color:#F2F9E8;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#E7F2F1'"  style="color:whitesmoke; background-color:#E7F2F1;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#C6DBDC'"  style="color:whitesmoke; background-color:#C6DBDC;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#E0F4FF'"  style="color:whitesmoke; background-color:#E0F4FF;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#E7F0FF'"  style="color:whitesmoke; background-color:#E7F0FF;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#EBEBF9'"  style="color:whitesmoke; background-color:#EBEBF9;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#E7DCEF'"  style="color:whitesmoke; background-color:#E7DCEF;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#FFE2FE'"  style="color:whitesmoke; background-color:#FFE2FE;" onfocus='this.blur()'>                        <input type="button" name="bg01" onclick="document.bgColor='#FFD6ED'"  style="color:whitesmoke; background-color:#FFD6ED;" onfocus='this.blur()'>                                                <input type="button" name="bg01" onclick="document.bgColor='#EEEEEE'"  style="color:whitesmoke; background-color:#EEEEEE;" onfocus='this.blur()'></td>
      </table>
    • 05-04-14
    • 오오~ 멋지네요
    • 04-01-31
번호 제목 글쓴이 조회 날짜
70 11월01 및 11월08 버젼 메뉴얼 4 6,460 11-12
69 절대 경로 주소 알아보기 6,408 11-19
68 이곳의 경로명 예제입니다. 참고하세요! 1 6,338 10-26
67 제목이 멈추는 분들 보세요. 1 6,318 12-01
66 db에러는 해결^^ ㅡㅡㅋ 302는 뭐여.. 1 6,310 11-14
65 win2000, win2003 등에서 로그인 메세지로 설치 못하고 계시는분들께 2 6,300 11-10
64 방제목 읽어오기에서 멈출때 6,259 11-08
63 방깨짐이 자주 일어나는분 2 6,257 11-25
62 [워드프레스] cdn.jsdelivr.net 에서 ssl 인증서 오류 문제 6,250 05-02
61 방 깨짐 현상 3 6,206 11-29
60 로그인 후에 하얀화면만 나와요. 6,147 11-14
59 이곳에서 사용된 공지사항 6,141 11-02
58 방만들기 때 계속 로그인 하라고 하네요... 3 6,135 12-11
열람 배경색상 사용자가 바꾸게 하기// 4 6,105 01-31
56 제로보드 닉이미지 대신에 마크이미지로.. 3 6,084 11-02
55 쉽고 깔끔하게 딴곳이랑 연동해봅시다! 6,048 10-26
54 채팅 메뉴에서 색 추가하기...[팁] 3 6,044 10-27
53 OnLoad 충돌시. 제목읽기만 나오고 그대로 멈춘경우 ^^ 2 6,038 11-02
52 [윈도우] 레지스트리 변경값 추적하는 프로그램 6,018 06-14
51 길호챗: 자신의 길호챗은 어떤것? 1 6,005 08-26
50 회원이 닉네임 이미지를 업로드 하게 하기 1 5,932 11-01
49 새창띠우신분들은... 5,904 11-13
48 MSN 사용자들 사용자목록에서 클릭하면 바로 쪽지창 뜨게하기. 1 5,898 10-28
47 방이 자꾸 깨지는분 2 5,886 12-18
46 [PHP] Curl 을 이용하여 json 을 post 보내기 5,794 01-19
45 xp에서 방을 만들었는데 상대방이 못들어 올때~ 2 5,756 11-02
44 화면클리어.. 2 5,692 11-02
43 APM 사용자중 성공못한분들을 위해. 5,668 10-28
42 대화방 기능 질문입니다. 5,636 05-30
41 사람이 없는데 방이 목록에 남아있는 경우... 3 5,602 11-18
40 Warning:chgroom.php on line 21 5,545 11-06