|
|
#1 |
|
Junior Member
Join Date: Mar 2009
Posts: 3
Rep Power: 0 ![]() |
First let me apologise if this has been covered before. I'm sure the solution is relatively simple. I did search for a couple of hours before writing this.
Every Ounce Counts - I have added my categories, and some fields have more sub-cat's then others. The table of categories is offset to the right. If anyone knows which code I need to change in order to get them centralised it would help a lot. (Even spacing left and right...) Do I need to have the same amount of Char in the description of each maybe ? Additionally, I'm curious as to whether or not to have the Cats on the front page... Becuase I have so many, am i restricting my potential Featured positions ? Kindest Regards... H Last edited by hazchem; 03-22-2009 at 10:41 PM. |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Mar 2009
Posts: 3
Rep Power: 0 ![]() |
More info..
I have just downloaded Firefox and it works fine... I am running windows7 with new IE... Maybe thats the prob... If someone could let me know how it shows up in other browser's that would help. Thanks. H |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,250
Rep Power: 37 ![]() ![]() |
Firefox tends to be more forgiving in it's rendering when HTML/XHTML syntax is wrong.
It appears that you have modified the home.tpl file and somehow have broken the balance of your XHTML elements. I believe you may have deleted the table end that should be before your new listings portion which in the home.tpl file starts like this: HTML Code:
<div id="newlistings"> <h2>{$smarty.const.LANG_FEATURED_LISTINGS}</h2>
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Mar 2009
Posts: 3
Rep Power: 0 ![]() |
Thanks Mike,
I had been playing with the table size. |
|
|
|
|
|
#5 |
|
Moderator
Join Date: Mar 2008
Posts: 721
Rep Power: 20 ![]() |
Looking at your code you are mixing html with xhtml. You should try to stick to xhtml as this is how the template was defined.
Use W3C XHTML to validate your code (you have 173 errors reported) and it will help you to discover the exact problem. The W3C Markup Validation Service I think you may need to use a <div class="clear"></div> in your home.tpl file as opposed to the incorrect xhtml <br><br> that you have used to separate the tables. The advice above nonetheless still stands. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Navigation, Browse Categories | comcoach | v3.1 Questions & Support | 2 | 10-22-2007 06:00 PM |
| How do you remove the Browse Categories Box? | goose | HTML, CSS, and Design Help | 4 | 09-06-2007 05:58 PM |
| Browse Categories not updating | PilotPete | v3.1 Questions & Support | 0 | 10-11-2006 10:03 PM |
| Browse categories - 2 per row | mfarah01 | HTML, CSS, and Design Help | 3 | 06-21-2006 03:49 AM |
| Prevent Browse Categories Table for hidden categories | free2take | v3.0 Questions & Support | 3 | 05-12-2006 10:14 AM |