Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   I'm Stuck or Stupid or both (http://www.greenguysboard.com/board/showthread.php?t=43249)

T Pat 2007-10-12 11:34 AM

I'm Stuck or Stupid or both
 
Could someone that is good with HTML Tables take a look at this and tell me where I'm screwing up Template I've been screwing with the HTML for 2 plus hours and can't close the gap in the middle (between 3 day trials and Randome Blogs) |banghead|

Preacher 2007-10-12 11:47 AM

In your first table tag, the first td has its' width set to 300 (see below). Set that width to 200. |thumb
HTML Code:

  <table width="800" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#91C3DC" style="border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid;
 border-right-color: #666666; border-left-color: #666666;"
>

    <tr>
      <td bgcolor="#4086AA" height="100" width="300"  colspan="1"><div align="center"><font color="#FFFFFF"><h1><strong>Feed EZ</h1>Adult Blog Directory</td>
    <td valign="center" bgcolor="#4086AA">

You're also missing a 'px' following the '10' in the below style:
HTML Code:

.cellpadsmain {
 padding: 10 0 0 5px;
}


T Pat 2007-10-12 12:08 PM

A Great BIG Fucking Thank You Preacher |thumb


All times are GMT -4. The time now is 12:04 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc