I would like help formatting an Advertisement/Call-out for Events on my Home Page.
My question is more about what looks best than the mechanics, although I’m always open to suggestions?!
Here is my content…
[b]Events
Current Dates:[/b]
* Pierre, SD
Sat, Sept 24
* Minneapolis, MN
Sat, Oct 1
* St. Paul, MN
Sun, Oct 2
[b]Upcoming Locations:[/b]
* Rochester, MN
* Madison, WI
* Fargo, ND
* Laramie, WY
Comments:
1.) The idea of this Ad is two-fold… First, show Dates/Locations of current Events. Next, to give a “teaser” of other Locations where Events will be held. (This will hopefully keep people - who do not live in the immediate area of the Current Dates - still interested.)
2.) I was thinking of using an Unordered List for both “Current Dates” and “Upcoming Locations”.
3.) One problem I have - technically - is how to handle and style the Dates below the Location. (The Date should be a smaller font and “hug” the Location.
Here is what I have so far…
<h3>Upcoming Events</h3>
<h4>Current Dates:</h4>
<ul>
<li>
Pierre, SD<br>
<span class="event_date">Sept 24, 2011</span>
</li>
<li>
Sioux Falls, SD<br>
<span class="event_date">October 1, 2011</span>
</li>
</ul>
<h4>Upcoming Locations:</h4>
<ul>
<li>Rochester, MN</li>
<li>Madison, WI</li>
<li>Fargo, ND</li>
<li>Laramie, WY</li>
</ul>
What do you think?
Debbie