need some simple css for a calendar block for xenporta.

Sean B.

Active member
just css as in bg color, color, text align to the left, I want this for both a block head and block row, I already have the code I using to do this it will be below so if you want to you can take the code and edit it or you can use it as a base if you wish to re-write it, but like I said I just want some simple css nother major or complex.^^ ty.^^

Code:
<div id="blockhead">
<strong>Calendar Events</strong>
</div>
<div id="blockrow">
<iframesrc="https://www.google.com/calendar/embed?title=Todays%20Date%20or%20Event&amp;showPrint=0&amp;showTz=0&amp;height=350&amp;wkst=1&amp;hl=en&amp;bgcolor=%233366ff&amp;src=0mqqrnd8pk889oekccnvmjkt3g%40group.calendar.google.com&amp;color=%23333333&amp;ctz=America%2FLos_Angeles" style=" border:solid 1px #777 " width="265" height="350" frameborder="0" scrolling="no"></iframe>
</div>
 
Top Bottom