Forum Support

Shape 5
March 28, 2024, 05:51:56 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Section table header CSS and <a></a>  (Read 329 times)
speleo
Jr. Member
**
Offline Offline

Posts: 50



« on: May 27, 2008, 04:32:30 PM »

When you have a section or category view which displays the articles for you to choose from a list the the css is a bit skewed. The reason for this would appear to be because some text picks up CSS due to a <a> [/url] assignment.

See example below.

Code:
<tr>
        <td class="sectiontableheader" width="5%" align="right"> # </td>
        <td class="sectiontableheader" width="45%">
                <a title="Click to sort by this column" href="javascript:tableOrdering('a.title','desc','');">Article Title</a>
        </td>
        <td class="sectiontableheader" width="5%" nowrap="nowrap" align="center">
                <a title="Click to sort by this column" href="javascript:tableOrdering('a.hits','desc','');">Hits</a>
        </td>
</tr>
Any idea where to fix this?

See example image, some of the text is white and some is black (on dark grey).

Cheers,  Henry
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: May 29, 2008, 12:59:32 PM »

Ah yes, thanks for pointing this out.  This only occurs in J 1.5 and the downloads have been updated to fix this.

What you can do is simply add the below code to your template_css.css file to fix this:

Code:
.sectiontableheader a{
color:#FFFFFF;}

Regards,
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
speleo
Jr. Member
**
Offline Offline

Posts: 50



« Reply #2 on: May 29, 2008, 02:03:07 PM »

jonahh, thanks for sorting out both my posts.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.