background image in table disappears

by ochaim
5 replies
  • WEB DESIGN
  • |
Hey Warriors!

I'm using a sales page template that's in a .php file, it's mostly html though, and it uses a table that creates borders around text.

I'm not sure what happened but as I'm cutting things out and adding in my own text, the borders that are supposed to be in the table backgrounds disappear.

The original .php shows borders, but once I start editing text elsewhere in the page, the borders disappear. these borders are .png images.

I'm going to try slowing changing the text and keep refreshing to see what's causing it, but thought I'd check here if it's apparent to anybody what I'm doing wrong.

Thanks!
#background #disappears #image #table
  • Profile picture of the author nodesolomon
    Originally Posted by ochaim View Post

    Hey Warriors!

    I'm using a sales page template that's in a .php file, it's mostly html though, and it uses a table that creates borders around text.

    I'm not sure what happened but as I'm cutting things out and adding in my own text, the borders that are supposed to be in the table backgrounds disappear.

    The original .php shows borders, but once I start editing text elsewhere in the page, the borders disappear. these borders are .png images.

    I'm going to try slowing changing the text and keep refreshing to see what's causing it, but thought I'd check here if it's apparent to anybody what I'm doing wrong.

    Thanks!
    HEy ochiam, could you show me an example of your code by using jsfiddle.net, or just paste it here? that way i could solve it for you much more easily.

    ps. why you using images for borders, why don't you use CSS?
    table {
    border: 1px solid #ccc;
    }

    thanks
    Signature

    read my collection of Famous Quotes
    Free Online Movies

    {{ DiscussionBoard.errors[7767918].message }}
  • Profile picture of the author Michael71
    Sales pages with tables are really oldschool programming (or slicing PSD)...

    Please provide the URL
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[7767950].message }}
    • Profile picture of the author nodesolomon
      Originally Posted by Michael71 View Post

      Sales pages with tables are really oldschool programming (or slicing PSD)...

      Please provide the URL
      Yeh i really agree with micheal, you want just normal div boxes, or just twitter bootstrap for responsive design, and and appealing call to action, big colorful buttons
      Signature

      read my collection of Famous Quotes
      Free Online Movies

      {{ DiscussionBoard.errors[7767979].message }}
  • Profile picture of the author blogfreakz
    please provide the url, we can help you better if you provide the live URL..
    {{ DiscussionBoard.errors[7768102].message }}
  • Profile picture of the author ochaim
    Thanks for the suggestions guys.

    I found the problem. I've been trying to customize this sales page using instabuilder and and making a standalone page from it. I just found some table styles in the instabuilder css that is interfering with the sales page's own tables.

    The only reason I'm doing it this way is because this sales page is a series of php pages comprising a sales funnel. I tried to rebuild the pages in instabuilder but it uses a php include that I couldn't quite get to work even using the "php in page/post" plugins.

    The php include calls a config file that has all the pertinent info for the sales funnel, like oto and download page urls, paypal email etc.

    I thought it this might add a layer of some sort of security, but I'm realizing that's probably not the case.

    If I can enter all the variables that the php include calls for, then maybe I can get rid of the php include altogether?

    Does that make sense?

    Thanks for your input,
    Owen
    {{ DiscussionBoard.errors[7769592].message }}

Trending Topics