|
| |
|
|
Xplorer4x4
Posts: 18 Joined: 5/22/2007 Status: offline
|
CSS Works on Some Pages but Not Others - 7/8/2007 16:51:30
When you view my index ( http://www.ccwwrestling.net/index.php ) the CSS seems to work just fine, but when i try to view my roster page ( http://www.ccwwrestling.net/roster.php ) the CSS should make the text black inside the white boxes but it does not. Why is it doing this and how can I correct it? Thanks.
|
|
|
|
jurgen
Posts: 385 Joined: 1/9/2007 From: Castle Rock, Colorado Status: offline
|
RE: CSS Works on Some Pages but Not Others - 7/8/2007 19:31:13
You still have <font color> asigned within your code. Most probably inserted by includes from the php file. <font color="#bccbdc" face="verdana" size="1">Andrew Coal</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'11"<br>Weight: 180 lbs<br>Hometown: Indianapolis,IN<br>Finisher: Coal-Mission<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font>
_____________________________
Wedding Dresses Colorado
|
|
|
|
Xplorer4x4
Posts: 18 Joined: 5/22/2007 Status: offline
|
RE: CSS Works on Some Pages but Not Others - 7/8/2007 20:19:31
Um my php file shows the code as <div class="wrestlers">
<img src="/roster/photo.gif" alt="Andrew Coal" height="90" width="90" >
<h3>Andrew Coal</h3>
<p>Height: 5'11"<br>Weight: 180 lbs<br>Hometown: Indianapolis,IN<br>Finisher: Coal-Mission<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/red.gif" alt="Arrick The Red" height="90" width="90" >
<h3>Arrick The Red</h3>
<p>Height: 6'4"<br>Weight: 320lbs<br>Hometown: Dublin<br>Finisher: The PowerDriver<br><br><br><br></p> </div>
</div> And when I click the view source it comes up the exact same way. I looked over my CSS sheet and see references to that hex code but there all related to <a href or scroll bar coloring, and as you see above I am using a div to start and finish the boxes. Here is my CSS: <!--
BODY {
SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #2e425a; SCROLLBAR-3DLIGHT-COLOR: #2e425a; SCROLLBAR-ARROW-COLOR: #bccbdc; SCROLLBAR-TRACK-COLOR: #2e425a; SCROLLBAR-DARKSHADOW-COLOR: #000000; BACKGROUND-COLOR: #000000
}
A:link {
COLOR: #bccbdc; TEXT-DECORATION: none
}
A:active {
COLOR: #bccbdc; TEXT-DECORATION: none
}
A:visited {
COLOR: #bccbdc; TEXT-DECORATION: none
}
A:hover {
COLOR: #597795; TEXT-DECORATION: underline
}
#linklist {margin-left:0px;list-style-type:none;padding:0;}
#linklist li {list-style-type:none;}
#linklist li.indent {margin-left:10px;}
div.wrestlers {color:#000000;font-family: Verdana, sans-serif; background-color:#e2e2e2;width:600px;margin-bottom:10px;}
div.wrestlers img {float:left; margin:5px;}
div.wrestlers h3 {font-size:90%;margin:5px 0 8px 110px;}
div.wrestlers p {margin: 2px 10px 8px 110px;}
-->
< Message edited by Xplorer4x4 -- 7/8/2007 20:26:10 >
|
|
|
|
jurgen
Posts: 385 Joined: 1/9/2007 From: Castle Rock, Colorado Status: offline
|
RE: CSS Works on Some Pages but Not Others - 7/8/2007 21:10:15
How do you pull in the pictures and information in to the page? I suppose you are not doing each and everyone in your "rooster.php" file by hand. The code which pulls it out of the database must have the aditional font code in there. It's there and I downloaded it to look at your code.
_____________________________
Wedding Dresses Colorado
|
|
|
|
Xplorer4x4
Posts: 18 Joined: 5/22/2007 Status: offline
|
RE: CSS Works on Some Pages but Not Others - 7/8/2007 21:14:13
I pull in the CSS via <link rel="stylesheet" type="text/css" media="all" href="http://www.ccwwrestling.net/ccw.css" /> in the roster.php page. As for the pics I pull them from a location on the server, not a database. :s Not sure what makes you assume that. Here is the code in the php file <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Crossroads Championship Wrestling</title>
<META content="Put text here" name=classification>
<META content="Your name" name=Author>
<META content="Layout is Copyright © http://www.gnext.vze.com" name=copyright>
<META content="Your Keywords here" name=keywords>
<META content="Your Site Description here" name=description>
<link rel="stylesheet" type="text/css" media="all" href="http://www.ccwwrestling.net/ccw.css" />
</head>
<BODY text=white bottomMargin=0 vLink=white link=#bccbdc bgColor=black leftMargin=0 topMargin=0 rightMargin=0>
<table width="710" border="0" cellspacing="0" cellpadding="0" valign="top">
<tr>
<td><a href="index.php"><img src="images/logo.jpg" width="750" height="110" border="0"></a></td>
</tr>
</table>
<table width="750" height="100%" border="0" cellspacing="0" cellpadding="0" valign="top">
<tr>
<td width="130" valign="top"><br>
<table align="center" width="130" border="1" bordercolor="#3399cc" "cellspacing="0" cellpadding="0" valign="top">
<tr>
<td height="20" bgcolor="#336699" valign="center"><font face="verdana" size="2">
: Navagation :</font></td>
</tr>
<tr>
<td valign="top">
<p>
<font face="verdana" size="1.5">
- <a href="index.php">Home</a><br>
- <a href="shows.php">Shows</a><br>
- <a href="results.php">Results</a><br>
- <a href="roster.php">Roster</a><br>
- <a href="media.php">Multi Media</a><br>
- <a href="/forums/index.php">Message Board</a><br>
</font>
</p>
</td>
</tr>
</table>
<br>
<table align="center" width="130" border="1" bordercolor="#3399cc" "cellspacing="0" cellpadding="0" valign="top">
<tr>
<td height="20" bgcolor="#336699" valign="center"><font face="verdana" size="2">Information</font></td>
</tr>
<tr>
<td valign="top">
<p><font face="verdana" size="1.5">
- <a href="booking.php">Bookings</a><br>
- <a href="training.php">Training</a><br>
- <a href="advertise.php">Advertise</a><br>
- <a href="contact.php">Contact Us</a><br><br>
<script type="text/javascript"><!--
google_ad_client = "pub-6171788416587440";
google_ad_width = 120;
google_ad_height = 90;
google_ad_format = "120x90_0ads_al";
//2007-05-19: ccw_index
google_ad_channel = "0194931692";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</font>
</p>
</td>
</tr>
</table>
<br>
</td>
<td width="482" valign="top">
<center>
<font face="verdana" size="1"><br>
</font>
<script type="text/javascript"><!--
google_ad_client = "pub-6171788416587440";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-05-18: ccw_index
google_ad_channel = "0194931692";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
<br>
<table align="center" width="610" border="1" bordercolor="#3399cc" cellspacing="1" cellpadding="1" valign="top">
<tr>
<td height="20" bgcolor=#336699 valign="center"><font face="verdana" size="2">
<strong>CCW Champions</strong></font></td>
</tr>
<tr>
<td valign="top"> <font face="verdana" color="#bccbdc" size="1.5">
<p>
</p>
</font>
</td>
</tr>
</table>
<table align="center" width="610" border="1" bordercolor="#3399cc" cellspacing="1" cellpadding="1" valign="top">
<tr>
<td height="20" bgcolor=#336699 valign="center"><font face="verdana" size="2">
<strong>CCW Roster</strong></font></td>
</tr>
<tr>
<td valign="top"> <font face="verdana" color="#bccbdc" size="1.5">
<p><br>
</p>
<p>
<div class="wrestlers">
<img src="/roster/photo.gif" alt="Andrew Coal" height="90" width="90" >
<h3>Andrew Coal</h3>
<p>Height: 5'11"<br>Weight: 180 lbs<br>Hometown: Indianapolis,IN<br>Finisher: Coal-Mission<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/red.gif" alt="Arrick The Red" height="90" width="90" >
<h3>Arrick The Red</h3>
<p>Height: 6'4"<br>Weight: 320lbs<br>Hometown: Dublin<br>Finisher: The PowerDriver<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/toxik.gif" alt="Toxik" height="90" width="90" >
<h3>CJ "ToXiK" Maxwell</h3>
<p>Height: 5'9"<br>Weight: 225 lbs<br>Hometown: Evansville,IN<br>Finisher: IntoXikator<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/cowboy.gif" alt="Shawn Clarion" height="90" width="90" >
<h3>"The Cowboy" Shawn Clarion</h3>
<p>Height: 6'O"<br>Weight: 195 lbs<br>Hometown: Chicago, IL<br>Finisher: Running STO<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/photo.gif" alt="Cyclone" height="90" width="90" >
<h3>Cyclone</h3>
<p>Height: 5'11"<br>Weight: 145 lbs<br>Hometown: St. Thomas in the Virgin Islands<br>Finisher: The Downpour/The Aftershock<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/booger.gif" alt="Booger" height="90" width="90" >
<h3>Dewey "Booger" Dawson</h3>
<p>Height: 6'1<br>Weight: 230 lbs<br>Hometown: Tri Lambda Fraternity<br>Finisher: Dewey Decimal Drop<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/cain.gif" alt="Donovan Cain" height="90" width="90" >
<h3>Donovan Cain</h3>
<p>Height: 5'7"<br>Weight: 140 lbs<br>Hometown: Orlando, FL<br>Finisher: Wrath of Cain<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/photo.gif" alt="Drake Graven" height="90" width="90" >
<h3>Drake Graven</h3>
<p>Height: 6"2"<br>Weight: 120 lbs<br>Hometown: Vincennes,IN<br>Finisher: ?<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/elektra.gif" alt="Elektra Fine" height="90" width="90" >
<h3>Elektra Fine</h3>
<p>Height: 5'5"<br>Weight: 120 lbs<br>Hometown: Panama City,Fl<br>Finisher: Elektracution<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/lyte.gif" alt="Jason Lyte" height="90" width="90" >
<h3>Jason Lyte</h3>
<p>Height: 5'8"<br>Weight: 185 lbs<br>Hometown: Crossroads of America<br>Finisher: Attitude Adjustment<br><br><br><br></p></div>
</div>
<div class="wrestlers">
<img src="/roster/JP.jpg" alt="JP Lightning" height="90" width="90" >
<h3>J.P. Lightning</h3>
<p>Height: 5'10"<br>Weight: 145lbs<br>Hometown: City of Lightning<br>Finisher: Stroke of Lightning<br><br><br><br></p>
</div>
<div class="wrestlers">
<img src="/roster/photo.gif" alt="JT Rain" height="90" width="90" >
<h3>J.T. Rain</h3>
<p>Height: 5'10"<br>Weight: 230 lbs<br>Hometown: Seatle,WA<br>Finisher: The Cleansing/The Rain Drop/The Aftershock<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/Johnnie Watts.jpg" alt="wrestler's name goes here" height="90" width="90" >
<h3>Johnnie Watts</h3>
<p>Height: 6'1"<br>Weight: N/A<br>Hometown: ????<br>Finisher: ?<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/photo.gif" alt="charlieknight" height="90" width="90" >
<h3>"The Rage'n Caucasian" Charlie Knight</h3>
<p>Height: 5'8"<br>Weight: 190 lbs<br>Hometown: Terre Haute,IN<br>Finisher: Double Underhook Pile Driver<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/photo.gif" alt="Ray Lincoln" height="90" width="90" >
<h3>Ray Lincoln</h3>
<p>Height: 5'7"<br>Weight: 155 lbs<br>Hometown: Sinn City USA<br>Finisher: The Boom<br><br><br><br></p></div>
</div>
<div class="wrestlers">
<img src="/roster/scarlet.jpg" alt="Scarlet Rose" height="90" width="90" >
<h3>Scarlet Rose</h3>
<p>Height: N/A<br>Weight: N/A<br>Hometown: Vincennes,IN<br>Finisher: ?<br><br><br><br></p></div>
<div class="wrestlers">
<img src="/roster/photo.gif" alt="Shank Barzini" height="90" width="90" >
<h3>Shank "TheFreak" Barzini</h3>
<p>Height: 5'9"<br>Weight: 180 lbs<br>Hometown: Sicily<br>Finisher: Closing Curtain<br><br><br><br></p> </div>
</div>
<div class="wrestlers">
<img src="/roster/photo.gif" alt="TNT Jak Maverick" height="90" width="90" >
<h3>"TNT" Jak Maverick</h3>
<p>Height: 6'0"<br>Weight: 185 lbs<br>Hometown: Las Vegas, Nevada<br>Finisher: C4 eXplosion<br><br><br><br></p> </div>
</div>
</font>
</td>
</tr>
</table>
<br>
<br>
<br>
<table align="center" width="610" border="1" bordercolor="#3399cc" cellspacing="1" cellpadding="1" valign="top">
<tr>
<td height="20" valign="center"><font face="verdana" size="2">
<Div align=center>
<!-- ADDFREESTATS.COM AUTOCODE V4.0 -->
<script type="text/javascript">
<!--
var AFS_Account="00818752";
var AFS_Tracker="auto";
var AFS_Server="www8";
var AFS_Page="DetectName";
var AFS_Url="DetectUrl";
// -->
</script>
<script type="text/javascript" src="http://www8.addfreestats.com/cgi-bin/afstrack.cgi?usr=00818752">
</script>
<noscript>
<a href="http://www.addfreestats.com" >
<img src="http://www8.addfreestats.com/cgi-bin/connect.cgi?usr=00818752Pauto" border=0 title="AddFreeStats.com Free Web Stats!"></a>
</noscript>
<!-- ENDADDFREESTATS.COM AUTOCODE V4.0 -->
<br>
<font color="#bccbdc" face=verdana size=1>
Copyright 2002 (ccwwrestling.5gbfree.com).<br> Site Designed by <strong>
<a href="http://www.quickness.uni.cc">http://www.quickness.uni.cc</a></strong>.<br>CCW Logo Design by Jachson of <strong><a href="http://prowrestlingmayhem.com/index.php">Pro Wrestling Mayhem</a></strong> All Rights Reserved.
</div></font></td>
</tr>
</table>
<br>
</body>
</html>
|
|
|
|
jurgen
Posts: 385 Joined: 1/9/2007 From: Castle Rock, Colorado Status: offline
|
RE: CSS Works on Some Pages but Not Others - 7/8/2007 21:26:42
You are using a CMS, Contact Managment System. The CMS is driven by templates and most probably the font tags are within the template. Go to your rooster page in your browser and save the page to your hard drive open the code and you will see the code..... And that is what I am getting when I look at your rooster.php .... hmmmm <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>Crossroads Championship Wrestling</title>
<meta content="Put text here" name="classification">
<meta content="Your name" name="Author">
<meta content="Layout is Copyright © http://www.gnext.vze.com" name="copyright">
<meta content="Your Keywords here" name="keywords">
<meta content="Your Site Description here" name="description">
<link rel="stylesheet" type="text/css" media="all" href="roster_files/ccw.css"></head>
<body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0" bgcolor="black" link="#bccbdc" text="white" vlink="white">
<table valign="top" border="0" cellpadding="0" cellspacing="0" width="710">
<tbody><tr>
<td><a href="http://www.ccwwrestling.net/index.php"><img src="roster_files/logo.jpg" border="0" height="110" width="750"></a></td>
</tr>
</tbody></table>
<table valign="top" border="0" cellpadding="0" cellspacing="0" height="100%" width="750">
<tbody><tr>
<td valign="top" width="130"><br>
<table ="" valign="top" align="center" border="1" bordercolor="#3399cc" cellpadding="0" cellspacing="0" width="130">
<tbody><tr>
<td bgcolor="#336699" height="20" valign="center"><font face="verdana" size="2">
: Navagation :</font></td>
</tr>
<tr>
<td valign="top">
<p>
<font face="verdana" size="1">
- <a href="http://www.ccwwrestling.net/index.php">Home</a><br>
- <a href="http://www.ccwwrestling.net/shows.php">Shows</a><br>
- <a href="http://www.ccwwrestling.net/results.php">Results</a><br>
- <a href="http://www.ccwwrestling.net/roster.php">Roster</a><br>
- <a href="http://www.ccwwrestling.net/media.php">Multi Media</a><br>
- <a href="http://www.ccwwrestling.net/forums/index.php">Message Board</a><br>
</font>
</p>
</td>
</tr>
</tbody></table>
<br>
<table ="" valign="top" align="center" border="1" bordercolor="#3399cc" cellpadding="0" cellspacing="0" width="130">
<tbody><tr>
<td bgcolor="#336699" height="20" valign="center"><font face="verdana" size="2">Information</font></td>
</tr>
<tr>
<td valign="top">
<p><font face="verdana" size="1">
- <a href="http://www.ccwwrestling.net/booking.php">Bookings</a><br>
- <a href="http://www.ccwwrestling.net/training.php">Training</a><br>
- <a href="http://www.ccwwrestling.net/advertise.php">Advertise</a><br>
- <a href="http://www.ccwwrestling.net/contact.php">Contact Us</a><br><br>
<script type="text/javascript"><!--
google_ad_client = "pub-6171788416587440";
google_ad_width = 120;
google_ad_height = 90;
google_ad_format = "120x90_0ads_al";
//2007-05-19: ccw_index
google_ad_channel = "0194931692";
//-->
</script>
<script type="text/javascript" src="roster_files/show_ads">
</script><iframe name="google_ads_frame" src="roster_files/ads.htm" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="90" scrolling="no" width="120"></iframe>
</font>
</p>
</td>
</tr>
</tbody></table>
<br>
</td>
<td valign="top" width="482">
<center>
<font face="verdana" size="1"><br>
</font>
<script type="text/javascript"><!--
google_ad_client = "pub-6171788416587440";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-05-18: ccw_index
google_ad_channel = "0194931692";
//-->
</script>
<script type="text/javascript" src="roster_files/show_ads">
</script><iframe name="google_ads_frame" src="roster_files/ads_002.htm" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" frameborder="0" height="60" scrolling="no" width="468"></iframe>
</center>
<br>
<table valign="top" align="center" border="1" bordercolor="#3399cc" cellpadding="1" cellspacing="1" width="610">
<tbody><tr>
<td bgcolor="#336699" height="20" valign="center"><font face="verdana" size="2">
<strong>CCW Champions</strong></font></td>
</tr>
<tr>
<td valign="top"> <font color="#bccbdc" face="verdana" size="1">
<p>
</p>
</font>
</td>
</tr>
</tbody></table>
<table valign="top" align="center" border="1" bordercolor="#3399cc" cellpadding="1" cellspacing="1" width="610">
<tbody><tr>
<td bgcolor="#336699" height="20" valign="center"><font face="verdana" size="2">
<strong>CCW Roster</strong></font></td>
</tr>
<tr>
<td valign="top"> <font color="#bccbdc" face="verdana" size="1">
</font><p><font color="#bccbdc" face="verdana" size="1"><br>
</font></p>
<p>
<font color="#bccbdc" face="verdana" size="1"> </font></p><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/photo.gif" alt="Andrew Coal" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Andrew Coal</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'11"<br>Weight: 180 lbs<br>Hometown: Indianapolis,IN<br>Finisher: Coal-Mission<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/red.gif" alt="Arrick The Red" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Arrick The Red</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 6'4"<br>Weight: 320lbs<br>Hometown: Dublin<br>Finisher: The PowerDriver<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/toxik.gif" alt="Toxik" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">CJ "ToXiK" Maxwell</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'9"<br>Weight: 225 lbs<br>Hometown: Evansville,IN<br>Finisher: IntoXikator<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/cowboy.gif" alt="Shawn Clarion" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">"The Cowboy" Shawn Clarion</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 6'O"<br>Weight: 195 lbs<br>Hometown: Chicago, IL<br>Finisher: Running STO<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/photo.gif" alt="Cyclone" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Cyclone</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'11"<br>Weight: 145 lbs<br>Hometown: St. Thomas in the Virgin Islands<br>Finisher: The Downpour/The Aftershock<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/booger.gif" alt="Booger" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Dewey "Booger" Dawson</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 6'1<br>Weight: 230 lbs<br>Hometown: Tri Lambda Fraternity<br>Finisher: Dewey Decimal Drop<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/cain.gif" alt="Donovan Cain" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Donovan Cain</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'7"<br>Weight: 140 lbs<br>Hometown: Orlando, FL<br>Finisher: Wrath of Cain<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/photo.gif" alt="Drake Graven" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Drake Graven</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 6"2"<br>Weight: 120 lbs<br>Hometown: Vincennes,IN<br>Finisher: ?<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/elektra.gif" alt="Elektra Fine" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Elektra Fine</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'5"<br>Weight: 120 lbs<br>Hometown: Panama City,Fl<br>Finisher: Elektracution<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/lyte.gif" alt="Jason Lyte" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Jason Lyte</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'8"<br>Weight: 185 lbs<br>Hometown: Crossroads of America<br>Finisher: Attitude Adjustment<br><br><br><br></font></p></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/JP.jpg" alt="JP Lightning" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">J.P. Lightning</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'10"<br>Weight: 145lbs<br>Hometown: City of Lightning<br>Finisher: Stroke of Lightning<br><br><br><br></font></p>
<font color="#bccbdc" face="verdana" size="1"> </font></div>
<font color="#bccbdc" face="verdana" size="1"> </font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/photo.gif" alt="JT Rain" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">J.T. Rain</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'10"<br>Weight: 230 lbs<br>Hometown: Seatle,WA<br>Finisher: The Cleansing/The Rain Drop/The Aftershock<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/Johnnie%2520Watts.jpg" alt="wrestler's name goes here" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Johnnie Watts</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 6'1"<br>Weight: N/A<br>Hometown: ????<br>Finisher: ?<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/photo.gif" alt="charlieknight" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">"The Rage'n Caucasian" Charlie Knight</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'8"<br>Weight: 190 lbs<br>Hometown: Terre Haute,IN<br>Finisher: Double Underhook Pile Driver<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/photo.gif" alt="Ray Lincoln" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Ray Lincoln</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'7"<br>Weight: 155 lbs<br>Hometown: Sinn City USA<br>Finisher: The Boom<br><br><br><br></font></p></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/scarlet.jpg" alt="Scarlet Rose" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Scarlet Rose</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: N/A<br>Weight: N/A<br>Hometown: Vincennes,IN<br>Finisher: ?<br><br><br><br></font></p></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/photo.gif" alt="Shank Barzini" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">Shank "TheFreak" Barzini</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 5'9"<br>Weight: 180 lbs<br>Hometown: Sicily<br>Finisher: Closing Curtain<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font><div class="wrestlers">
<font color="#bccbdc" face="verdana" size="1"> <img src="roster_files/photo.gif" alt="TNT Jak Maverick" height="90" width="90">
</font><h3><font color="#bccbdc" face="verdana" size="1">"TNT" Jak Maverick</font></h3>
<font color="#bccbdc" face="verdana" size="1"> </font><p><font color="#bccbdc" face="verdana" size="1">Height: 6'0"<br>Weight: 185 lbs<br>Hometown: Las Vegas, Nevada<br>Finisher: C4 eXplosion<br><br><br><br></font></p><font color="#bccbdc" face="verdana" size="1"> </font></div><font color="#bccbdc" face="verdana" size="1">
</font>
</td>
</tr>
</tbody></table>
<br>
<br>
<br>
<table valign="top" align="center" border="1" bordercolor="#3399cc" cellpadding="1" cellspacing="1" width="610">
<tbody><tr>
<td height="20" valign="center"><font face="verdana" size="2">
</font><div align="center">
<font face="verdana" size="2"> <!-- ADDFREESTATS.COM AUTOCODE V4.0 -->
<script type="text/javascript">
<!--
var AFS_Account="00818752";
var AFS_Tracker="auto";
var AFS_Server="www8";
var AFS_Page="DetectName";
var AFS_Url="DetectUrl";
// -->
</script>
<script type="text/javascript" src="roster_files/afstrack.js">
</script><a href="http://top.addfreestats.com/cgi-bin/main.cgi?usr=00818752"><img src="roster_files/connect.gif" title="AddFreeStats.com Free Web Stats" border="0"></a><a href="http://www.addfreestats.com/"></a>
<noscript>
<a href="http://www.addfreestats.com" >
<img
src="http://www8.addfreestats.com/cgi-bin/connect.cgi?usr=00818752Pauto"
border=0 title="AddFreeStats.com Free Web Stats!"></a>
</noscript>
<!-- ENDADDFREESTATS.COM AUTOCODE V4.0 -->
<br>
<font color="#bccbdc" face="verdana" size="1">
Copyright 2002 (ccwwrestling.5gbfree.com).<br> Site Designed by <strong>
<a href="http://www.quickness.uni.cc/">http://www.quickness.uni.cc</a></strong>.<br>CCW Logo Design by Jachson of <strong><a href="http://prowrestlingmayhem.com/index.php">Pro Wrestling Mayhem</a></strong> All Rights Reserved.
</font></font></div></td>
</tr>
</tbody></table>
<br>
</td></tr></tbody></table></body></html>
_____________________________
Wedding Dresses Colorado
|
|
|
|
Xplorer4x4
Posts: 18 Joined: 5/22/2007 Status: offline
|
RE: CSS Works on Some Pages but Not Others - 7/8/2007 21:35:17
quote:
Go to your rooster page in your browser and save the page to your hard drive open the code and you will see the code..... And that is what I am getting when I look at your rooster.php .... Funny I get exactly what I posted above. I opened the php file I uploaded to my server in crimson editor then copied it and pasted it into the above post. As for the CMS I am not using a CMS on my roster page. So the CMS cant be an issue. Besides the content from the CMS is displayed just fine. I dont understand where your getting your code from but I get the same code from my php file on my HD and the file I saved through the browser to my HD. I have used both IE7, and my default browser Gran Paradiso Alpha 6(Firefox 3 Alpha release) and STILL do not see the results your claiming.
|
|
|
|
Xplorer4x4
Posts: 18 Joined: 5/22/2007 Status: offline
|
RE: CSS Works on Some Pages but Not Others - 7/8/2007 21:55:38
We finally see the same code :p And that fixed it! Thanks very much. :)
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|