The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forum widgets management problem.

2 posters

Go down

Forum widgets management problem. Empty Forum widgets management problem.

Post by delicious December 9th 2011, 1:31 pm

Spoiler:
How do that?
delicious
delicious
Forumember

Female Posts : 213
Reputation : 1
Language : lithuanian

http://wildchild.forumlt.com/

Back to top Go down

Forum widgets management problem. Empty Re: Forum widgets management problem.

Post by Guest December 9th 2011, 7:14 pm

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:
Code:
<textarea class="customized" rows=12" cols="20">CONTENT</textarea>
Spoiler:

CSS Stylesheet Code:
Code:
textarea.customized{
border: 2px solid #COLOR;
background: #COLOR;
font-family: Georgia;
font-size: 12px;
}
avatar
Guest
Guest


Back to top Go down

Forum widgets management problem. Empty Re: Forum widgets management problem.

Post by Omu December 12th 2011, 7:01 pm

Try with that code to make the widget table:

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:

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;
        }
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum