Customizing zone appearance
Each zone has its own code.Something like this
<SCRIPT language=Javascript src="http://www.dotnetwebapps.com/News/News.NET.aspx?z=1" type=text/javascript></SCRIPT>
To display zone news you need to copy and paste zone code into your pages (.html,.asp,.aspx,.php etc.).
You can override zone appearance by adding query string values into zone code.
QUERY STRING KEY'S
- ss-Show news summary
- ssource-Show news source
- st-Show thumbnail image
- rm-Display read more link
- sh-Display zone news horizontally
All above key's ore boolean types (true,false).Also key's are case sensitive and must be lowercase to work properly.
In the next version I plan to add more key's for fonts,colors,news number ...If you have any suggestions don't hesitate to contact me. |