TopYouth Gamerzfun
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
Hoba
Hoba

Adding A "Window" For Your Widget! Modera10
Gender : Male
Country : مصر
Posts : 73
Points : 147
Age : 30

Adding A "Window" For Your Widget! Empty Adding A "Window" For Your Widget!

Mon Jul 15, 2013 11:40 pm
Message reputation : 100% (3 votes)
Adding A "Window" For Your Widget!


You can add what I call a "Window" for something on a HTML page, or in your templates. This is basically what the form is made of. If you are going to add things to your templates, you need to make it fit in, and this is how.


The First Step & Only Step
Put this code where you want the widget window to display.


Code:
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
</tr>
</table>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th class="thHead" valign="middle" height="25">{MESSAGE_TITLE}</th>
</tr>
<tr>
<td class="row1" align="center">
<form action="" method="post"><span class="gen"><br />
{MESSAGE_TEXT}<br />
<br />
</td>
</tr>
</table>
<br clear="all" />

Replace the text {MESSAGE_TITLE} with the title of the window. Then replace {MESSAGE_TEXT} with the text or HTML code of the widget.

Best Wishes 
Tito
Tito

Adding A "Window" For Your Widget! Member11
Gender : Male
Country : مصر
Posts : 44
Points : 64

Adding A "Window" For Your Widget! Empty Re: Adding A "Window" For Your Widget!

Tue Jul 16, 2013 3:33 pm
مجهود رائع

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