• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Mininews-Outer

ugurdrahs

New Member
Joined
May 6, 2010
Messages
555
Reaction score
2
Location
Netherland
Someone know how to make slideshow with pictures in homepage?
and in which script to set it up,
using gesior AAC.


this script is good?
so not, someone have one?

repp+

PHP:
	<div id="middlebox" class="left">
				<div id="pagecontent">
					<div id="mininews-outer">
	<ul class="buttons">
		<li id="slide_button_1" class="left active"></li>
		<li id="slide_button_2" class="left"></li>
		<li id="slide_button_3" class="left"></li>
		<li id="slide_button_4" class="left"></li>
		<li id="slide_button_5" class="left"></li>

		<li class="clear"></li>
	</ul>
	<div id="mininews">
		<div id="slide_image_1" style="background: url( '<website>' ); display: block;">
			<div class="desc">
				<strong></strong>
				
			</div>
		</div>

		<div id="slide_image_2" style="background: url( '<website>' );">
			<div class="desc">
				<strong>Custom made island - Oken!</strong>
				We now have a very own unique custom Oken!
			</div>
		</div>
		<div id="slide_image_3" style="background: url( '<website>' );">
			<div class="desc">
				<strong>Automatic raids!</strong>

				We have automatically daily raids and weekly bosses!
			</div>
		</div>
		<div id="slide_image_4" style="background: url( <website>' );">
			<div class="desc">
				<strong>New spawns in Oken!</strong>
				We have many new spawns in Oken, go and check them out!
			</div>
		</div>

		<div id="slide_image_5" style="background: url( '<website>' );">
			<div class="desc">
				<strong>New village in Oken - Greenwick!</strong>
				We have a new village with houses, temple and depot in south Oken!
			</div>
 
Last edited:
Back
Top