• 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!

HTML div classed rounded table

Kavvson

Gdy boli cie glowa wez
Joined
Jun 25, 2008
Messages
1,177
Reaction score
72
Location
Poland
Where can i find a easy and short code to create a rounded div table since mine code is to hardcore; )) Maybe its possible in jquery or .. Since i need to make a injection for Modern

HTML:
					<table cellspacing='0' cellpadding='0' border='0' width='100%' class='module-fourth'>
						<tbody><tr>
							<td class='module-fou-top-left'></td>
							<td class='module-fou-top'></td>
							<td class='module-fou-top-right'></td>
						</tr>
												<tr>
							<td class='module-fou-left'></td>
							<td class='module-fou-background'>
		
								<table border='0' width='100%'>

...
 
HTML:
<div style="-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #000;padding: 10px;">Content here</div>

?
 
Back
Top