1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML HTML Spacing Problem

Discussion in 'Web Development' started by mpax9, Jun 25, 2010.

  1. mpax9

    mpax9 New Member

    Minor issue - but one that is driving me up the wall. I feel like it should be so simple to see, but I just can't!

    Page in Question:http://www.michaelpalladino.com

    I can't get rid of that space between my name and address in Table 1, but I was able to get rid of it in the two tables below it (Executive Summary, Professional Experience). The fourth table though (Education) - same problem with the spacing.
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    Your code:
    HTML:
     <td height="13" align="center" valign="middle"><p style="text-align: center"> 2827 Sunrise Street • Yorktown Heights, NY 10598<br />
    			          914-263-9681 • MichaelPalladino@Gmail.com
    			          ___________________________________________________________
    				     </p></td>
    Try taking out the code <p style="text-align: center"> and the close </p>
    in both places.
     
  3. mpax9

    mpax9 New Member

    Ishkey,

    That worked, but then I lose the CENTERED formatting of each table. Any workaround for this?
     
  4. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    try a "div"
    Code:
    <td height="13" align="center" valign="middle"><div style="text-align: center">2827 Sunrise Street � Yorktown Heights, NY 10598<br />
    			          914-263-9681 � MichaelPalladino@Gmail.com</div>
     
  5. mpax9

    mpax9 New Member

    That worked perfectly - thanks!
     
  6. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    Great ----
    Does that mean now you will grace us with some of your ability and maybe clue us all in on some things which would enhance our websites???
    Got this from your bio.
    Don't forget to remove the links on those other pages on your web that link here.
    It probability would be a good idea to have under construction there now, in case someone is looking to hire you.