Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how can I style this text?


Ironside

Recommended Posts

Posted
hi there, I have just put some links in the header section but I'm unsure how to style them, they look a bit naff at the moment.

 

You're looking at home | about us | contact us

 

http://www.puristnaturalbeauty.co.uk/shop/index.php

 

thank you in advance

The links look fine to me. The color scheme on the other hand is a different story.

Posted

You include the class in the TD tag

<tr>

<td class="main"> links code </td>

</tr>

 

You have a few to choose from smallText, main, or you can add your own

Though being a link it will be controlled in the main from

 

A {

color: #000000;

text-decoration: none;

}

 

A:hover {

color: #AABBDD;

text-decoration: underline;

}

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted
The links look fine to me. The color scheme on the other hand is a different story.

 

This is my first attempt at OSCommerce so I am still getting my head around it. Anyway, what is wrong with brown and blue?

Posted
This is my first attempt at OSCommerce so I am still getting my head around it. Anyway, what is wrong with brown and blue?

 

Welcome then!

There is nothing wrong if you like it, its your choice your colours.

If you need a critique then ask in the forums, i think there is one for this thing.

You may not like the feed back or you may be happy with it but it will be lots of opinions of potential customers, that cant be bad :-)

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted
You include the class in the TD tag

<tr>

<td class="main"> links code </td>

</tr>

 

You have a few to choose from smallText, main, or you can add your own

Though being a link it will be controlled in the main from

 

A {

color: #000000;

text-decoration: none;

}

 

A:hover {

color: #AABBDD;

text-decoration: underline;

}

 

 

I'm not sure where I'm going wrong. This is the HTML code that I used. Could you tell me how to alter it so I can change the look of the links

 

<tr>

<th scope="col"><div align="center" class=" Style1"><a href="http://www.puristnaturalbeauty.co.uk/">Home</a>| <a href="http://www.puristnaturalbeauty.co.uk/aboutus/About-Us.html">About Us</a> | <a href="http://www.puristnaturalbeauty.co.uk/contact/">Contact Us</a></div></th>

</tr>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...