• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Table

Lucenzo

The Way You Move :)
Joined
Jan 29, 2011
Messages
363
Reaction score
14
Location
UK
Heya


Would be very nice if someone could put a nice table around this code. x x


PHP:
$main_content .= '<h3><center><p><b>War Commands Information<br /></p></center></h3>
              <center><b>/war invite, guild, fraglimit</b> - Start a war with frag limit<br />
		<b>/war invite, GuildName</b> - Declares a war to Guild<br />
		<b>/war accept, GuildName</b> - Accept the war by Guild<br />
		<b>/war end, GuildName</b> - Stops a war with Guild<br />
		<br>';

Something like this? :L


wars png

But so that text above goes into the table :P


Thanks in Advance x x
 
HTML:
<br/>
<div class="TableContainer">
	<table class="Table3" cellpadding="0" cellspacing="0">
		<div class="CaptionContainer">
			<div class="CaptionInnerContainer">
				<span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span>
				<span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span>
				<span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span>
				<span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span>
				<div class="Text">War Commands Information</div>
				<span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span>
				<span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span>
				<span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span>
				<span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span>
			</div>
		</div>
		<tr>
			<td>
				<div class="InnerTableContainer">
					<table width="100%">
						<tr>
							<td>
								<div class="TableShadowContainerRightTop">
									<div class="TableShadowRightTop" style="background-image:url('.$layout_name.'/images/content/table-shadow-rt.gif)"></div>
								</div>
								<div class="TableContentAndRightShadow" style="background-image:url('.$layout_name.'/images/content/table-shadow-rm.gif)">
									<div class="TableContentContainer">
										<table class="TableContent" width="100%">
											<tr bgcolor="'.$config['site']['darkborder'].'">
												<td class="LabelV" align="center">/war invite, guild, fraglimit</td>
												<td>Start a war with frag limit</td>
											</tr>
											<tr bgcolor="'.$config['site']['lightborder'].'">
												<td class="LabelV" align="center">/war invite, GuildName</td>
												<td>Declares a war to Guild</td>
											</tr>
											<tr bgcolor="'.$config['site']['darkborder'].'">
												<td class="LabelV" align="center">/war accept, GuildName</td>
												<td>Accept the war by Guild</td>
											</tr>
											<tr bgcolor="'.$config['site']['lightborder'].'">
												<td class="LabelV" align="center">/war end, GuildName</td>
												<td>Stops a war with Guild</td>
											</tr>
										</table>
									</div>
								</div>
								<div class="TableShadowContainer">
									<div class="TableBottomShadow" style="background-image:url('.$layout_name.'/images/content/table-shadow-bm.gif)">
										<div class="TableBottomLeftShadow" style="background-image:url('.$layout_name.'/images/content/table-shadow-bl.gif)"></div>
										<div class="TableBottomRightShadow" style="background-image:url('.$layout_name.'/images/content/table-shadow-br.gif)"></div>
									</div>
								</div>
							</td>
						</tr>
					</table>
				</div>
			</td>
		</tr>
	</table>
</div>
minified:
HTML:
<br/><div class="TableContainer"><table class="Table3" cellpadding="0" cellspacing="0"><div class="CaptionContainer"><div class="CaptionInnerContainer"><span class="CaptionEdgeLeftTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span><span class="CaptionEdgeRightTop" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span><span class="CaptionBorderTop" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span><span class="CaptionVerticalLeft" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span><div class="Text">War Commands Information</div><span class="CaptionVerticalRight" style="background-image:url('.$layout_name.'/images/content/box-frame-vertical.gif)"></span><span class="CaptionBorderBottom" style="background-image:url('.$layout_name.'/images/content/table-headline-border.gif)"></span><span class="CaptionEdgeLeftBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span><span class="CaptionEdgeRightBottom" style="background-image:url('.$layout_name.'/images/content/box-frame-edge.gif)"></span></div></div><tr><td><div class="InnerTableContainer"><table width="100%"><tr><td><div class="TableShadowContainerRightTop"><div class="TableShadowRightTop" style="background-image:url('.$layout_name.'/images/content/table-shadow-rt.gif)"></div></div><div class="TableContentAndRightShadow" style="background-image:url('.$layout_name.'/images/content/table-shadow-rm.gif)"><div class="TableContentContainer"><table class="TableContent" width="100%"><tr bgcolor="'.$config['site']['darkborder'].'"><td class="LabelV" align="center">/war invite, guild, fraglimit</td><td>Start a war with frag limit</td></tr><tr bgcolor="'.$config['site']['lightborder'].'"><td class="LabelV" align="center">/war invite, GuildName</td><td>Declares a war to Guild</td></tr><tr bgcolor="'.$config['site']['darkborder'].'"><td class="LabelV" align="center">/war accept, GuildName</td><td>Accept the war by Guild</td></tr><tr bgcolor="'.$config['site']['lightborder'].'"><td class="LabelV" align="center">/war end, GuildName</td><td>Stops a war with Guild</td></tr></table></div></div><div class="TableShadowContainer"><div class="TableBottomShadow" style="background-image:url('.$layout_name.'/images/content/table-shadow-bm.gif)"><div class="TableBottomLeftShadow" style="background-image:url('.$layout_name.'/images/content/table-shadow-bl.gif)"></div><div class="TableBottomRightShadow" style="background-image:url('.$layout_name.'/images/content/table-shadow-br.gif)"></div></div></div></td></tr></table></div></td></tr></table></div>
Mr1rU.png
 
Last edited:
Back
Top