Jump to content

Table spacing


cdoggg94

Recommended Posts

I have this table:

 

<!--the css for the div its in is here-->

<style type="text/css">

#conServices{
	position: absolute;
	height: 160px;
	width: 433px;
	top: 562px;
	left: 36px;
}

</style>

<!-- end of style  -->


<div id="conServices" align="center">
<table width="421" height="207" border="0">
	<!--<tr>
		<td align="center"><span style="font-weight:bold; font-size:20px;">OUR SERVICES</span></td>
    <tr>-->
    <tr>
		<td align="center"><span style="font-weight:normal; font-size:17px;">GENERAL BUSINESS CONSULTATION</span></td>
    <tr>
    <tr>
		<td align="center"><span style="font-weight:normal; font-size:17px;">STRATEGIC PLANNING</span></td>
    <tr>
    <tr>
		<td align="center"><span style="font-weight:normal; font-size:17px;">BUSINESS START UP PLANS</span></td>
    <tr>
    <tr>
		<td align="center"><span style="font-weight:normal; font-size:17px;">BUSINESS DOCUMENTATION FLOW</span></td>
    <tr>
    <tr>
		<td align="center"><span style="font-weight:normal; font-size:17px;">INTERNET BASED PROJECTS</span></td>
    <tr>
</table>
</div>

 

for some reason there is a ton of space on top and below the actual content...(see attached image)

 

Can anyone think of why ?

Link to comment
https://forums.phpfreaks.com/topic/275372-table-spacing/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.