PDA

Zobacz pełną wersję : Problem z kolorem adresu e-mail w artykule



ivo19ry88pl
04-06-2009, 13:16
Witam mam taki głupi problem, chodzi o adres email w artykule. W czasie edycji artykułu adres email jest normalnie widoczny, natomiast gdy go zapiszę jest "niewidoczny", można go kliknąć lecz go nie widać. Tak jak by czcionka była ustawiona na kolor tła, które w tym szablonie jest białe. Jak to naprawić? Korzystam z szablonu Daydreamer Blog, a poniżej jest adres do tego artykułu.

http://pensjonat-mlyn.pl/index.php?option=com_content&view=article&id=51&Itemid=62

zwiastun
04-06-2009, 13:19
A czy adres email piszesz tak: jasiu@domenajasia.com, bez kodu HTML ?

ivo19ry88pl
04-06-2009, 14:30
tak pisze, wpisałem go jak zwykły tekst.

zwiastun
04-06-2009, 14:44
hmm. w arkuszu stylów odnośniki odwiedzone masz białe, więc Ci wyświetla białym kolorem

ivo19ry88pl
04-06-2009, 15:54
A gdzie są owe arkusze stylów?

Bazyl
04-06-2009, 17:54
W katalogu Twojego szablonu.

Uprzedzę następne pytania: kurs html i css.

ivo19ry88pl
04-06-2009, 22:23
Więc pójdę dalej i wiem iż chodzi o a:link {}, a:visited {}, a:hover {}, a:active (http://www.pomoc.joomla.pl/content/view/364/30/) w pliku HTML, i tej funkcji tam nie ma. Gdzie dodać ten wpis?

Zamieszczam źródłowy plik


<?php
/**
* @copyright Copyright (C) Filz-and-more.de.
* @license Linkware
* If you use this template or parts of it, please setup a backlink to www.filz-and-more.de
* or leave the link in the footer-part untouched.
* Otherwise you must buy a link-free version.
* Please be fair - thanks. Juergen
*/

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
</head>

<body>
<div id="main">
<div class="header">
<div class="anim">
</div>
<div class="title">
<?php echo $mosConfig_sitename; ?></div>
<div style="clear:both"></div>
</div>

<div class="navbar">
<div class="nav">
<jdoc:include type="modules" name="user3" style="table" />
</div>
</div>

<div class="mainColumn">
<div id="leftColumn" class="column">
<?php if($this->countModules('left')) : ?>
<jdoc:include type="modules" name="left" style="rounded" />
<?php endif; ?>
</div>
<div class="contentColumn">
<div id="rightColumn" class="column">

<jdoc:include type="modules" name="top" style="rounded" />


<jdoc:include type="modules" name="right" style="rounded" />
</div>
<div id="inner_contentColumn" class="mc">
<div><div><div><div>
<?php if($this->countModules('user1 or user2')) : ?>
<table class="nopad user1user2">
<tr class="latest" valign="top">
<?php if($this->countModules('user1')) : ?>
<td>
<div class="latest">
<jdoc:include type="modules" name="user1" style="rounded" />
</div>

</td>
<?php endif; ?>
<?php if($this->countModules('user1 and user2')) : ?>
<td class="greyline">&nbsp;</td>
<?php endif; ?>
<?php if($this->countModules('user2')) : ?>
<td>
<div class="latest">
<jdoc:include type="modules" name="user2" style="rounded" />
</div>
</td>
<?php endif; ?>
</tr>
</table>

<div id="maindivider"></div>
<?php endif; ?>

<table class="nopad">
<tr valign="top">
<td>
<jdoc:include type="component" />

</td>
</tr>
</table>
</div></div></div></div>

</div>
</div>
<div style="clear:both"></div>
</div>
</div>
<div id="footer">
<p align="right"><small ><a href="http://www.filz-and-more.de" title="Filz and More - Schmuck und Filz Onlineshop" style="color:#fff;">Template von Filz und Trend-Onlineshop</a></small></p>
<div style="color:#698F48;"><center><jdoc:include type="modules" name="footer" style="xhtml"/></center></div>
</div>
</body>
</html>

zwiastun
04-06-2009, 22:33
No to dużo już wiesz, ale wciąż jednak za mało, by stawiać pytania na forum. Poszukaj - korzystając z odnośników w mojej stopce - podstawowej wiedzy na temat szablonów Joomla.