• 0

what am i doing wrong?


Question

i'm trying to get images and text to butt right up against the edge of the browser and table borders but it won't. i can always see the line of the table and there is a tiny white border around the whole web page. i've got the table borders set to 0 and cellpadding and spacing at 0. i've also used the topmargin=0, leftmargin=0 and so forth. can't get the page to look like one flowing page no matter what i do! its broken up by visible white space.

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

hmmm, have you tried saving it, then closing the prog, then opening it up again...sometimes this helps...

sorry cant help you any more mate ;(

Link to comment
Share on other sites

  • 0

you should try using dreamweaver it creates clean code so you can browse though it and look where the problem is.... if you publish the whole code to this thread people will be able to have a better look... I will try... Did you try to eliminate the border code al together.....

Link to comment
Share on other sites

  • 0
check out this:

If you are trying to make those table borders not show, then the values should be changed to "0".

Like this... table BORDER=0 CELLSPACING=0 CELLPADDING=0

If that's what it is you're trying to do.

Link to comment
Share on other sites

  • 0

somewhere along the line i deleted the cellspacing=0 while i was playing around... putting it back in fixed the problem.

Link to comment
Share on other sites

  • 0

Ugh... visual HTML programs are terrible. It never looks the same in IE as it does on the layout.

Try going to Adobe or Microsoft's sites and viewing their front page source code. They both have what you're trying to achieve.

Link to comment
Share on other sites

  • 0

The only visual HTML program that can actually make a page look like a page would in IE, in my opinion atleast, is Macromedia Dreamweaver, not to mention the fact that is uses clean code, no Microsoft added bs.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.