Links

This is a discussion on "Links" within the Web Page Design section. This forum, and the thread "Links are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 18th, 2007, 13:26
Junior Member
Join Date: Oct 2007
Location: Warwickshire
Age: 37
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Links

Hi Guys,

I'm creating a site using a template which has a navigation bar included. How do I change the CSS for the links that I want to put on individual pages? The page properties are set with the template and therefore as soon as I create a link within my div tag for that page it takes on the templates properties...grrrrr Hope I've explained that well enough. Cant give you a link to the site as its not online yet.

Many thanks
Reply With Quote

  #2 (permalink)  
Old Oct 18th, 2007, 13:33
AdRock's Avatar
SuperMember

SuperMember
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to AdRock
Re: Links

Can you post the css code for the template?
Reply With Quote
  #3 (permalink)  
Old Oct 18th, 2007, 13:33
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Links

Can we see your HTML/CSS if you have any?
Reply With Quote
  #4 (permalink)  
Old Oct 18th, 2007, 13:35
Junior Member
Join Date: Jun 2007
Location: Presteigne, UK
Age: 17
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to whym Send a message via MSN to whym
Re: Links

If you want to change the link style, you could wrap the new links in a new div and use a different id to do so. Alternatively, you could assign an id to the <ul> tag itself - examples below:

If you choose to wrap the navigation in a div:
Quote:
<div id="newLinkStyle">LINK MARKUP HERE</div>
If you decide to simply assign an id to the ul:
Quote:
<ul id="newLinkStyle"><li><a href="">A link</a></li><li><a href="">A different link</a></li></ul>
Then change the CSS, for example:
Quote:
#newLinkStyle {ENTER THE CSS PROPERTIES HERE}
Hope this helps
Reply With Quote
  #5 (permalink)  
Old Oct 18th, 2007, 13:41
Junior Member
Join Date: Oct 2007
Location: Warwickshire
Age: 37
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Links

Sheesh you guys are quick I was just fetching the code! Thanks Whym I'll try that..

Thanks guys

Nim xx
Reply With Quote
  #6 (permalink)  
Old Oct 22nd, 2007, 18:26
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Links

He will need to specify ie.

ul#newLinKStyle a {}

#newLinkStyle a {}
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Msie doesn't make my links links.. delusion Web Page Design 7 Nov 7th, 2007 08:05
PR4 links for sale...links in an excellent position agent14 Link Building and Link Sales 1 Mar 5th, 2007 21:33
PR 5 Links available for recip links GARY Link Building and Link Sales 1 Aug 19th, 2006 09:52
Blured Links (image links) bruno89 Web Page Design 2 Jul 25th, 2006 14:48
Different coloured links without modifying links? Webforumz Staff Web Page Design 12 Aug 29th, 2003 18:48


All times are GMT. The time now is 21:46.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43