Hulp gevraagd voor wijziging template rhuk_milkyway

Vragen over templates en CSS op Joomla! 1.5.

Moderator: pe7er

Forum rules
Forum Regels
Locked
gschips
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Tue Oct 16, 2012 1:46 pm

Hulp gevraagd voor wijziging template rhuk_milkyway

Post by gschips » Tue Oct 16, 2012 2:18 pm

Hallo,

Mijn joomla versie : 1.15.22
Template : rhuk_milkyway

Ik had graag bovenaan mijn scherm de 2 knoppen aangepast met tekst en een tag naar de betreffende artikels.

Het betreft hier de volgende locaties

template.css
-------------

td.pill_l {
background: url(../images/mw_menu_cap_l.png) no-repeat;
width: 20px;
height: 32px;

}

td.pill_r {
background: url(../images/mw_menu_cap_r.png) no-repeat;
width: 19px;
height: 32px;
}

Mijn wijzigingen (zie <a href in pill_l en pill_r) :

/var/www/vhosts/grasco.be/httpdocs/templates/rhuk_milkyway/index.php
--------------------------------------------------------------------

<table cellpadding="0" cellspacing="0" class="pill">
<tr>
<td class="pill_l"><a href="/index.php?option=com_content&view=article&id=12&Itemid=48">Home</a></td>
<td class="pill_m">
<div id="pillmenu">
<jdoc:include type="modules" name="user3" />
</div>
</td>
<td class="pill_r"><a href="/index.php?option=com_content&view=article&id=61&amp">Video</a></td>
</tr>
</table>

Het resultaat is niet ok. (zie bijgevoegd bestand)

Weet er iemand raad ?

Alvast bedankt,

Eric
You do not have the required permissions to view the files attached to this post.

gschips
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Tue Oct 16, 2012 1:46 pm

Re: Hulp gevraagd voor wijziging template rhuk_milkyway

Post by gschips » Thu Oct 25, 2012 1:00 pm

Ok, probleem is opgelost !


Locked

Return to “Templates”