Joel Posted March 24, 2008 Posted March 24, 2008 I want to change the text in explore.php, This text (<u><font color=yellow>Market Place</u> ) to a logo like this: But i have tried loads of things but cannot not do it, Ive tried replacing (<u><font color=yellow>Market Place</u> ) with and i still get a error what code would i put in to make it work heres my explore.php <?php include "globals.php"; $tresder=(int) rand(100,999); if($ir['jail'] or $ir['hospital']) { die("This page cannot be accessed while in jail or hospital."); } print "[b]<font color=white>You begin exploring the area you're in, you see a bit that interests you.[/b] <table width=75%><tr height=100><td valign=top> [img=marketplace.png] [url='shops.php']Shops[/url] [url='itemmarket.php']Item Market[/url] [url='cmarket.php']Crystal Market[/url]</td> <td valign=top> <u><font color=yellow>Serious Money Makers</u> [url='monorail.php']Travel Agency[/url] [url='estate.php']Estate Agent[/url] [url='bank.php']City Bank[/url]"; if($ir['location'] == 5) { print " [url='cyberbank.php']Cyber Bank[/url] "; } print "</td> <td valign=top> <u><font color=yellow>Dark Side</u> [url='gangcentral.php']Gangs[/url] [url='gangwars.php']Gang Wars[/url] [url='fedjail.php']Federal Jail[/url] [url='slotsmachine.php?tresde=$tresder']Slots Machine[/url] [url='roulette.php?tresde=$tresder']Roulette[/url] [url='lucky.php']Lucky Boxes[/url]"; if($ir['location'] == 5) { print " [url='slotsmachine3.php']Super Slots[/url] "; } print "</td></tr><tr height=100> <td valign=top> <u><font color=yellow>Statistics Dept</u> [url='userlist.php']User List[/url] [url='stafflist.php']{$set['game_name']} Staff[/url] [url='halloffame.php']Hall of Fame[/url] <a href=staffpos.php>Staff Positions</a> [url='stats.php']Game Stats[/url] [url='usersonline.php']Users Online[/url]</td><td valign=top> <u><font color=yellow>Misc</u> [url='pick3.php']Pick Three[/url] [url='polling.php']Polling Booth[/url] [url='crystaltemple.php']Crystal Temple[/url] "; print "[url='battletent.php']Battle Tent[/url] "; print "</td></tr></table> This is your referal link: http://{$domain}/register.php?REF=$userid Every signup from this link earns you two valuable crystals!"; $h->endpage(); ?> Please Help me Quote
Guest Anonymous Posted March 24, 2008 Posted March 24, 2008 Re: I need help with explore.php and logo's Use: Quote
Joel Posted March 24, 2008 Author Posted March 24, 2008 Re: I need help with explore.php and logo's ok that worked thanks alot Quote
Joel Posted March 24, 2008 Author Posted March 24, 2008 Re: I need help with explore.php and logo's instead off me using the images would i be able to use the Text could you show me the code if theres a way Quote
Guest Anonymous Posted March 24, 2008 Posted March 24, 2008 Re: I need help with explore.php and logo's Do you mean text on the images? Quote
Joel Posted March 24, 2008 Author Posted March 24, 2008 Re: I need help with explore.php and logo's no i mean the font on the code like (aria)l and stuff like that, How would you put it on the code Quote
Guest Anonymous Posted March 24, 2008 Posted March 24, 2008 Re: I need help with explore.php and logo's Use css. www.w3schools.com/css should give you a little understanding of it. Quote
Joel Posted March 24, 2008 Author Posted March 24, 2008 Re: I need help with explore.php and logo's I tried <u><font color=yellow><font: arial>Serious Money Makers</u> but that dont seem to work any ideas? Quote
Klikoka Posted April 5, 2008 Posted April 5, 2008 Re: I need help with explore.php and logo's Try : <u><font color=yellow><font-style:arial>Serious Money Makers</u> Quote
Haunted Dawg Posted April 6, 2008 Posted April 6, 2008 Re: I need help with explore.php and logo's <u><font color=yellow><font style='font-style:arial;'>Serious Money Makers</font></u> Quote
Analog Posted April 6, 2008 Posted April 6, 2008 Re: I need help with explore.php and logo's <u><font color=yellow><font style='font-style:arial;'>Serious Money Makers</font></u> Should be: <u style='color: yellow; font-family: arial;'>Serious Money Makers</u> Quote
Haunted Dawg Posted April 6, 2008 Posted April 6, 2008 Re: I need help with explore.php and logo's <u><font color=yellow><font style='font-style:arial;'>Serious Money Makers</font></u> Should be: <u style='color: yellow; font-family: arial;'>Serious Money Makers</u> Unfortunatly i dont do css so.... Quote
Joel Posted April 6, 2008 Author Posted April 6, 2008 Re: I need help with explore.php and logo's Thanks Both off you :-D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.