emccourt
10-05-2006, 03:22 PM
One other thing - I'm using the calendar add-on on my photoblog at http://www.neuroticcamel.com/photoblog, which works fine, but the alignment isn't right in Firefox. The section of code I'm using is thus:
In the <head> section:
.calendar {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
margin-left: 20px;
text-align: center;
}
In the <body> section:
<!-- image -->
<span class="calendar"><SITE_CALENDAR></span><br />
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img id="image" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="Click for <IMAGE_PREVIOUS_TITLE>" /></a>
What do I need to add to the CSS to get it to align correctly in Firefox?
I'm using the simplyblue template.
Ta,
Elaine
In the <head> section:
.calendar {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
margin-left: 20px;
text-align: center;
}
In the <body> section:
<!-- image -->
<span class="calendar"><SITE_CALENDAR></span><br />
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>"><img id="image" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="Click for <IMAGE_PREVIOUS_TITLE>" /></a>
What do I need to add to the CSS to get it to align correctly in Firefox?
I'm using the simplyblue template.
Ta,
Elaine