Page 1 of 1

Changing Fonts in Website Module

PostPosted: 26/07/2014, 4:26
by TWA-CYBERX
Would like to use the Website Module on our site for Teamspeak3. Have tried changing colors & sizes, but the text (especially in the channel listings) appears washed out, compared to the rest of my site. Is there a way to enable bold text in this website module? Thank You for Your Time.

Re: Changing Fonts in Website Module

PostPosted: 27/07/2014, 11:40
by StanleY
Hi, thanks for contacting us, at the moment you can edit only the font-size, however this code should be fine for your site:

Code: Select all
<iframe src="http://www.game-state.com/iframe.php?ip=207.210.239.106&amp;port=9993&amp;bgcolor=FAF9F9&amp;bordercolor=FAF9F9&amp;fieldcolor=000000&amp;valuecolor=BC292D&amp;oddrowscolor=E1EBFF&amp;showgraph=true&amp;showplayers=true&amp;graphvalues=BC292D&amp;graphaxis=000000&amp;width=175&amp;graph_height=105&amp;plist_height=150&amp;font_size=9" frameborder="0" scrolling="no" style="width: 175px; height: 420px; position: relative; left: -2px;"></iframe>


or even this:

Code: Select all
<iframe src="http://www.game-state.com/iframe.php?ip=207.210.239.106&port=9993&bgcolor=E1EBFF&bordercolor=E1EBFF&fieldcolor=000000&valuecolor=BC292D&oddrowscolor=FAF9F9&showgraph=true&showplayers=true&graphvalues=BC292D&graphaxis=000000&width=175&graph_height=105&plist_height=150&font_size=9" frameborder="0" scrolling="no" style="width: 175px; height: 420px; position: relative; left: -2px;"></iframe>

Re: Changing Fonts in Website Module

PostPosted: 28/07/2014, 0:44
by TWA-CYBERX
Thank You!.....Used your suggestions & edited some. Think it's looking good now :D