Fixing Dreamweaver links

Discussion in 'Software' started by mysticscooby, May 4, 2014.

  1. mysticscooby

    mysticscooby Private E-2

    Hello.
    I have a shop online that I built (www.lifesmysticaljourney.com) and the links on the home page are doing something strange and I can't figure out how to fix it. :hyper When you click on them they pop out getting really large before the page changes. Can someone tell me how to fix this? I have gone through the dreamweaver support forum and have not been able to find any answer so I thought someone here might be able to help... I am using Dreamweaver CS6 12.0 build 5808.

    Thank you.
     
  2. Caliban

    Caliban I don't need no steenkin' title!

    Greetings, mysticscooby.

    There's something going on in your style sheets concerning link font sizes. For example - if you right-click on your home page and select "View source" (IE) or "View Page Source" (FF) the corresponding source code page will display the following:

    Code:
    <style type="text/css">
    a {
    	font-family: Tahoma, Geneva, sans-serif;
    	[COLOR="Red"]font-size: 16px;[/COLOR]
    	color: #EABEFC;
    }
    a:visited {
    	color: #6FF;
    	text-decoration: none;
    }
    a:hover {
    	color: #FFF;
    	text-decoration: none;
    }
    a:active {
    	color: #FFFFFF;
    	[COLOR="Red"]font-size: 36px;[/COLOR]
    	text-decoration: none;
    }
    You're gonna have to go into your pages' style sheets and adjust those anchor tag font sizes.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds