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.

News box.

2 posters

Go down

Solved News box.

Post by smerf95 July 22nd 2012, 11:02 pm

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 Very Happy

<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 Sad
I tried my best Smile
THANKS !
avatar
smerf95
Forumember

Male Posts : 208
Reputation : 3
Language : Polish

http://sorta.forumpl.net

Back to top Go down

Solved Re: News box.

Post by ankillien July 24th 2012, 4:25 am

Hi,

Which news box are you talking about? Can you post a screen shot please?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: News box.

Post by smerf95 July 24th 2012, 6:23 pm

https://2img.net/h/oi46.tinypic.com/11i3i1w.jpg

But u realy have to see it becose it has buttons and all the stuf .
avatar
smerf95
Forumember

Male Posts : 208
Reputation : 3
Language : Polish

http://sorta.forumpl.net

Back to top Go down

Solved Re: News box.

Post by ankillien July 25th 2012, 6:01 am

It is made using simple HTML and CSS. Here is a sample code...

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
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: News box.

Post by smerf95 July 28th 2012, 3:30 pm

It worked thank you Wink
avatar
smerf95
Forumember

Male Posts : 208
Reputation : 3
Language : Polish

http://sorta.forumpl.net

Back to top Go down

Solved Re: News box.

Post by ankillien July 28th 2012, 4:16 pm

Topic Solved & Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top


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