Hello,
I'm hoping there are others who have had success with styling the Twitter control.
For example, I can do the following:
<asp:Twitter ID="Twitter1" runat="server" ScreenName="aspnet" Mode="Profile" ForeColor="Gray" BackColor="Aqua">
This will make the header background to aqua and the forecolor of the text is gray. The forecolor I can change to whatever color I want which is good. But it seems like there is no way to change hyperlink colors (seems to be dark blue) or when the tweet was posted (green). It'd also be nice if I can change that black background.
If anyone has any suggestions, it would be greatly appreciated.
thanks!