[email protected] Posted December 9, 2011 Share Posted December 9, 2011 Hi everyone! (if you don't want to read all my blah blah, go down to the text in red I know that when you are not a noob, one of the most annoying things can be a noob.. but I hope you give me a chance! I have a shop myself, and currently am setting up a new shop for my friend. The problem is that I do not know php, but i understand some css and I do pretty well with HTML. Because of this I have a couple of people I have been paying alot of money for help with editing templates and different mods for a shop using the cre loaded system. However, the last time I asked for help (for my friends new shop that is still being worked on), it took a long time for them to get started, and having an impatient friend made me want to go in and try fix one of the things myself. It took me an hour to find out where the file that needed to be edited was located, but when I found out where it was, it took me literally 5 seconds to edit and fix it. This was not php related, but I was so surprised (they were going to charge 50 euro for this thing), that I wanted to go in and try edit a few more things. I really appreciate their services, and I am ok with paying, but it really made me think, maybe I can do more myself? So I changed a few things in css, locating files (which takes ages, but is so worth it when you do, and you figure something out, yay!) and mostly using my brain, lol. But when it comes to php, i am extremely confused. But very curious! I have ordered a, supposed to be, good book to understand php! However, I have one thing in the mean time, I was hoping you could help me with. I have used the cre loaded forums, but nothing happens on that forum = no responses. Maybe you could help me out? My friends site is currently located at tattoopiraten dot com If you look at the products listed on the front page, you see no vertical space between them. However, if you go to any of the categories in the menu, the products are listed with a vertical space. Does anybody have any clue where I would edit this? I feel like I have looked everywere, but with no luck.. I literally have spent hours trying to find this, and posting on a forum is the last resort. I try everything else first. Quote Link to comment https://forums.phpfreaks.com/topic/252858-noob-at-all-this-trying-to-adjust-template-in-cre-loaded/ Share on other sites More sharing options...
sunfighter Posted December 10, 2011 Share Posted December 10, 2011 It's in your main file "index.htm" Line 308 to line 315 looks like this: <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr><td> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr><td><div class="body_t"><div class="body_b"><table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td align="center"> You want line 312. Try this: <tr><td> <table width="100%" cellspacing="10" cellpadding="0" border="0"> Quote Link to comment https://forums.phpfreaks.com/topic/252858-noob-at-all-this-trying-to-adjust-template-in-cre-loaded/#findComment-1296534 Share on other sites More sharing options...
[email protected] Posted December 13, 2011 Author Share Posted December 13, 2011 Thanks for replying! Well it consists of loads of files, so it is hell to look through, and it isn't just in the index file However, thanks to you pointing out the cellspacing, i search through files for this word and located the right one of several hundred, finally! Should anyone ever be interested, i found it in: templates/mytemplatename/mainpage_modules/featured.php Quote Link to comment https://forums.phpfreaks.com/topic/252858-noob-at-all-this-trying-to-adjust-template-in-cre-loaded/#findComment-1297633 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.