I'm having an issue with my embedded blog. When I view the website, the text of the blog is centered, and not left aligned. I can't see anything in visual site designer that would make the text centered. When I view the stream from CoffeeCup only the text is left aligned.
Is there anything I can do to fix this?
Here is what I've tried,
I noticed the body style of the blog had centered text. I edited the blog code to say left
body {
margin:0px;
padding :0px;
text-align:left;
height:100%;
width:100%;
background-color: #ffffff;
}
margin:0px;
padding :0px;
text-align:left;
height:100%;
width:100%;
background-color: #ffffff;
}
It did say
body {
margin:0px;
padding :0px;
text-align:center;
height:100%;
width:100%;
background-color: #ffffff;
}
margin:0px;
padding :0px;
text-align:center;
height:100%;
width:100%;
background-color: #ffffff;
}
Can anything be done?
http://brentonianentertainment.com/