I Am Having Major Problems.... Can Someone Please Explain?

by 6 replies
7
Alright Guys

I need major help please... I am in the process of setting up membership site.. This membership site is done in php, but the layout designs are in html file format...

I have created this layout all in php Untitled Document and would like my membership script to read the same layout format..

I have added the above php to the membership code that reads for that particular part.. Please see the attachment for more details

know that it can read the file... http://digitalresellersvault.com/mar...t&category=PLR but the whole layout is comepletly messed up... Why??

Can someone please explain in basic terms.. Thank you
#programming #explain #major #problems
  • With a quick look I'm noticing images aren't loading... make sure you have the direct path to those files. For example if you load an index file and have /image/whatever.jpg and then move to /newdirectory/thisindex.php your image code is now pointing at /newdirectory/image/whatever.jpg so maybe try using the exact url to your images.

    Other than that, I'm not sure with the quick check I did. I'd need to look into it further but I'd start with that... Could be the same thing with the CSS file obviously...Make sure that is pointing at the right direction
  • Banned
    [DELETED]
    • [1] reply
    • Im not creating a php script.. I have already got the php membership script.. I am adding the php that I have done to it
  • I can tell that didn't define the CSS for the site, mainly div for l_sidebar, middle and r_sidebar. Either you didn't link to that stylesheet, or you missed that part out completely.

    - Rufas
    • [1] reply

    • Yeah I am thinking about create l_sidebar.php and r_sidebar.php pages and then link it to the main page, just like you would in a wordpress blog.. And then have the sidebar contents in both sidebar pages
  • Banned
    [DELETED]
    • [1] reply

    • Well then you are no help and shouldnt really have commented
  • Banned
    [DELETED]
    • [1] reply

Next Topics on Trending Feed