Advertisement
On my blog - htt;//queervuemirror.blogspot.com - I have a banner that changes each visit. However, when I added this function several months ago space was created above and below the banner. At first I let this go but now it's bugging the hell out of me but I don't know how to fix it. Does anyone have suggestions?
Advertisement
Advertisement
-
Re: Need a Bit of Coding Help
Wed, November 2, 2005 - 7:47 PMI don't know the coding you need, but I did have to tell you I love the name of your blog!
Scott
-----
www.scott-o-rama.com
http:www.discuss-it.net
-
Unsu...
Re: Need a Bit of Coding Help
Fri, November 4, 2005 - 6:52 PMwhy the DLs and DTs? why not just place the IMG in the TD by itself?
Also, you have a 25px TD above with a QVMspacer and a TD below it with some stuff. I am not sure its purpose.
That is what I am seeing in my brief fly-thru.
-
Re: Need a Bit of Coding Help
Fri, December 9, 2005 - 11:10 AMI'd try this:
<tr>
<td colspan="4" bgcolor="#B9CD5F" width="800" height="151">
<a href="<script" title="queervuemirror.blogspot.com/2005...cript">queervuemirror.blogspot.com/2005...cript language="JavaScript"><!--
//Javascript Created by Computerhope www.computerhope.com
//store the quotations in arrays
See the "height" parameter? Try removing it (delete the height="151") part. The table cell is probably bigger than the image it contains, and the image is "floating" in the middle. If you clear the height, the table cell will be sized to the height of whatever is in it, and you should lose the extra space. Because the enclosing table has "cellpadding" and "cellspacing" set to 0 you won't get any space between table rows or cells, or any internal margins in the table cells.
-
Re: Need a Bit of Coding Help
Mon, December 12, 2005 - 8:44 AMI wish I knew what any of you were talking about.