![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Forumer ![]() | anyone knows how to set this code tables width and height? so, when someone post a very long code it will appear in a small table only. |
![]() | |
| | |
| | #3 (permalink) |
| Junior Forumer ![]() | thanks but what i mean is to set it in my style sheets so it will be the default code box size when someone posted a code inside a [code] tags. |
![]() | |
| | |
| | #5 (permalink) |
| Junior Forumer ![]() | It varies greatly by CSS, but you should take a look at the following parts of your CSS and mess around in it until you can figure out how to adjust it. (i used your default skin on Babydoll's_Closet) Code: #CODE { white-space:normal; font-family: Courier, Courier New, Verdana,
Arial; font-size: 11px; color: #000000; background-color: #00ccff;
border: 1px solid #C0C0C0; border-top: 1px solid #000; border-left: 1px
solid #000; padding-top: 5px; padding-right: 20px; padding-bottom: 5px;
padding-left: 20px; float:left; width:auto }
.copyright { font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 9px; line-height: 12px }
.codebuttons { font-size: 10px; font-family: verdana, helvetica, sans-serif; vertical-align: middle }
.forminput, .textinput, .radiobutton, .checkbox { font-size: 11px; font-family: verdana, helvetica, sans-serif; vertical-align: middle }
|
![]() FREE domain names for your forum or site! 100% free domain names! Compatible with forumer! | |
| | |
| | #6 (permalink) |
| Junior Forumer ![]() | thanks but i still don't know how... i really don't know how that's why i'm asking for help. i want it to be like here in F forumer. the code box is set to its height/width so if long codes is posted it will be in a scrollable box. |
![]() | |
| | |
| | #7 (permalink) |
| Senior Forumer ![]() | Go go: Admin CP > Skins & Templates > Style Sheets > Edit Click in the textbox that appears. Press Ctrl + F (find) and type in "#CODE". Click close or cancel. You should be looking at a section of code like this: Code: #CODE { white-space:normal; font-family: Courier, Courier New, Verdana,
Arial; font-size: 11px; color: #000000; background-color: #00ccff;
border: 1px solid #C0C0C0; border-top: 1px solid #000; border-left: 1px
solid #000; padding-top: 5px; padding-right: 20px; padding-bottom: 5px;
padding-left: 20px; float:left; width:auto }
Code: #CODE { white-space:normal; font-family: Courier, Courier New, Verdana,
Arial; font-size: 11px; color: #000000; background-color: #00ccff;
border: 1px solid #C0C0C0; border-top: 1px solid #000; border-left: 1px
solid #000; padding-top: 5px; padding-right: 20px; padding-bottom: 5px;
padding-left: 20px; float:left; width: 600px; height: 400px; overflow: scroll;}
|
![]() | |
| | |
![]() |
| 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 |
| [BUYING]Money Code and Rep Code [1000f$+] | JJRedick4 | Uncategorized stuff | 5 | 10-20-2006 03:01 AM |
| Table HTML Code not Working | rrcunningham | IPB General Support | 1 | 10-05-2006 02:20 PM |
| [quick Question]og Code, i lost my code(ahh..paste mistake) | z9_chison | IPB General Support | 1 | 07-21-2005 12:34 PM |
| Php Code | Izayoi Hime | IPB General Support | 5 | 10-08-2004 02:28 PM |