Dreamweaver Link Colours

Very very new to Dreamweaver and all these things so this Might be a really ridiculous post…. but I want help

Fundamentally, I want the actual hyperlinks on my page to stay their allocated colour (im with the UK so it truly is colour for myself… ).

We have tried

any: link
text-decoration: it’s unlikely that any;

any: hover
text-decoration: underline;

within my CSS nevertheless this just creates the hyperlink the actual default Blue.

I realise typing in the colour into text-decoration might change this, but the back links are not Yet colour, therefore I want them to continue to be the colour they’ve been allocated.

This can be my website atm (only only started, its PHP+MySQL) http: //www. itsgameover. company. uk/index1. php

I want all those " pHanQ compared to… " to often be hyperlinks and keep on being Black, and the scores that they are hyperlinks (to the identical place) but continue to be their respective shades.

There must be a great way to do this kind of… anyone Thx! < SEVERAL

Try gonna Modify/Page Properties in addition to change the connection colors in at this time there. They might be set for the blue in at this time there. You should be capable of highlight the text message and change made from in the Properties Inspector too. Hope this will help!

If you choose the links to stay the same colour as they are just at this point, you will have to define a style rule for the: visited.

http: //www. echoecho. com/csslinks. htm

It isnt set to blue, its set to " Default Color" which website is obviously glowing blue. And most in the text is echoed in PHP meaning showing isnt really a possibility, unless you know the code who’s then adds for the hyperlink that was highlighted

That < span> matter seems useful…

Although its all quite rapped in PHP atm, would create a while to correct up

< php
reveal ‘< td width=" 36" background=" phanq_images/phanq_menulinkleftmiddleedg. gif" NO;
$sqlresultsquery = " CHOOSE * FROM Outcome ORDER BY MatchID DESC RESTRICT 0, 1"; //Select all Results
$recordset = mysql_query($sqlresultsquery); //Run that query
$resultsarray = mysql_fetch_array($recordset);
if($resultsarrayPhanq_Score > $resultsarrayOp_Score)

reveal ‘ class=" Menu_Score_Win" > NO;

else

if($resultsarrayPhanq_Score == $resultsarrayOp_Score)

reveal ‘ class=" Menu_Score_Draw" > NO;

else

reveal ‘ class=" Menu_Score_Lose" > NO;

This entry was posted in Web Design. Bookmark the permalink.

Random Posts

Leave a Reply

Your email address will not be published. Required fields are marked *