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&showPrint=0&showTz=0&height=350&wkst=1&hl=en&bgcolor=%233366ff&src=0mqqrnd8pk889oekccnvmjkt3g%40group.calendar.google.com&color=%23333333&ctz=America%2FLos_Angeles" style=" border:solid 1px #777 " width="265" height="350" frameborder="0" scrolling="no"></iframe>
</div>