Adobe Dreamweaver Forums



Last 10 THreads :         Writing in different languages (Last Post : neebie - Replies : 0 - Views : 1 )           »          DW creating wrong ASP recordset (Last Post : Edson Correa - Replies : 4 - Views : 5 )           »          RoboHelp hanging (Last Post : Benjaminson - Replies : 2 - Views : 3 )           »          Insert "Search" in a Topic (Last Post : Peter Grainge - Replies : 1 - Views : 2 )           »          logging all unhandled errors (Last Post : TavoGM - Replies : 1 - Views : 2 )           »          outputting bitmap path from xml file (Last Post : Laura MS - Replies : 0 - Views : 1 )           »          outputting bitmap path from xml file (Last Post : Laura MS - Replies : 0 - Views : 1 )           »          outputting bitmap path from xml file (Last Post : Laura MS - Replies : 0 - Views : 1 )           »          Drop Down Sub Buttons (Last Post : NedWebs - Replies : 1 - Views : 2 )           »          A question about using get and set methods (Last Post : myIP - Replies : 2 - Views : 3 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver Application Development
 
Tags: ,



Reply
  #1 (permalink)  
Old 09-07-2008, 08:43 PM
almanson
 
Posts: n/a
Diggs:
Default net links

I have several different links on my page and all work well using different
styles except for the links to web pages.
These links look fine in the design mode but when I view them in the browser
or on the net the colors show up as blue and purple instead of orange and red.
Plus the hover property does nothing. I have tried many different styles but
the results are always the same. Does anyone know what could be wrong?
Thanks
amanson@comcast.net



Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-07-2008, 09:17 PM
John Waller
 
Posts: n/a
Diggs:
Default Re: net links

>>>Does anyone know what could be wrong?

Not without seeing the page.

Please provide a link.

--
Regards

John Waller
Reply With Quote
  #3 (permalink)  
Old 09-08-2008, 12:41 AM
almanson
 
Posts: n/a
Diggs:
Default Re: net links

Work in progress is at albertmanson@tcom/comcast.net/Newsteve
Reply With Quote


  #4 (permalink)  
Old 09-08-2008, 10:55 AM
Dooza
 
Posts: n/a
Diggs:
Default Re: net links

almanson wrote:
> Work in progress is at albertmanson@tcom/comcast.net/Newsteve


Thats not a link to a website.
Reply With Quote
  #5 (permalink)  
Old 09-08-2008, 01:33 PM
almanson
 
Posts: n/a
Diggs:
Default Re: net links

Sorry. albertmanson.com/Newsteve@comcast.net
Reply With Quote
  #6 (permalink)  
Old 09-08-2008, 03:31 PM
Dooza
 
Posts: n/a
Diggs:
Default Re: net links

almanson wrote:
> Sorry. albertmanson.com/Newsteve@comcast.net


http://albertmanson.com/Newsteve@comcast.net is giving me a page not
found error message. Are you sure this is what is working for you?

Dooza
Reply With Quote


  #7 (permalink)  
Old 09-08-2008, 03:51 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: net links

I'm betting not! 8)

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Dooza" <doozadooza@gmail.com> wrote in message
news:ga3cdh$rvm$1@forums.macromedia.com...
> almanson wrote:
>> Sorry. albertmanson.com/Newsteve@comcast.net

>
> http://albertmanson.com/Newsteve@comcast.net is giving me a page not found
> error message. Are you sure this is what is working for you?
>
> Dooza


Reply With Quote
  #8 (permalink)  
Old 09-08-2008, 04:13 PM
Ken Ford - *ACE*
 
Posts: n/a
Diggs:
Default Re: net links

Try adding this to your styles and modify as needed:

a:link {
color: #CCC;
}
a:visited {
color: #000;
}
a:hover {
color: #666;
}
a:active {
color: #555;
}

You should always keep your link CSS in the following order

link, visited, hover, active

Remember LoVeHA

--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Fordwebs, LLC
http://www.fordwebs.com


"almanson" <webforumsuser@macromedia.com> wrote in message
news:ga19e7$jda$1@forums.macromedia.com...
>I have several different links on my page and all work well using different
> styles except for the links to web pages.
> These links look fine in the design mode but when I view them in the
> browser
> or on the net the colors show up as blue and purple instead of orange and
> red.
> Plus the hover property does nothing. I have tried many different styles
> but
> the results are always the same. Does anyone know what could be wrong?
> Thanks
> amanson@comcast.net
>


Reply With Quote
  #9 (permalink)  
Old 09-08-2008, 04:13 PM
Ken Ford - *ACE*
 
Posts: n/a
Diggs:
Default Re: net links

http://albertmanson.com/Newsteve/

--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Fordwebs, LLC
http://www.fordwebs.com


"Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
news:ga3e10$vq$1@forums.macromedia.com...
> I'm betting not! 8)
>
> --
> Murray --- ICQ 71997575
> Adobe Community Expert
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> ==================
>
>
> "Dooza" <doozadooza@gmail.com> wrote in message
> news:ga3cdh$rvm$1@forums.macromedia.com...
>> almanson wrote:
>>> Sorry. albertmanson.com/Newsteve@comcast.net

>>
>> http://albertmanson.com/Newsteve@comcast.net is giving me a page not
>> found error message. Are you sure this is what is working for you?
>>
>> Dooza

>


Reply With Quote


  #10 (permalink)  
Old 09-09-2008, 04:24 AM
almanson
 
Posts: n/a
Diggs:
Default Re: net links

Thanks to everyone.
I uninstalled Dreamweaver and reinstalled it and now everything works fine.
Thanks again
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
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 06:01 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk