Text is bleeding into the background.

2 replies
  • WEB DESIGN
  • |
How can I get the text to stay within the white area and stop bleeding into the black background? It overlaps just a few letters on each side.

30 Day Action Plan

Thanks

Dee
#background #bleeding #text
  • Profile picture of the author jonhel
    Dee,

    This is occurring due to the background image that you are using with this design. The background has black content on either side, so when you type, it overlaps this content.

    You will need to insert another table that enables you to add content which overlaps the white area of the page. I don't use tables any more when developing pages, so I'm a bit rusty but this should assist you.


    Jonathan
    {{ DiscussionBoard.errors[280896].message }}
    • Profile picture of the author JohnDaniel
      ^what jonhel said works. You can do this.

      Here's what you can do:

      After this line:
      <td bordercolor="#000000" background="30DayActionPlan_files/tablebg.jpg" bgcolor="#ffffff" valign="top" width="750">

      Insert this:

      <table bordercolor="#fffffff" valign="top" width="680">
      <tr>
      <td>
      .......your content here ...............
      </td>
      </tr>

      PM me and I may be able to do it if you're uncomfortable with coding. =)

      john
      {{ DiscussionBoard.errors[281416].message }}

Trending Topics