CSS issue - Easy Question

neo314

Joined: 2005-07-31
Posts: 28
Posted: Tue, 2006-04-04 20:33

Hi,

I am sorry i know this going to be a really easy question but i just cant seem to get it right

What i want to do is apply the style "#gallery a" from the black colour pack css to some links on the matrix theme.tpl

This is only bit that is stopping everything looking like my website. The code is as follows

<div align="center">
<table border="0" width="754" id="table1" bordercolorlight="#FFFFFF" cellspacing="0" cellpadding="0" height="19">
<tr>
<td align="center" width="10%"><a href="http://www.testgal.co.uk/index.html"><font color="#E5D6A0">
<span style="text-decoration: none">Home</span></font></a></td>
<td align="center" width="10%"><a href="http://www.testgal.co.uk/about.htm"><font color="#E5D6A0">
<span style="text-decoration: none">About Us</span></font></a></td>
<td width="10%">
<p align="center"><a href="http://www.testgal.co.uk/Equipment.htm"><font color="#E5D6A0">
<span style="text-decoration: none">Equipment</span></font></a></td>
<td align="center" width="10%"><font color="#E5D6A0"><a href="http://www.testgal.co.uk/services.htm">
<span style="text-decoration: none"><font color="#E5D6A0">Services</font></span></a></font></td>
<td align="center" width="10%"><font color="#E5D6A0"><a href="http://www.testgal.co.uk/gallery2/main.php?g2_view=core.ShowItem&g2_itemId=7">
<span style="text-decoration: none"><font color="#E5D6A0">Gallery</font></span></a></font></td>
<td align="center" width="10%"><font color="#E5D6A0"><a href="http://www.testgal.co.uk/contacts.htm">
<span style="text-decoration: none"><font color="#E5D6A0">Contact Us</font></span></a></font></td>
</tr>
</table>
</div>

any ideas?

if there is anyway to improve this code, i would appreciate the help

 
neo314

Joined: 2005-07-31
Posts: 28
Posted: Fri, 2006-04-07 12:19

Does anyone have any ideas?

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2006-04-19 06:15

#table1 a { ... }
don't really know what else you could be asking..