Is the "<P>" code generated by the interface or is it inputted by you? Try using a "<div>" opening and closing tags instead of the paragraph tags.. I doubt if setting the cellpadding and cellspacing to be "0" in the table will help, but it couldnt hurt. When you use a gui like the one David uses, it more than likely puts its own html code before and after what is being inputted by the user, so that you don't have to put any html (simple text can be put it without issue). Looking at the code it places your code into a table data tag within the larger table.. a class is defined as well with font faces and sizes..
Try that, and let me know what happens.
Adam
--
______________
Adam Dugger
Grade 4 Classroom Teacher
Herricks UFSD
Long Island, New York
http://www.classblogmeister.com/blog.php?blogger_id=93503
http://room25mrd.wikispaces.com/
http://adugger.blogspot.com/
"We are the music makers...
and we are the dreamers of dreams." - Willy Wonka
______________
Adam Dugger
Grade 4 Classroom Teacher
Herricks UFSD
Long Island, New York
http://www.classblogmeister.com/blog.php?blogger_id=93503
http://room25mrd.wikispaces.com/
http://adugger.blogspot.com/
"We are the music makers...
and we are the dreamers of dreams." - Willy Wonka
On Sun, Jun 28, 2009 at 8:48 PM, mrsdurff <mrsdurff@...> wrote:
I think if you just backspace the code so there are no spaces in the code it might work.
> Can anyone help with an html issue I'm having. I'm trying to set up the Welcome page for next year. There's a lot of white space that shows up when the html is viewed through BM but doesn't when it's viewed elsewhere (e.g. on http://www.w3schools.com/html/) Any suggestions?
> thanks in advance
> gordon
>
> Here's the new page:
> http://classblogmeister.com/blog.php?blogger_id=264517
>
> Here's the code:
> <p><strong>We are the Mamaroneck Avenue School 5th Grade Team in Mamaroneck, NY, USA!</strong>
> <table>
> <tr><td>Mr. Brune<br><center><a target="_other window" href="http://www.flickr.com/photos/83951220@N00/3668038136/" title="brunethumb by MAS5, on Flickr"><img src="http://farm4.static.flickr.com/3309/3668038136_ac5aa34317_t.jpg" width="75" height="100" alt="brunethumb" /></a></td>
> <td>Mrs. DeFrancesco<br><center><a target="_other window" href="http://www.flickr.com/photos/83951220@N00/3667232705/" title="defranthumb by MAS5, on Flickr"><img src="http://farm4.static.flickr.com/3396/3667232705_34b692288b_t.jpg" width="75" height="100" alt="defranthumb" /></a></td>
> <td> Ms. Kelly<br><center><a target="_other window" href="http://www.flickr.com/photos/83951220@N00/3667232715/" title="kellythumb by MAS5, on Flickr"><img src="http://farm4.static.flickr.com/3406/3667232715_28706e967e_t.jpg" width="75" height="100" alt="kellythumb" /></a></td>
> <td>Mrs. Mangieri<br><center><a target="_other window" href="http://www.flickr.com/photos/83951220@N00/3668038192/" title="mangthumb by MAS5, on Flickr"><img src="http://farm4.static.flickr.com/3616/3668038192_c4d4899925_t.jpg" width="75" height="100" alt="mangthumb" /></a></td>
> <td>Mr. Taylor<br><center><a target="_other window" href="http://www.flickr.com/photos/83951220@N00/3667232743/" title="taylorthumb by MAS5, on Flickr"><img src="http://farm4.static.flickr.com/3317/3667232743_c0d2c505f5_t.jpg" width="75" height="100" alt="taylorthumb" /></a></td>
> </table>
> <br>
> Contact us by leaving a comment at the bottom of this "Welcome" article or <a target="_other window" href="http://www.mamkschools.org/education/components/scdirectory/default.php?sectiondetailid=3133&showdir=877&other=1&cms_mode=view">HERE</a>.
>
x