Learning from what I see on your own pages, I decided to add more visual texture to the home page. What do you think? Here is how I did the black on pink, followed by the black on grey. How? For a heading like Announcements,
For my tagline underneath it, I just highlighted it with grey. HTML tweak Sometimes the highlight does not continue across the width (as I wanted it to) so I had to tweak the HTML. Here is what the HTML looks like for my heading and tagline <h3 style="background-color: rgb(244, 204, 204); color: rgb(0, 0, 0);">Announcements</h3> You can click "HTML" in your editing toolbar at any time to view/change the HTML coding<font style="background-color: rgb(255, 255, 255);" color="#444444"><span style="background-color: rgb(243, 243, 243);">What's new on this website?</span> Search the code by keyword by pressing Ctrl+F when you are viewing HTML, instead of scanning through the ocean of HTML to find the right place. |



