Forum widgets management problem.
2 posters
Page 1 of 1
Re: Forum widgets management problem.
Hi! What do you certain want to do from that image? Move bar? If yes, here is used textarea tag, and the background and border are simply ...
Widget HTML Code:
CSS Stylesheet Code:
Widget HTML Code:
- Code:
<textarea class="customized" rows=12" cols="20">CONTENT</textarea>
- Spoiler:
- You can change rows=12" and cols="20"
CSS Stylesheet Code:
- Code:
textarea.customized{
border: 2px solid #COLOR;
background: #COLOR;
font-family: Georgia;
font-size: 12px;
}
Guest- Guest
Re: Forum widgets management problem.
Try with that code to make the widget table:
Add in CSS:
- Code:
<table>
<tr>
<td class="class-1" width="20%">
<textarea class="customized" rows=12" cols="20">Content</textarea>
<td>
</tr>
<tr>
<td class="class-2" width="20%">
<textarea class="customized" rows=12" cols="20">Content</textarea>
<td>
</tr>
</table>
Gassy wrote:
- Spoiler:
You can change rows=12" and cols="20"
Add in CSS:
- Code:
.class-1 {
border: 0px !important;}
.class-2 {
border: 0px !important;}
textarea.customized{
border: 2px solid #COLOR;
background: #COLOR;
font-family: Georgia;
font-size: 12px;
}

» Forum widgets management problem
» Forum widgets management CSS code problem...
» Portal Management Vs Forum Widgets Management
» Forum widgets management, what does it do?
» Help on ads Forum widgets management
» Forum widgets management CSS code problem...
» Portal Management Vs Forum Widgets Management
» Forum widgets management, what does it do?
» Help on ads Forum widgets management
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum