Need space between text and a table.

by Todd R
4 replies
  • WEB DESIGN
  • |
I inserted a biographical table into my sales page, on the right hand side of the page. The sales page text remains to the left of the border of the table, but there is not space between the text and the table border. It looks as if the text is run smack into the border. How can I get a space inserted with html? Thanks for the help.
#border #html #space #table #text
  • Profile picture of the author Aronya
    Can you post the code for that part of your page (or a link)? It will help to give you the best answer. Most likely, you can use CSS, but the question would be on which part of the page to apply it.
    {{ DiscussionBoard.errors[1503250].message }}
    • Profile picture of the author AnthonyWilson
      Dont know which Web Editor you are using but you should find the following works:

      Go to Table>Properties and setting the padding to be 10px or whatever you need.

      If that doesn't work then highlight the text and then Format>Paragraph and you will be able to select the space in there.

      Or insert another table within the cell, and set the size and position of it to be a little smaller than the cell within which it is contained, set the border size to zero and enter your text.

      The tidy way is to use CSS but if your using tables you may be more comfortable with the above techniques.
      Signature

      -------------------- Video Tutorials with PLR or MRR
      --------------------

      {{ DiscussionBoard.errors[1503553].message }}
  • Profile picture of the author tuanng
    yah, we need to see your code before we can give a definate answer, but Anthony's tip would do the trick. you just need to set either padding or margin between the left and right sections.
    Signature

    Need 3D ebook covers right NOW? Make your own at myecovermaker.com

    {{ DiscussionBoard.errors[1504629].message }}
  • Profile picture of the author iBBnet
    seeing the code and the actual site will definitely help. Sounds like you just need to add padding, as the others have already suggested
    Signature
    Bryan
    After5PC.net
    Freelance Web Development
    and Graphic Design Services
    {{ DiscussionBoard.errors[1506214].message }}

Trending Topics