MMOFPS Boards
Welcome, Guest
Please Login or Register.    Lost Password?
Re:PHP Question (1 viewing) (1) Guest
Go to bottom Favoured: 0
  • Page:
  • << Start < Prev 1 2 Next > End >>
TOPIC: Re:PHP Question
#704
Taiko! (Admin)
Can you break this wood?
Site Administration
Posts: 567
graph
User Offline Click here to see the profile of this user
Gender: Male MassiveFPS! Location: Abilene, TX Birthdate: 1982-04-29
PHP Question 1 Year, 6 Months ago Karma: 16  
Say, I'm trying to get a dotted line to appear as white by placing <tr class="dottedline" style="color:#333;"> in the respective PHP file. Doesn't seem to work, am I doing something wrong?
 
Logged Logged  
  The administrator has disabled public write access.
#710
DrDysdy (User)
FNG
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
";[/code:1]

Or

[code:1]
*random PHP code*

?>



*more random PHP code*

?>[/code:1]
Re:PHP Question 1 Year, 5 Months ago Karma: 0  
Where in the PHP file are you placing it?

Are you doing something like:
[code:1]echo "
 
Logged Logged  
 
  The administrator has disabled public write access.
#712
Taiko! (Admin)
Can you break this wood?
Site Administration
Posts: 567
graph
User Offline Click here to see the profile of this user
Gender: Male MassiveFPS! Location: Abilene, TX Birthdate: 1982-04-29
Re:PHP Question 1 Year, 5 Months ago Karma: 16  
Here's my file for the detailed view of games in the gamelist, I've tried color:white and color:FFF also, I must be doing something wrong:

[code:1]
defined( '_VALID_MOS' ) or die( 'Restricted Access.' );

?>

































title ?>
Status: customFieldsData['field_gamestatus']; ?>

Platform: customFieldsData['field_platform']; ?>
Reviewer:
Go to user profile
echo $mySobi->username;
?>

Date Added: publish_up ; ?>
Developed by: customFieldsData['field_developer']; ?> Updated: lastUpdate ; ?>
Genre: customFieldsData['field_genre']; ?> Views: showHits($config,$mySobi);?>


















customFieldsData['field_gallery_url'] ) {; ?>
Gallery

Discuss
customFieldsData['field_pricecheck_url'] ) {; ?>
Price Check

customFieldsData['field_news_url'] ) {; ?>
News

customFieldsData['field_fansites_url'] ) {; ?>
Fansites


customFieldsData['field_description'] ) {; ?>
customFieldsData['field_description']; ?>















 
getPlugin($mySobi,'gallery'); ?>











User Reviews









getPlugin($mySobi,'reviews'); ?>







[/code:1]
 
Logged Logged  
  The administrator has disabled public write access.
#714
DrDysdy (User)
FNG
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Re:PHP Question 1 Year, 5 Months ago Karma: 0  
On line 27 switch this:

[code:1]
for this:

[code:1]
I'm not sure about the dotted line. I'll figure it out.
 
Logged Logged  
 
  The administrator has disabled public write access.
#715
DrDysdy (User)
FNG
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Re:PHP Question 1 Year, 5 Months ago Karma: 0  
Do you have a CSS file you use for this?


try this in your style sheet:
[code:1]td.dottedline {border-bottom-style: dotted; color:#FFF;}[/code:1]
 
Logged Logged  
 
  The administrator has disabled public write access.
#716
Taiko! (Admin)
Can you break this wood?
Site Administration
Posts: 567
graph
User Offline Click here to see the profile of this user
Gender: Male MassiveFPS! Location: Abilene, TX Birthdate: 1982-04-29
Re:PHP Question 1 Year, 5 Months ago Karma: 16  
Looks like the spacing in the code was just an issue when I pasted it to this forum, I was looking at that thing for a good 30 minutes

About the CSS, I went ahead and added this line:
[code:1]td.dottedline {
border-bottom-style: dotted; color: #FFFFFF
}[/code:1]

To no avail... :S
 
Logged Logged  
  The administrator has disabled public write access.
Go to top
  • Page:
  • << Start < Prev 1 2 Next > End >>
© 2006-2008 MassiveFPS.com - All Rights Reserved | Site Map