PDA

View Full Version : Font Style


otiz
07-Mar-2004, 07:39 PM
Hello

Please can you tell me how to change the style of the
"description text"
for something that looks more proffessional

Thanks

Paul

cdicken
08-Mar-2004, 03:24 PM
I think you're going to have to clarify what you mean.

otiz
08-Mar-2004, 04:40 PM
Sorry

I want to change the font style on the product description

Paul

cdicken
09-Mar-2004, 09:06 AM
Open your product layout template (normally Act_ProductLine.html) and replace

NETQUOTEVAR:PRODUCTDESCRIPTION

with

<span class="actxxsmall">NETQUOTEVAR:PRODUCTDESCRIPTION</span>

fleetwood
09-Mar-2004, 09:39 AM
Hi Chris

Is the reference to <span class> something that was introduced in version 6?

I'm using version 5, and my product template dosen't include this.

thanks

Martin

NormanRouxel
09-Mar-2004, 10:56 AM
Yo're posting a V5 problem in the V6 Forum.

You'd be much better starting again in the V5 one as anything posted here may confuse V6 users who often use these postings as a source of info.

Norman

fleetwood
09-Mar-2004, 11:53 AM
Sorry Norman - I take your point.
I was more enquiring if the point raised by Chris was brought in for version 6, or if I am missing something. I will try to be more diligent in future.

cdicken
09-Mar-2004, 03:33 PM
This will work in v5 if you are using a theme based on stylesheets (either BusinessCSS or Slimline). Otherwise, use

<font size="-2"NETQUOTEVAR:PRODUCTDESCRIPTION</font>

otiz
09-Mar-2004, 05:19 PM
Works great thanks, if i want text a bit bigger how do i do that?

Thanks

Paul

otiz
09-Mar-2004, 05:20 PM
Sorry also in the main product name (above description text) is it possible to give that a font colour?

Thanks

Paul

pinbrook
09-Mar-2004, 06:24 PM
yes, look for netquotevar:productname

surround it with <font color=red> </font>

otiz
09-Mar-2004, 09:03 PM
Hi Jo
Not sure what you mean when you say surround it?

Thanks
Paul

otiz
09-Mar-2004, 11:31 PM
My description text looks much better with the new script

<span class="actxxsmall">NETQUOTEVAR:PRODUCTDESCRIPTION</span>

how can i make it bigger?


Thanks

Paul