Página 1 de 1

Solicitud de BBcode

Publicado: 16 Abr 2014, 04:21
por Makoto
un bbcode como este

Imagen

actualmente uso este, es una combinacion entre un bbcode que hizo alorse y el bbcode de advanced bbcodes (offtopic)

http://www.fiis-unac.com/foro/viewtopic ... 8&p=19#p19

Código: Seleccionar todo

<div class="dborder" style="position:relative;">
	<div class="dhead"><strong>Informaci&oacute;n de descarga</strong></div>
	<div class="content-fredo">
		<div style="height: 20px;clear: both;"></div>
		<dl style="margin: 0px 16px; width: 65%; border-radius: 5px; border: 1px solid rgb(219, 219, 219);float:left;" class="OffTopic">
			<dt style="border-radius: 5px; border: 1px solid rgb(219, 219, 219);" class="OffTopicTitle">Detalles</dt>
			<dd style="text-align:center;" class="OffTopicText">
				<table cellspacing="0" cellpadding="0" style="border: medium none; width: 100%;">
					<tbody>
						<tr style="text-align: left;">
							<td style="border: none;"><span style="font-weight: bold">Curso</span>:</td>
							<td style="border: none;">{TEXT1}</td>
						</tr>
						<tr style="text-align: left;">
							<td style="border: none;"><span style="font-weight: bold">Ciclo</span>:</td>
							<td style="border: none;">{TEXT2}</td>
						</tr>
						<tr style="text-align: left;">
							<td style="border: none;"><span style="font-weight: bold">Profesor</span>:</td>
							<td style="border: none;">{TEXT3}</td>
						</tr>
					</tbody>
				</table>
			</dd>
		</dl>
		<div style="position: relative; float: left; width: 21%; height: 76px;"><div style="text-align: center;;"><img src="./images/download.png" alt="" width="85px" /></div></div>
		<div style="height: 20px;clear: both;"></div>
		<dl style="margin: 0px auto; width: 90%; border-radius: 5px; border: 1px solid rgb(219, 219, 219);" class="OffTopic">
			<dt style="border-radius: 5px; border: 1px solid rgb(219, 219, 219);" class="OffTopicTitle">Practicas</dt>
			<dd style="text-align:center;" class="OffTopicText">
				<table cellspacing="0" cellpadding="0" style="border: medium none; width: 99%;">
					<tbody>
						<tr style="text-align: center;">
							<td style="border: none;">{TEXT4}</td>
							<td style="border: none;">{TEXT5}</td>
							<td style="border: none;">{TEXT6}</td>
							<td style="border: none;">{TEXT7}</td>
						</tr>
					</tbody>
				</table>
			</dd>
		</dl>
		<div style="height: 20px;clear: both;"></div>
		<dl style="margin: 0px auto; width: 90%; border-radius: 5px; border: 1px solid rgb(219, 219, 219);" class="OffTopic">
			<dt style="border-radius: 5px; border: 1px solid rgb(219, 219, 219);" class="OffTopicTitle">Exámenes</dt>
			<dd style="text-align:center;" class="OffTopicText">
				<table cellspacing="0" cellpadding="0" style="border: medium none; width: 99%;">
					<tbody>
						<tr style="text-align: center;">
							<td style="border: none;">{TEXT8}</td>
							<td style="border: none;">{TEXT9}</td>
							<td style="border: none;">{TEXT10}</td>
						</tr>
					</tbody>
				</table>
			</dd>
		</dl>
		<div style="height: 20px;clear: both;"></div>
		<dl style="margin: 0px auto; width: 90%; border-radius: 5px; border: 1px solid rgb(219, 219, 219);" class="OffTopic">
			<dt style="border-radius: 5px; border: 1px solid rgb(219, 219, 219);" class="OffTopicTitle">Solucionario</dt>
			<dd style="text-align:center;" class="OffTopicText">
				<table cellspacing="0" cellpadding="0" style="border: medium none; width: 99%;">
					<tbody>
						<tr style="text-align: center;">
							<td style="border: none;">{TEXT11}</td>
						</tr>
					</tbody>
				</table>
			</dd>
		</dl>
		<div style="height: 20px;clear: both;"></div>
	</div>
</div>
lo que eh visto es que en chrome y IE no se visualiza correctamente la parte de las imagenes del bbcode u_u

claro si hay un nuevo metodo que me recomiendan para usar un bbcode o algun mod bbcode se le agradeceria