You can change any color or font size in the feed by adding the following attributes to the END code string (recommended for persons with HTML experience - SEE EXAMPLE)
- Header Font Size "&HEADSIZE=??"
- Article Title Font Size "&TITLESIZE=??"
- Summary Font Size "&TEXTSIZE=??"
- Background Color "&BACKGROUND=xxxxxx"
- Border Color "&BORDER=xxxxxx"
- Header Color "&HEADERBKG=xxxxxx"
- Headline Text Color "&HEADERTXT=xxxxxx"
- Headline Text Size "&HEADSIZE=xxxxxx"
- Divider Color "&DIVIDER=xxxxxx"
- Mouseover Color "&MOUSEHIGH=xxxxxx"
(where xxxxxx is a color code and ?? is a number between 9 & 13)
EXAMPLE:
1. Original Code: <script src="http://www.rcuniverse.com/community/magfeed.cfm?DISPLAY=12&catid=1&thumbs=1">
2. Change Background:
<script src="http://www.rcuniverse.com/community/magfeed.cfm?DISPLAY=12&catid=1&thumbs=1&BACKGROUND=FFFCCC">
|