vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   HTML Code help (https://vborg.vbsupport.ru/showthread.php?t=238953)

betts02 03-23-2010 10:56 PM

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

Dr.osamA 03-24-2010 01:14 AM

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

betts02 03-24-2010 06:51 PM

Many thanks, Worked a real treat

Dr.osamA 03-25-2010 12:59 PM

you are Welcome man


All times are GMT. The time now is 06:16 AM.

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.01899 seconds
  • Memory Usage 1,860KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete