Here is a image of my problems: This is the bottom of my webpage and it is all in a table. Here is a breaif code of how i inserted the image+text on the bottom. Thank you in advance it is always so helpful here
your </tr>s and </td>s are in the wrong positions e.g you have </tr> </td> </table> and it should be </td> </tr> </table> same at the top of the code sample and probably else where in the page - sort them out and it will probably sort all the issues out
hey i didnt notice that but i changed it and nothing happend... however, i changed it from cellspacing=2 to cellpadding=2 and the white line was removed. Now how can i raise the bottom text up?