link between images

Status
Not open for further replies.

peterarmstrong

New Member
Can you show us an URL or screenshot and provide the code?

My guess would be that it's to do with <a> tags around the images or else the image border.
 

peterarmstrong

New Member
Ah it only shows in Internet Explorer.

If you look at the code there is a space before each of the three <img> tags. That's your problem.

HTML:
<a href="/joomla/index.php?option=com_content&amp;view=frontpage&amp;Itemid=1" class="mainlevel" id="active_menu"> <img src="/joomla/images/stories/home.jpg" border="0" alt="home"/></a>
 

Keewee6

New Member
where do i edit the code

template here

<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?><?php 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/<?php echo $this->template?>/css/style.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body>
<table width="700" border="0" cellspacing="3" cellpadding="1">
<tr>
<td colspan="2">
<jdoc:include type="modules" name="top" />
</td>
</tr>
<tr>
<td width="100" valign="top">
<jdoc:include type="modules" name="left"/>
</td>
</tr><tr>
<td width="600">
<jdoc:include type="component" />
</td>
</tr>
</table>
</body>
 

peterarmstrong

New Member
Is there not somewhere in the Joomla admin interface where you added code for those 3 images?

I would imagine it can changed through the Joomla CMS.
 
Status
Not open for further replies.
Top