This is a discussion on viewlisting.tpl layout change within the HTML, CSS, and Design Help forums, part of the General category; What code and where would I have to change to get a few simple lines as separators in the viewlisting.tpl ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
What code and where would I have to change to get a few simple lines as separators in the viewlisting.tpl file? For example: http://www.dogservicesusa.com/listin...g_Service.html
Thanks |
|
#2
|
||||
|
||||
|
What version of 68C and what template are you using?
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
#3
|
|||
|
|||
|
Sorry forgot to put the info in. It was late at night.
I'm running V4.04 developer with the default template |
|
#4
|
||||
|
||||
|
What they did in the link you provided was add a CSS class to the table data tags in the template viwlisting.tpl.
So they went through the template and for every <td> tag they added the class so the tag looks like this..... <td class="border"> Then they added the following class to their style sheet..... .border { border-bottom:1px solid #D6D5D6; margin:0px; padding:0px; }
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
#5
|
|||
|
|||
|
Thank you Larry for your help. it is much appreciated.
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| home page content change | fendter | HTML, CSS, and Design Help | 3 | 07-15-2008 12:45 PM |
| How do i change the logo on 68 auto red template? | curiousaboutwebdesign | v4 Questions & Support | 2 | 06-18-2008 08:21 PM |
| MODIFICATION: Changing the photo layout on the viewlisting.tpl page. | cwp | Module Release | 4 | 05-01-2008 12:17 AM |
| Graphics & Layout | Zack | v3.1 Questions & Support | 1 | 05-11-2007 01:09 PM |
| Change template layout | objelland | v3.1 Questions & Support | 5 | 12-15-2006 08:16 AM |