Register FAQ/Rules Forum Spy Search Today's Posts Mark Forums Read

Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate.

 
Go Back   Mac Forums > Special Interests > Web Design and Development
TouchArcade.com - iPhone Game Reviews and News

Reply
 
Thread Tools Search this Thread  
Old Jun 13, 2007, 12:55 PM   #1
R.Youden
macrumors 68020
 
R.Youden's Avatar
 
Join Date: Apr 2005
RapidWeaver Question

Hi,

This could be a bit of a stupid question, but:

I am using ParidWeaver to building a little site with lots of links to downloadable files. I don't want the font to be formatted as a standard hyperlink (i.e. blue underlined). I want to be able to set it to any number of fonts and colours.

The first draft of the site can be found here. If you look at the International tab then that is what I don't want, whilst the Premiership and Championship tabs are what I do want the hyperlinks to look like.

Thanks for your help.
R.Youden is offline   Reply With Quote
Old Jun 13, 2007, 03:16 PM   #2
julianps
macrumors member
 
Join Date: Aug 2006
I think you need CSS

You are looking to reconfigure the default behaviour of links inside the Content area of the Accordion Plugin. The Accordion->Content->Style->Text CSS Tag variable only allows for one class attribute for all Content, but you are looking for multiple styles for these links, so you need multiple CSS.

You should the use Page Inspector->CustomCSS and create one CSS class statement for each colour you want to use. You will then need to create manual HTML links in the Accordion Content field and apply the relevant style to each anchor tag.

Lets say you want one to be black (my CSS is poor so there may be errors in this)

In the Page inspector you'd add the following CSS for the page;
.black a {color: #000; }

In the content you'd add
<a class="black" href="#">This link is in black</a>

Of course in reality the .black class would need :link, :visited, :active and :hover versions as well as attributes to handle underlines and the likes.

Even though this describes why I'm not a designer I hope the principles work: good luck.

J
julianps is offline   Reply With Quote

Reply

Mac Forums > Special Interests > Web Design and Development

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 11:46 AM.

Mac News | Mac Rumors | iPhone Game Reviews | iPhone Apps

Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 2002-2009, MacRumors.com, LLC