brynk
User
 Hero Member
| Posts: 38 |   | Karma: 5
|
Re:2 CSS questions - 2008/02/07 14:35
I can help you with the Web Link component but not Safari. My suggestion is Google it! I would venture to guess it is a quirk with the browser.
Web links file to edit is
"your_Apache_home_directory"/components/com_weblinks/weblinks.html.php
Look for this line:
<tr class="<?php echo $tabclass[$k]; ?>">
several lines below you will see how the variable "$k" increments. "$k = 1 - $k;"
Just do not "echo" this variable to the screen.
If I get a chance I'll Google the safari thing for yah!
Regards Bob
|