Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JForum
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
JForum
Gap in category heading
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Now im really nitpicking, but there is about a 2 pixel gap in the category headings on forum_list.htm template. It was annoying me, so i fixed it
<!-- START FORUM LISTING --> <#list allCategories as category> <tr> <td class="catleft" ><span class="cattitle">${category.name}</span></td> <td class="catleft" > </td> </tr>
should be
<!-- START FORUM LISTING --> <#list allCategories as category> <tr> <td class="catleft" ><span class="cattitle">${category.name}</span></td> <td class="catright" > </td> </tr>
[originally posted on jforum.net by hendinas]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thank you
Fixed in 2.1.7 branch
[originally posted on jforum.net by lazee]
Tongue wrestling. It's not what you think. And here, take this tiny ad. You'll need it.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
tiles and <sx:autocompleter>
JSP table pagination is not working
Showing a single Category
problem in running a servlet
Jforum display selected categories
More...