Welcome to our Graphic Design Forums! Your Design Forums has active graphic design forums where community members discuss graphic design related topics.
The Best of WordPress Freelance Folder Sub-Studio Design Blog Go Web Admin UPrinting.com Design Hide




Go Back   Graphic Design Forums > Web Design Forums > General Web Design Discussion > Front End Web Development

Reply
 
Thread Tools Display Modes
Old 01-08-2008, 08:24 PM   #1
fumblies
Designer
 
Join Date: Jan 2008
Posts: 50
Default Any web design experts here?

Sorry, I didn't know where to post this. Feel free to wherever appropriate. :P

I'm currently working on a website using Dreamweaver 8. I've used the Page Properties tool to change the internal style sheet, so as to specify appearance of the hyperlinks in the visited, hover, and active states.

However, I need to have a different set of style states for the hyperlinks on the same page, but Dreamweaver does not allow me to change them. Is there a way to specify the different states of the hyperlinks using inline style sheet?

http://www.sendspace.com/file/avnbpg

If it helps at all, please find in this link, my dreamweaver-made source code and a screenshot of one of the pages on the website. I've added notes in red font to indicate the parts I want to change.

Thanks for any help!
fumblies is offline   Reply With Quote
Old 01-09-2008, 01:52 PM   #2
Nathan
Intern
 
Join Date: Jan 2008
Location: Bellingham, WA
Posts: 17
Default

Quote:
Originally Posted by fumblies View Post
Sorry, I didn't know where to post this. Feel free to wherever appropriate. :P

I'm currently working on a website using Dreamweaver 8. I've used the Page Properties tool to change the internal style sheet, so as to specify appearance of the hyperlinks in the visited, hover, and active states.

However, I need to have a different set of style states for the hyperlinks on the same page, but Dreamweaver does not allow me to change them. Is there a way to specify the different states of the hyperlinks using inline style sheet?

http://www.sendspace.com/file/avnbpg

If it helps at all, please find in this link, my dreamweaver-made source code and a screenshot of one of the pages on the website. I've added notes in red font to indicate the parts I want to change.

Thanks for any help!
If I'm understanding you correctly, you need to create a new CSS class. I'm not sure exactly how to do this in Dreamweaver (haven't used it in years), but right now you're defining the default link styles for the page. If you want some links to look different, you need to define a new class (or inheritance, depending).

So what you have now, in actual code, will look something like (just an example):

a:link{ color: blue; }

This will color all of the links with a class of 'foo' to red (you can set a link's class in the Dreamweaver properites):

a.foo:link{ color: red; }

If you wanted to make, say, all of the links in your header purple, you can do that without applying a class to each:

#header a:link{ color: purple; }

Hopefully someone who's more in practice with Dreamweaver can give you more specifics on setting this up in Dreamweaver, but it sounds like maybe some reading on basic CSS principles is in order, even if you decide not to do the code yourself.
Nathan is offline   Reply With Quote
Old 01-09-2008, 02:41 PM   #3
Aarlev
Web Designer
 
Aarlev's Avatar
 
Join Date: Jan 2008
Location: London
Posts: 325
Default

You could remove the span and class and give the DIV an ID instead. Just select code/design in the view menu in Dreamweaver so you can change the code manually.

So for example:

<div id="footer"></div>

and then in the CSS you go:

#footer a {color:whatever}

#footer a:hover {color:whatever}

You could also just set all the different font styles using P with different classes. For example:

In the html

<p class="footer">text</p>

In the CSS

.footer a {color: whatever}

.footer a:hover {color: whatever}

Hope that helps.

Last edited by Aarlev : 01-10-2008 at 04:56 AM.
Aarlev is offline   Reply With Quote
Old 01-12-2008, 09:24 AM   #4
fumblies
Designer
 
Join Date: Jan 2008
Posts: 50
Default

Thanks, I'll try that!
fumblies is offline   Reply With Quote
Old 01-23-2008, 12:39 AM   #5
fumblies
Designer
 
Join Date: Jan 2008
Posts: 50
Default

It worked! Thanks!!!
fumblies is offline   Reply With Quote
Old 01-23-2008, 05:05 AM   #6
Aarlev
Web Designer
 
Aarlev's Avatar
 
Join Date: Jan 2008
Location: London
Posts: 325
Default

You're welcome! I'm glad you got it working. Good luck with the site!
__________________
//PORTFOLIO\\
Aarlev is offline   Reply With Quote
Old 02-10-2008, 10:32 AM   #7
kthomas
Designer
 
kthomas's Avatar
 
Join Date: Jan 2008
Location: Yellowknife, Canada
Posts: 48
Send a message via MSN to kthomas
Default

Quote:
Originally Posted by billharry View Post
Digimode is a leading eCommerce and software development company that is committed to providing companies with great quality, reliable and winning web solutions. For more information Please visit:
Umm... What is this?
__________________
"I want to learn everything" www.imattiavak.com / www.imattiavak.com/blog
kthomas is offline   Reply With Quote
Reply


Thread Tools
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 06:57 PM.

 

Contact Us | Advertise | Archive | Resources |

My Other Websites

Graphic Design Resources | T Shirt Blog | How to Start a Clothing Line | Design Gallery

Our Friends

3DS Max and Photoshop Tutorials | Vandelay Design | Urban Art and Design | Online Printing | Blog.SpoonGraphics | Free Vectors

| Digg for Designers | Web Design Blog

Design by: vBulletin Skins Zone Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0