News box.
2 posters
Page 1 of 1
News box.
Hi ;D Can some one make me a script or tell me how to do it ill be so greatfull !
I mean a script that they have http://czarodzieje.my-rpg.com/
The news box .
I tried to do mine own but every time i do it its like when the add is small its ok . but when a wide add pops up All the text just on the add .
I use this code for the text
<div style="text-align: left; overflow: auto; left: 170px; width: 121px; [SPAM]; top: 732px; height: 74px; color: rgb(0, 0, 0);"><span style="font-weight: bold;">Tekst
Tekst
</span></div>
Sorry for my English
I tried my best
THANKS !
I mean a script that they have http://czarodzieje.my-rpg.com/
The news box .
I tried to do mine own but every time i do it its like when the add is small its ok . but when a wide add pops up All the text just on the add .
I use this code for the text
<div style="text-align: left; overflow: auto; left: 170px; width: 121px; [SPAM]; top: 732px; height: 74px; color: rgb(0, 0, 0);"><span style="font-weight: bold;">Tekst
Tekst
</span></div>
Sorry for my English
I tried my best
THANKS !
Re: News box.
Hi,
Which news box are you talking about? Can you post a screen shot please?
Which news box are you talking about? Can you post a screen shot please?
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: News box.
https://2img.net/h/oi46.tinypic.com/11i3i1w.jpg
But u realy have to see it becose it has buttons and all the stuf .
But u realy have to see it becose it has buttons and all the stuf .
Re: News box.
It is made using simple HTML and CSS. Here is a sample code...
Try putting it in the homepage message.
- Code:
<table border="0">
<tr>
<td>
<div style="width:300px; min-height:300px; padding:5px; border:1px solid #666; border-radius:20px;">
test
</div>
</td>
<td>
<div style="width:300px; min-height:300px; padding:5px; border:1px solid #666; border-radius:20px;">
test
</div>
</td>
<td>
<div style="width:300px; min-height:300px; padding:5px; border:1px solid #666; border-radius:20px;">
test
</div>
</td>
</tr>
</table>
Try putting it in the homepage message.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: News box.
Topic Solved & Locked |
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum