Hey guys, on my site www.sportschatter.frih.net , you see in the middle of the my site, i have gray bars, than gray tables underneath. If you look closely, there is a pretty decent gap between the table and the gray bar (its white gap). Is there a way i can move the table up a little, but not ruin the bar? I rather not have a gap, but if i do, than i do. If there is a way, let me know.
Script Question
Change this:
To this:
| Code: |
| <img border="0" src="http://www.sportschatter.frih.net/image/rutgersbar.gif" align="right" width="589" height="24"><p align="center">
<font size="6"> <div align="right"> <table border=0 width="589"> <tr class="blacktext"> <td class="graybackground" width=583> <p align="left"> <i><b><font size="4">Written by: Kevin (Sportsnightcap)</font></b></i></p> <p align="left"><font size="4">Ryan Howard currently has 57 homerun trailing only Barry Bonds, Mark Mcguire, and Sammy Sosa. In the minds of many baseball fans, people see the record still at 61 from Roger Maris. There will be a great deal of discussion about Ryan Howard if he was to hit 62 homeruns this season. He is currently 5 hrs off the mark with a good amount of games to be played. During the time of the monster homeruns of Mcguire, Bonds, and Sosa, many people feel that all three players were involved with steroids. If this is said to be true, than I feel along with many other true baseball fans, that Ryan Howard should take the crown of homerun champion if he was to break Roger Maris's mark.</font></p> <p align="left"><font size="4"><b><i> </i></b></font><i><b><font size="4">Read More..</font></b></i></p> </table> </div> |
| Code: |
| <img border="0" src="http://www.sportschatter.frih.net/image/rutgersbar.gif" align="right" width="589" height="24">
<table border=0 width="589" align="right"> <tr class="blacktext"> <td class="graybackground" width=583> <p align="left"> <i><b><font size="4">Written by: Kevin (Sportsnightcap)</font></b></i></p> <p align="left"><font size="4">Ryan Howard currently has 57 homerun trailing only Barry Bonds, Mark Mcguire, and Sammy Sosa. In the minds of many baseball fans, people see the record still at 61 from Roger Maris. There will be a great deal of discussion about Ryan Howard if he was to hit 62 homeruns this season. He is currently 5 hrs off the mark with a good amount of games to be played. During the time of the monster homeruns of Mcguire, Bonds, and Sosa, many people feel that all three players were involved with steroids. If this is said to be true, than I feel along with many other true baseball fans, that Ryan Howard should take the crown of homerun champion if he was to break Roger Maris's mark.</font></p> <p align="left"><font size="4"><b><i> </i></b></font><i><b><font size="4">Read More..</font></b></i></p> </table> </div> |
that doesnt work, the text in the table just covers the image bar. Any other way or am i missing something.
When you want to create clear design
DON'T use <font> tags - you have CSS for this
DON'T use TABLEs with DIVs for design - use DIVs only (recommended) or TABLEs only
close all tags that need this (div, table, tr, ul, ...) it is good style (but I recommend to close all tags)
btw, you have
in your source so you must close all tags an you want to use css insted of tag parameters.
read W4D to create good web with less problems - I like this Manifesto of czech webdesigners
(I don't have a time to redesign my web so I use tables
)
btw, you have
| Code: |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
(I don't have a time to redesign my web so I use tables
