Topic: Complete overhaul

This was a complete redesign as it had been mentioned that people were finding it difficult to find things, always hard as a designer as you know where the pages are. So rather than just try and rename pages, we went for a new look.

Also changed from XHTML Transitonal to HTML Strict

ww w.holy trinity-madeira.org

Thanks to all those who have given me help, much appreciated.:)

Vote up Vote down

Re: Complete overhaul

Just like to mention that in the div class "news" the "Read more" link is on top of the text in Firefox 3.0.6 on Mac.

Vote up Vote down

Re: Complete overhaul

Might need some help on fixing that, as I don't have access to a Mac. Just shows that Firefox doesn't quite show the same as on Windows.

Thanks for noticing that.

Vote up Vote down

Re: Complete overhaul

Oh dear, well I just checked it in Opera and Safari and it is even worse there, totally on top of the text.

This works in Firefox editing the CSS on both Mac and PC running on Mac

.news {
margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding: 6px 6px 20px;
    font-size: 0.9em;
    font-weight: lighter;
    text-align: left;
    border: thin solid #ccc;
}
.news a {
text-decoration: none;
color: #546078;
float:right;
}

Let me know if you want me to check it again.

Vote up Vote down

Re: Complete overhaul

Thanks for that Virtual. My fault for not checking in Opera and Safari and also Chrome, especially as they are all loaded on my computer.:rolleyes:

Your alterations look good in them now, hopefully they do on the Mac as well. smile

Vote up Vote down

Re: Complete overhaul

Yes, it looks OK now.

Vote up Vote down