Support Forums

Browse Category Spacing Problem

This is a discussion on Browse Category Spacing Problem within the Templates, HTML, CSS, and Design Help forums, part of the General category; Specifically how do I control the spacing for the categories in the browse categories table? Vertically and especially horizontally the ...


Go Back   68 Classifieds Forums > General > Templates, HTML, CSS, and Design Help

Reply
 
Thread Tools Display Modes
Old 05-21-2010, 02:11 PM   #1
Customer
 
Join Date: Jul 2006
Posts: 31
Rep Power: 0
Default Browse Category Spacing Problem

Specifically how do I control the spacing for the categories in the browse categories table? Vertically and especially horizontally the spacing is too large between each category title. Where and what code do I need to add? Been trying to figure this out for hours. Thanks
art is offline   Reply With Quote
Old 05-21-2010, 04:39 PM   #2
curmudgeon
 
Join Date: Mar 2006
Posts: 5,413
Rep Power: 138
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

download and use the firefox browser with the firebug plugin and you can click anywhere on a page and see the exact bit of html and css associated with it.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Old 05-21-2010, 04:52 PM   #3
Customer
 
Join Date: Jul 2006
Posts: 31
Rep Power: 0
Default

Did that but could not figure it out. Do I add code to the css table.main? What should I add? Thanks

html > body > div #wrapper > table >tbody >tr > td > div #content > table.main > tbody> tr > td> table > tbody > tr > td
art is offline   Reply With Quote
Old 05-21-2010, 05:28 PM   #4
curmudgeon
 
Join Date: Mar 2006
Posts: 5,413
Rep Power: 138
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

thats the nice thing about firebug, you can edit the page right there in the broiwser to see the effects it has without actually editing the file on your server.

Visit CSS Tutorial to learn about css, then use firebug to experiment and learn.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Old 05-21-2010, 08:25 PM   #5
Customer
 
Join Date: Jul 2006
Posts: 31
Rep Power: 0
Default

Larry I'm not a programmer but I have learned a lot just by experimenting with 68. I'm assuming you know how to fix this problem but for some reason you won't tell me. What you have said I've already found in many other unanswered threads on this forum. I am slowly learning css but at this point I don't know how/where to fix the spacing. A little "useful" help would be nice for me and others who may have the same problem. Knowledge given is sometimes a good thing that can lead to great things.
art is offline   Reply With Quote
Old 05-24-2010, 08:34 AM   #6
curmudgeon
 
Join Date: Mar 2006
Posts: 5,413
Rep Power: 138
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

Quote:
Originally Posted by art
Larry I'm not a programmer but I have learned a lot just by experimenting with 68. I'm assuming you know how to fix this problem but for some reason you won't tell me.
Actually Art, I do not know exactly how to alter this, I have not looked at the css and I do not remember off the top of my head each and every one of the 10+ thousand lines of code that make up 68C.

For some reason you and so many others seem to equate css/html/php/smarty knowledge with an instant answer to every question that arises with the script.

Working with code is a lot like auto repair. Sure a mechanic can take apart and rebuild you car from the ground up, but if you have a problem and call them up and ask for a solution you likely wont get it. Why is that? He can rebuild you car from the ground up if he had to, doesnt that mean he can diagnose every issue by being given some symptoms? Of course it doesnt. Sure he may have an idea of what the problem might be but further investigation is often needed to verify.

So, that being said, do I know exactly what needs to be done for you to get the desired result, NO. Could I, after taking a look at the CSS and spending a few minutes with it get the result your looking for, YES. However, at the time of my reply I did not have access to the CSS. I wanted to help by giving you the tools, and the CSS instructions so that you could make the fix yourself.

I set you on the path to solving your problem, if you decide not to walk the path, dont blame me for your lack of motivation, desire, time etc. Frankly Im getting tired of everyone getting pissy when I dont fix their problems for them to their liking. You people somehow seem to think because someone knows programming, css, html etc that they magically know every line of code/css/html of every script and can just pull an answer from their arse.

I can sympathize that your new to this, it can be very overwhelming and daunting, so many technologies etc all overlapping and commingling. I can also understand you may be frustrated but I caution you on how you express that frustration because threads like just push those able to help you farther away.

Everything I know about html/css/smarty/php is all self taught from books and the internet. Its all there for free or nearly for free for anyone who wants to learn. I used to spend hours looking into code and offering code snippts to help folks just like you.

Over the years as I see more and more people who tell me they dont have the time or desire to learn, they just want to know the answer and to them all I have to say is if you dont want to learn it then hire someone to do it. Anything short of showing a real desire to advance your own skills when posting online comes across as your time is too important to waste learning and at the same time your asking for others to spend their time helping you without compensation. Its pretty much like saying My time is too valuable to deal with this stuff but yours is not. Its insulting.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Old 05-25-2010, 03:19 PM   #7
Customer
 
Join Date: Jul 2006
Posts: 31
Rep Power: 0
Default

Thanks for your reply Larry.

I've spent hours trying to fix this along with searching the forum. Other threads in this forum have responses about "the path" but not the solution for many issues. My last resort was actually asking the forum for help. It's a minor issue and not worthy of spending days trying to fix.

To avoid the "pissy" attitudes I suggest you read the original posts carefully and if words like "specifically" and "where and what code should I add" are included in the text, either answer with the requested info or pass on the thread.

You've helped a lot of people on this forum. I'm sure some of your past replies/solutions to other threads have also helped me out. Thanks
art is offline   Reply With Quote
Old 05-25-2010, 03:47 PM   #8
curmudgeon
 
Join Date: Mar 2006
Posts: 5,413
Rep Power: 138
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

Quote:
Originally Posted by art
To avoid the "pissy" attitudes I suggest you read the original posts carefully and if words like "specifically" and "where and what code should I add" are included in the text, either answer with the requested info or pass on the thread.
So a little help is worse than no help at all if it doesnt fix your problem. Guess I shouldnt have expected any less. Passing on the threads sounds like a great idea, ive been doing more and more of that lately and threads like this want to make me walk away all together. Its simply not worth the aggravation. Good luck with your CSS issues.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Old 05-25-2010, 05:44 PM   #9
Customer
 
Join Date: Jul 2006
Posts: 31
Rep Power: 0
Default

Larry I was trying to be nice but honestly your help was totally useless. Your response has been posted over and over and over. Your second post is totally senseless. Please don't post paths when someone asks for directions. When someone asks a specific question they would like a real answer not something that's been said over and over on this forum.

I apologize in advance to the people searching how to fix this issue and end up reading this pointless thread.
art is offline   Reply With Quote
Old 05-25-2010, 06:11 PM   #10
curmudgeon
 
Join Date: Mar 2006
Posts: 5,413
Rep Power: 138
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

Quote:
Originally Posted by art
Your second post is totally senseless. Please don't post paths when someone asks for directions.
Its totally senseless because your totally clueless. Firebug is an extremely powerful and free tool and once again if you dont want to take the time to learn how to use it dont blame me.

Rest assured I wont waste your time replying to your posts any futher, even if I do have the EXACT answer off the top of my head.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
using a category id in browse.tpl magicbus Customizations 5 12-10-2009 08:47 AM
Fluid template - Category spacing too tall gsande TemplateCodes 1 09-24-2009 06:49 AM
category vertical spacing in red template fendter Technical Support 1 08-05-2008 08:37 AM
Need to tighten spacing between category links. michael Technical Support 3 04-14-2008 11:45 AM


All times are GMT -4. The time now is 02:59 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0