Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-23-2010, 10:56 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default HTML Code help

OK i have added some HTML code for my site, What i need to do if someone could let me know is :

As you will see here >>> http://www.nextgenerationgamers.co.u...s.php?pageid=5

You see the text in the scroll ? I want to make this text a different colour

The HTML code i have is :

HTML Code:
<!-- HTML Codes by Quackit.com -->
<style type="text/css">
.html-marquee {height:150px;width:808px;background-color:0000FF;background-image:url(http://img232.imageshack.us/img232/3522/sigq.png);font-family:Cursive;font-size:10pt;color:0000FF;font-style:italic;font-weight:bold;border-width:6;border-style:solid;border-color:00FFFF;}
</style>
<marquee class="html-marquee" direction="down" behavior="scroll" scrollamount="1" >NGG - WGL MW 2 League - Division 2 Standings.
<table border="5" bordercolor="#0000FF" style="background-color:#" width="808" cellpadding="5" cellspacing="5">
	<tr>
		<td>Team/Clan</td>
		<td>Played</td>
		<td>Won</td>
		<td>Lost</td>
		<td>Round +</td>
		<td>Round -</td>
		<td>Round D</td>
		<td>Points</td>
	</tr>
	<tr>
		<td>NGG</td>
		<td>2</td>
		<td>2</td>
		<td>0</td>
		<td>6</td>
		<td>1</td>
		<td>+ 5</td>
		<td>6</td>
	</tr>
	<tr>
		<td>TLS</td>
		<td>2</td>
		<td>2</td>
		<td>0</td>
		<td>6</td>
		<td>3</td>
		<td>+ 3</td>
		<td>6</td>
	</tr>
	<tr>
		<td>AWOL</td>
		<td>2</td>
		<td>1</td>
		<td>1</td>
		<td>4</td>
		<td>4</td>
		<td>0</td>
		<td>3</td>
	</tr>
	<tr>
		<td>UW:B</td>
		<td>2</td>
		<td>1</td>
		<td>1</td>
		<td>4</td>
		<td>4</td>
		<td>0</td>
		<td>3</td>
	</tr>
	<tr>
		<td>XGL:C</td>
		<td>2</td>
		<td>1</td>
		<td>1</td>
		<td>4</td>
		<td>4</td>
		<td>0</td>
		<td>3</td>
	</tr>
	<tr>
		<td>BEM</td>
		<td>2</td>
		<td>1</td>
		<td>1</td>
		<td>3</td>
		<td>5</td>
		<td>- 2</td>
		<td>3</td>
	</tr>
	<tr>
		<td>GAS</td>
		<td>2</td>
		<td>0</td>
		<td>2</td>
		<td>3</td>
		<td>6</td>
		<td>- 3</td>
		<td>0</td>
	</tr>
	<tr>
		<td>WHM:A</td>
		<td>2</td>
		<td>0</td>
		<td>2</td>
		<td>3</td>
		<td>6</td>
		<td>- 3</td>
		<td>0</td>
	</tr>

</table>
<p style="font-family:verdana,arial,sans-serif;font-size:18px;"><a href=""></a></p>

</marquee><p style="font-family:verdana,arial,sans-serif;font-size:10px;"><a href="http://www.zappyhost.com/">Cheap domain names</a></p>
So can someone please explain how i make the text say RED ?

Cheers in advance
Reply With Quote
  #2  
Old 03-24-2010, 01:14 AM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try this

PHP Code:
<!-- HTML Codes by Quackit.com -->
<
style type="text/css">
.
html-marquee {border:6 solid 00FFFFheight:150px;width:808px;background-color:0000FF;background-image:url('http://img232.imageshack.us/img232/3522/sigq.png');font-family:Cursive;font-size:10pt;color:0000FF;font-style:italic;font-weight:bold;}
</
style>
<
font color="#FF0000">
<
marquee class="html-marquee" direction="down" behavior="scroll" scrollamount="1" >NGG WGL MW 2 League Division 2 Standings.
<
table border="5" bordercolor="#0000FF" style="background-color:#" width="808" cellpadding="5" cellspacing="5">
    <
tr>
        <
td><font color="#FF0000">Team/Clan</font></td>
        <
td><font color="#FF0000">Played</font></td>
        <
td><font color="#FF0000">Won</font></td>
        <
td><font color="#FF0000">Lost</font></td>
        <
td><font color="#FF0000">Round +</font></td>
        <
td><font color="#FF0000">Round -</font></td>
        <
td><font color="#FF0000">Round D</font></td>
        <
td><font color="#FF0000">Points</font></td>
    </
tr>
    <
tr>
        <
td><font color="#FF0000">NGG</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">0</font></td>
        <
td><font color="#FF0000">6</font></td>
        <
td><font color="#FF0000">1</font></td>
        <
td><font color="#FF0000">+ 5</font></td>
        <
td><font color="#FF0000">6</font></td>
    </
tr>
    <
tr>
        <
td><font color="#FF0000">TLS</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">0</font></td>
        <
td><font color="#FF0000">6</font></td>
        <
td><font color="#FF0000">3</font></td>
        <
td><font color="#FF0000">+ 3</font></td>
        <
td><font color="#FF0000">6</font></td>
    </
tr>
    <
tr>
        <
td><font color="#FF0000">AWOL</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">1</font></td>
        <
td><font color="#FF0000">1</font></td>
        <
td><font color="#FF0000">4</font></td>
        <
td><font color="#FF0000">4</font></td>
        <
td><font color="#FF0000">0</font></td>
        <
td><font color="#FF0000">3</font></td>
    </
tr>
    <
tr>
        <
td><font color="#FF0000">UW:B</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">1</font></td>
        <
td><font color="#FF0000">1</font></td>
        <
td><font color="#FF0000">4</font></td>
        <
td><font color="#FF0000">4</font></td>
        <
td><font color="#FF0000">0</font></td>
        <
td><font color="#FF0000">3</font></td>
    </
tr>
    <
tr>
        <
td><font color="#FF0000">XGL:C</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">1</font></td>
        <
td><font color="#FF0000">1</font></td>
        <
td><font color="#FF0000">4</font></td>
        <
td><font color="#FF0000">4</font></td>
        <
td><font color="#FF0000">0</font></td>
        <
td><font color="#FF0000">3</font></td>
    </
tr>
    <
tr>
        <
td><font color="#FF0000">BEM</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">1</font></td>
        <
td><font color="#FF0000">1</font></td>
        <
td><font color="#FF0000">3</font></td>
        <
td><font color="#FF0000">5</font></td>
        <
td><font color="#FF0000">- 2</font></td>
        <
td><font color="#FF0000">3</font></td>
    </
tr>
    <
tr>
        <
td><font color="#FF0000">GAS</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">0</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">3</font></td>
        <
td><font color="#FF0000">6</font></td>
        <
td><font color="#FF0000">- 3</font></td>
        <
td><font color="#FF0000">0</font></td>
    </
tr>
    <
tr>
        <
td><font color="#FF0000">WHM:A</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">0</font></td>
        <
td><font color="#FF0000">2</font></td>
        <
td><font color="#FF0000">3</font></td>
        <
td><font color="#FF0000">6</font></td>
        <
td><font color="#FF0000">- 3</font></td>
        <
td><font color="#FF0000">0</font></td>
    </
tr>

</
table>
<
p style="font-family:verdana,arial,sans-serif;font-size:18px;"><a href=""></a></p></marquee></font><p style="font-family:verdana,arial,sans-serif;font-size:10px;"><a href="http://www.zappyhost.com/">Cheap domain names</a></p
this color FF0000 is red change it to what you need in the frontpage or other editor
Reply With Quote
  #3  
Old 03-24-2010, 06:51 PM
betts02's Avatar
betts02 betts02 is offline
 
Join Date: Jun 2009
Posts: 910
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Many thanks, Worked a real treat
Reply With Quote
  #4  
Old 03-25-2010, 12:59 PM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you are Welcome man
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03649 seconds
  • Memory Usage 2,312KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete