mailto link is er wel maar is niet direct zichtbaar?!?!?

Status
Niet open voor verdere reacties.

dolean

Gebruiker
Lid geworden
4 okt 2010
Berichten
11
Hoi allemaal,

Ik ben een newbie in het hele website bouwen gebeuren. ik heb een mailto linkje gemaakt echter is deze niet zichtbaar. als ik hem selecteer met de cursor dan zie je wel.
Ik vermoed dat hij gewoon geen "kleur" heeft...????
Gaarne jullie inzichten want ik kom er niet meer uit!
Alvast bedankt.
Gr. Do

<h1>Contact</h1>
<p>..........<br>
..........<br>
...............<br>
................<br>
Tel: ............<br>
Gsm:............<br>
.......@...........nl<br>
<a href="mailto:info@.......nl">info@.........nl</a><br>
</p>
 
Heb je ergens je website online staan?
De kleur voor links is blauw tenzij je in de css het een andere kleur hebt gegeven?
als je achtergrond ook blauw is dan zul je hem alleen zien met een mouse over of klik

Brian
 
linkje niet zichtbaar?

ik heb hem niet online staat. misschien heb je meer aan het basis.css bestand:

body {
background-color: #A0A0A4;
background-image:url(handjes.png);
background-repeat:repeat-x;
background-position: bottom;
background-attachment: fixed;
padding: 0px;
margin: 30px;
text-align: center;
font-family: Corbel;
}
#kader {
width: 1000px;
margin: 10px auto 0 auto;
}
#kop {
float: left;
width: 1000px;
background-image: url(logo_socultureel.png);
background-repeat: no-repeat;
background-position: left;
margin: 0px 0px auto;
height: 158px;
background-color: #F8F8F8;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #808080;
}

#hulsrechts {
float: left;
width: 1000px;
background-color: #808080;
border-bottom-color: #808080;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-color: #808080;
border-right-style: solid;
border-right-width: 1px;
}

#hoofdvak {
margin-left: 150px;
padding-bottom: 12px;
background-color: white;
text-align: left;
}

#menu {
float: left;
width: 135px;
margin-left: -995px;
text-align: left;
}

#menu ul {
list-style-type: none;
font-size: 11pt;
font-weight: bold;
margin: 0;
padding: 20px 0 0 0;
}

#menu ul li {
margin: 10px 0px 10px 0px;
padding: 0;
}

#menu ul li a {
display: block;
margin: 0;
padding: 3px 0 3px 9px;
width: 125px;
background-color: #808080;
}

#menu ul li a:link, #menu ul li a:visited {
text-decoration: none;
color: white;
}

#menu ul li a:hover {
width: 125px;
background-color: white;
color: #808080;
}

#voet {
float: inherit;
width: 1000px;
margin-top: 6px;
color: #808080;
font-size: 7pt;
}

#voet a {
text-decoration: none;
float: inherit;
margin: 300px;
color: #575757;
}

p {
font-family: Corbel, sans-serif;
font-size: 12pt;
margin-left: 14pt;
color: #000;
margin-right: 0.3cm;
line-height: 120%;
}

h1 {
font-family: Corbel;
font-size: 15pt;
color: #940318;
font-weight: bold;
margin-left: 12pt;
margin-top: 0;
padding-top: 34px;
}

h2 {
font-family: Corbel, sans-serif;
font-size: 10pt;
color: firebrick;
font-weight: bold;
margin-bottom: -10pt;
margin-left: 12pt;
}
 
linkje niet zichtbaar?

de achtergrond van het vlak is gewoon wit.
Gr. Do
 
linkje niet zichtbaar?

ik heb de achtergrond van het vlak gewijzigd in grijs. nu zie je de link wel deze is dus in het wit. Hoe moet ik nu aangeven in het bsis.css bestand dat ik het mailto linkje ook in het zwart wil. want de andere contact gegevens worden wel gewoon weergegeven in het zwart.

Ben al een stukje verder!
Gr. Do
 
en als je toevoegd

Code:
p a { color:black;}

Zie je hem dan wel?
want de tekst kleur in je paragrafen zet je op wit maar de links wijzig je eigenlijk niet
 
linkje niet zichtbaar?

Ik werk met Dreamweaver, daar geeft hij nu een aantal fout meldingen aan als ik bovengenoemde plaats in het onderstaande gedeelte van het basis.css bestand:
#hoofdvak {
margin-left: 150px;
padding-bottom: 12px;
background-color: #C0C0C0;
text-align: left;
p a { color: black;
Ik vermoed dat ik nog ergens een kleur moet opgeven voor dit linkje?!?!?!?!?!
Maar waar?
Gr. Do
 
linkje niet zichtbaar?

Het staat in het basis.css bestand als volgt:

p {
font-family: Corbel, sans-serif;
font-size: 12pt;
margin-left: 14pt;
color: #000;
margin-right: 0.3cm;
line-height: 120%;
}

Volgens mij moet ie het dan toch echt doen. Hij geeft wel de andere gegevens goed weer in zwart alleen het mailto linkje niet?
 
Dat komt omdat de p(aragraph) niet gelijk is aan een a(nchor)
voeg :
Code:
a {color:black;}
toe en het moet werken
 
linkje niet zichtbaar?

Heeeeeeeeeey zie je wel ik wist dat het iets makkelijks was kon er alleen niet achter komen! TOP super bedankt!
Gr. Do :D
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan