Jump to content

Userlookup browser compatibility


hedu

Recommended Posts

Hi, all. I just finished my new userlookup design and everything looks and seems to be working just fine... in Firefox. However, there is a slight problem when I view it with IE. The contents on the right seems to jumble together in one particular section. To see for yourself, just go to my lookup while using Firefox, then try it again with IE.

 

Does anyone have any ideas as to what could be causing this?

If you need to take a look at the internals, feel free to view page source. :)

Link to comment
Share on other sites

great job on the lookup perfect example of simple yet excellent ^_^

 

ah sorry i did speak too soon, i didnt notice how 'goal' was going under your other stuff...

 

 

i dont often use the codeing style you are so you've got me.. only thing i can suggest is to play around with it.. you could just split it into 2 dffrent div layers..

Link to comment
Share on other sites

Not sure if this will work, but might as well try it: add a couple of <br> to push the "Goal" title down a bit, so its under the avie pics. I don't know what effect this will have in Firefox though, I dont have firefox so I can't test it for you... Other than that, I'm out of ideas, it all looks okay to me though I have to admit I use a different style of code for my own lookups so my knowledge of the style you've used it kinda limited...

 

Otherwise - great lookup!

Link to comment
Share on other sites

Thanks for the compliments. :)

 

I tried the <BR> idea before but it didn't work.

However, I'm curious to know what coding style you guys use because maybe that's my problem. Maybe my coding is all wrong.

Link to comment
Share on other sites

Thanks for the compliments. :)

 

I tried the <BR> idea before but it didn't work.

However, I'm curious to know what coding style you guys use because maybe that's my problem. Maybe my coding is all wrong.

actully you seem to be takeing a more traditional approch as if its an actul webpage, where for the most part the rest of us just use the minimal of whats needed to make it look right.. it list tags for example i would only use if i wanted bullets, otherwise i would just use br and force the next one to the next line

 

but it would be a pain to go back and change all of that, i would try simply starting a new div layour at the begining of goals that way that layer is forced to start lower.. this would be more of a bandaid solution then finding out why it wont work of course but it will look right in the mean time..

Link to comment
Share on other sites

actully you seem to be takeing a more traditional approch as if its an actul webpage, where for the most part the rest of us just use the minimal of whats needed to make it look right.. it list tags for example i would only use if i wanted bullets, otherwise i would just use br and force the next one to the next line

 

but it would be a pain to go back and change all of that, i would try simply starting a new div layour at the begining of goals that way that layer is forced to start lower.. this would be more of a bandaid solution then finding out why it wont work of course but it will look right in the mean time..

 

 

Yeah, when I try to work around pre-existing code, I get easily frustrated and confused. I'm much more comfortable with making a page from scratch, where I have control over all aspects of the page. I'm glad you brought up the point of using as little code as possible, because I noticed that I have quite a lot of code there and I quickly ran out of available characters, so I couldn't add anything up at the top like a little 'about me' section like I had originally planned. Aside from your suggestion about the list tags, do you know of anything else I could do to minimize my code? I really appreciate you helping me out, and I'm going to give the div idea you mentioned a try. :)

Link to comment
Share on other sites

Well not using the list will take out allot because of how much you use it. I would also weed thru your style section and see what all dosnt need to be there. I think I saw a colpe things that werent needed for your syle of lookup. Easiest way is to delte one tag apply and see how it looks, if it dosnt chance keep it out..(obviusly check on both browsers)

 

Also unless you define somthing in your paragraph tag dont bother closing it as on neopets its really pointless and each one can save you 4 charicters ^_^ just use it like you would a br tag putting it in where you want a full blank line inbetween text..(in other words traditional codeing can go out the window, lol)

Link to comment
Share on other sites

from the code I got from viewing the source, this is what I came up with, hopefully it will work.

 

<!--
host - www182.neopets.com
//-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="/css/template.css?v=1">
<style>#ban_spacer.show
{
width:728px;
height:90px;
margin: 0;
text-align:center;
background: #452728 no-repeat;
background-position: center;
}
#ban_spacer.noshow
{
width: 0;
height: 0;
display:none;
background-position: center;
}
#nst{width:110px;font-size:8pt;border:1px solid #B4B38D;background-color:#DEE3D7;color:#000000;padding:2px;margin:0px}
#ban
{
height:0px;
margin:0px;
display:none;
}
.tt{color:#FFFFFF}
.tl, .tl:hover{color:#F4F2BB}
</style><title>Neopets - User Lookup</title>
<script type="text/javascript" src="https://images.neopets.com/n.js"></script>
<script type="text/javascript">
<!--
var nl='en',nh=5,nm=6,ns=16,na='pm',ncl=new Array(0,53,104,137,169,198,231,265,299,335,368,397,427);
window.setInterval('nc()',1000);
function sh(i){ol.style.clip="rect("+ncl[i-1]+" 128 "+ncl[i]+" 0)";ol.style.visibility='visible'}
function mo(){ol.style.visibility='hidden'};
//-->
</script>
<script src="https://images.neopets.com/js/urchin.js" type="text/javascript"></script>

<script type="text/javascript">
_uacct = "UA-1152868-1";
urchinTracker("/randomfriend.phtml");
</script>



<script type="text/javascript">
<!--//
function search_handle(searchForm)
{
  if(searchForm.search_option && searchForm.search_option[1].checked)
  {
  searchForm.action="http://www.google.com/custom";
  searchForm.target="google_window";
  searchForm.method="get";
  searchForm.submit();
  }
  else
  {
  searchForm.action="/search.phtml";
  searchForm.target="";
  searchForm.method="post";
  searchForm.s.value=searchForm.q.value;
  searchForm.submit();
  }
}
//-->
</script>
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"  bgcolor="#ffffff" >

<map name="a">
<area shape="rect" coords="0, 10, 130, 53" href="/addpet.phtml" onmouseover="sh(1)" alt="Create a Neopet" title="Create a Neopet">
<area shape="rect" coords="0, 104, 130, 137" href="/explore.phtml" onmouseover="sh(3)" alt="Explore" title="Explore">
<area shape="rect" coords="0, 137, 130, 169" href="/games/arcade.phtml" onmouseover="sh(4)" alt="Games" title="Games">
<area shape="rect" coords="0, 169, 130, 198" href="/neomessages.phtml" onmouseover="sh(5)" alt="Neomail" title="Neomail">
<area shape="rect" coords="0, 198, 130, 231" href="/objects.phtml" onmouseover="sh(6)" alt="Shops" title="Shops">
<area shape="rect" coords="0, 231, 130, 265" href="/neoboards/index.phtml" onmouseover="sh(7)" alt="Neoboards" title="Neoboards">
<area shape="rect" coords="0, 265, 130, 299" href="/nf.phtml" onmouseover="sh(8)" alt="News" title="News">
<area shape="rect" coords="0, 299, 130, 335" href="/stuff.phtml" onmouseover="sh(9)" alt="Stuff" title="Stuff">
<area shape="rect" coords="0, 335, 130, 368" href="/help.phtml" onmouseover="sh(10)" alt="Help" title="Help">
<area shape="rect" coords="0, 397, 130, 427" href="/logout.phtml" onmouseover="sh(12)" alt="Logout" title="Logout">
</map>
<div id="ban_spacer" class="noshow"></div><table cellspacing=0 cellpadding=0 background="https://images.neopets.com/t/cg/hdr.gif" height=44 width=728 border=0>
<tr><td colspan=2 height=15></td></tr>
<tr><td width=170><a style="cursor:pointer;" href=/><div style="height:28px;"></div></a></td>
<td align="right" valign=top>
<table align="right" valign=top border=0><tr>
<td class=tt>
Welcome, <a class=tl href=/randomfriend.phtml?user=samurai1911>samurai1911</a> |
Pet : <a class=tl href=/quickref.phtml>Cheesie_pickels</a> |
NP : <a class=tl href=/objects.phtml?type=inventory>8,655</a>
 </td>
</tr></table></td>
<td width=15 />
</tr>
<tr><td colspan=2 height=1 /></tr>
</table>
<table cellpadding=0 cellspacing=0 border=0><tr><td valign=top>
<table cellpadding=0 cellspacing=0 border=0>
<tr><td width=130 valign=top>
<img id=ol onmouseout="mo()" src="https://images.neopets.com/t/cg/m5on.gif" usemap=#a border=0 width="130" height="427">
<!--webbot bot="ImageMap" rectangle=" (0,10) (130,53) /addpet.phtml" rectangle=" (0,104) (130,137) /explore.phtml" rectangle=" (0,137) (130,169) /games/arcade.phtml" rectangle=" (0,169) (130,198) /neomessages.phtml" rectangle=" (0,198) (130,231) /objects.phtml" rectangle=" (0,231) (130,265) /neoboards/index.phtml" rectangle=" (0,265) (130,299) /nf.phtml" rectangle=" (0,299) (130,335) /stuff.phtml" rectangle=" (0,335) (130,368) /help.phtml" rectangle=" (0,397) (130,427) /logout.phtml" id="m" src="https://images.neopets.com/t/cg/m5.gif" usemap="[R]#a" border="0" width="130" height="427" --><div>
<div id=tbg style="background-image:url('https://images.neopets.com/t/cg/ms.gif');"><table id=n cellpadding=0 cellspacing=0 width=126>
<tr><td class=tl height=277 align=center><br>
<span id=nst>5:06:16 pm  NST</span><br><br>
<form onsubmit="search_handle(this);">Search Neopets:
<input type="text" name="q" size="7" maxlength="255" value=""></input>
<input type=submit value="Go!" class="sf">
<input type="hidden" name="client" value="pub-9208792519293771"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="safe" value="active"></input>
<input type="hidden" name="domains" value="www.neopets.com"></input>
<input type="hidden" name="cof" value="GALT:#FFFFFF;GL:1;DIV:#000066;VLC:FFFFFF;AH:center;BGC:FFFFFF;LBGC:000066;ALC:FFFFFF;LC:FFFFFF;T:000000;GFNT:000066;GIMP:000077;FORID:1"></input>
<input type="hidden" name="hl" value="en"></input>
<input type="hidden" name="s"></input>
</form>
<script type="text/javascript" src="https://images.neopets.com/flash_movie.js"></script><script type="text/javascript">flash_object("https://images.neopets.com/buttons/428_1_v1.swf", '120', '60', 'myFlash', 'high', '6', 'exactfit', '', 'white', '', 'always', '');</SCRIPT><br><br>
<form action="/randomfriend.phtml?user=heatherthestrange&" method=post>Select language:<br><select name=lang class="sf"><option value="en" selected>English</option><option value="nl">Nederlands</option><option value="pt">Português</option><option value="de">Deutsch</option><option value="fr">Français</option><option value="it">Italiano</option><option value="es">Español</option><option value="ch">简体中文</option><option value="zh">繁體中文</option><option value="ja">日本語</option><option value="ko">한국어</option></select>
<input type=submit value="Go!" class="sf"></form>
<a href=/linktous.phtml class=tl>link to us</a></td></table>
</div></td></tr>
</table>
<img id=mb src="https://images.neopets.com/t/cg/7.gif" width=130 height=242 border="0">
</td>
<script type="text/javascript">var ol = document.getElementById('ol');</script>
<td style="padding:0px 5px 5px 10px; width:595px;" onmouseover="mo()" valign=top>

<TABLE border="0"><TR><TD width="80"></TD><TD align="right"><IMG src="https://images.neopets.com/new_headers/userlookup.gif" width="480" height="62" alt="Neopets - User Lookup" class="hdr"></TD></TR></TABLE><BR><BR clear="all"><p><center><font size=+1><b>User Lookup : heatherthestrange</b></font></center><p><center><i>

<style>	
#ban, #m, #mb, #amd, #ol, .hdr, #n, .tt, hr  {display:none;}
table table .sf {visibility: visible;} .sf {visibility:hidden;}
table, td {background:none;}
body, td, div, a, p{color:#5A3389;font:11px verdana}
body {background: url('http://img.photobucket.com/albums/v44/sundropglitz/neopets/pooglebg01.png') repeat-y;}
a:link, a:active, a:visited {text-decoration:none; color:#AC8AD6;}
a:hover{text-decoration:none; font-weight:bold; color:#F1A5EA;}
h1{padding:5px 0px 5px 0px;
border-bottom:1px dotted #FF7DBE; font: 20px georgia;}
ul{list-style-type:disc; text-align:left;}
#STATS, #TOP, #SIDEBAR{position: absolute;}
#STATS{width:500px; left:155px; top:115px;}
#TOP {left:0px; top:0;}
#SIDEBAR {left:660px; top:235px; text-align:right; width:180px;}
</style>
</i>
<img src="//images.weserv.nl/?url=http://img.photobucket.com/albums/v44/sundropglitz/neopets/poogletop01.png" id="TOP" width="921" height="227">
<div id="SIDEBAR">
<h1>Links</h1>
<a href="http://neopets.com/index.phtml">Home</a><br>
<a href="http://neopets.com/addpet.phtml">Create</a></li><br>
<a href="http://www.neopets.com/petcentral.phtml">Pet Central</a><br>
<a href="http://neopets.com/explore.phtml">Explore</a><br>
<a href="http://neopets.com/gameroom.phtml">Games</a><br>
<a href="http://neopets.com/neomessages.phtml">Neomail</a><br>
<a href="http://neopets.com/objects.phtml">Shops</a><br>
<a href="http://neopets.com/neoboards/index.phtml">Boards</a><br>
<a href="http://neopets.com/nf.phtml">News</a><br>
<a href="http://neopets.com/stuff.phtml">Stuff</a><br>
<a href="http://neopets.com/help.phtml">Help</a><br>
<h1>Avatars</h1>
<table align=center style="background: none">
<tr align=center>
<td style="color: #5A3389; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; font-family: verdana; background: none">
<img src="https://images.neopets.com/neoboards/avatars/gloomy.gif" width="50" height="50"><br>Current</td>
<td style="color: #5A3389; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; font-family: verdana; background: none">
<img src="https://images.neopets.com/neoboards/avatars/foreverorange.gif" width="50" height="50"><br>Newest</td>
</tr></table>
<table align=right style="background: none" height="68">
<tr>
 <td style="color: #5A3389; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; font-family: verdana; background: none" height="52">
 <img src="https://images.neopets.com/neoboards/avatars/punchbag.gif" width="50" height="50">	</td>
 <td style="color: #5A3389; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; font-family: verdana; background: none" height="52">
 <img src="https://images.neopets.com/neoboards/avatars/mootix.gif" width="50" height="50"></td>
<td style="color: #5A3389; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; font-family: verdana; background: none" height="52">
<img src="https://images.neopets.com/neoboards/avatars/meukasnot.gif" width="50" height="50"></td>
</tr><tr>
<td colspan=3 align=center style="color: #5A3389; font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; font-family: verdana; background: none" height="8">- Most Wanted- </td></tr></table>
<p> </p>
<h1> </h1>
<h1>Goals</h1>
<ul>
<li>Paint Professor Chartreuse plushie</li>
<li>Complete Defenders of Neopia Series I (Here Meuka Meuka Meuka!)</li>
<li>Have 200+ avatars</li>
<li>Change jollieollieoh's colour to coconut via the lab ray</li>
<li>Win a MAGAX: Destroyer II trophy</li>
<li>Own a Poogle someday in the not-so-distant future</li>
</ul>
<h1>Wishlist</h1>
<b>*Coming Soon*</b>
<h1>Design</h1>
<b>v1: Faerie Poogle</b> Designed and coded by me (Heather). Graphics were created using Photoshop CS2. The Faerie Poogle image used is © Neopets Inc.<br> Best viewed with Firefox + 1024x768 resolution.<br> If you need help coding your lookup, check out <a href="http://www.neopets.com/~l00kuphelp">this</a> very helpful petpage.<br><b>NO STICKY PAWS, PLEASE!</b>
</div>
<div id="STATS">
<table>

</i><br clear=all></style></center><p><table align=center width=100% border=0 cellpadding=4 cellspacing=0><tr><td><b>Name</b> : Heather<br><b>Last Spotted</b> : Under one day ago<br><b>Status</b> : Online - Avoiding the Real World<br><b>Gender</b> : <font color=pink><b>Female</b></font><br><b>Country</b> : United States<br><b>Started Playing</b> : April 26, 2002<br><b>Hobbies </b>:  Eating Socks, Internet, Pets - Cats<br><b>Shop</b> : <a href='http://www.neopets.com/browseshop.phtml?owner=heatherthestrange'><b>Wee Little Shoppe</b></a> (Size 4)<br><b>Gallery</b> : <a href=gallery/index.phtml?gu=heatherthestrange><b>Collections</b></a> (Size: 10)<br><b>NeoDeck</b> : <a href='/games/neodeck/index.phtml?owner=heatherthestrange'><b>My Empty NeoDeck</b></a> has <b>0</b> cards (<b>0</b> unique)<br>+ <a href='/games/neodeck/index.phtml?show=prem&owner=heatherthestrange'><b>Premium Cards</b></a><br><b>One Player BD</b> : <a href='battledome/bd_userlookup.phtml?userlookup=heatherthestrange'><b>Won 20 out of 30</a></b> (<b>66.67%</b>)<br><b>Sidebar Themes</b> : 3<br><b>Secret Avatars</b> : 185<br></td><td><img src='https://images.neopets.com/images/shields/58mth.gif' width=100 height=150></td></tr></table><p><table width=340 border=0 cellpadding=4 cellspacing=0 align=center><tr><td align=center valign=top width=85><a href='/island/tradingpost.phtml?type=browse&criteria=owner&search_string=heatherthestrange'><img src='https://images.neopets.com/icons/trades.gif' width=40 height=40 border=0></a><br><font class=sf>Trades</font></td><td align=center valign=top width=85><a href='/genie.phtml?type=find_user&auction_username=heatherthestrange'><img src='https://images.neopets.com/icons/auctions.gif' width=40 height=40 border=0></a><br><font class=sf>Auctions</font></td><td align=center valign=top nowrap width=85><a href='/mygamescores.phtml?randomfriend=heatherthestrange'><img src='https://images.neopets.com/icons/scores.gif' width=40 height=40 border=0></a><br><font class=sf>Scores (121)</font></td><td align=center valign=top width=85><a href='/stamps.phtml?owner=heatherthestrange'><img src='https://images.neopets.com/icons/stamps.gif' width=40 height=40 border=0></a><br><font class=sf>Stamps (7)</font></td><td align=center valign=top width=90><a href='/shopping/newcatalogue.phtml?list_type=wishlist&user=heatherthestrange'><img src='https://images.neopets.com/icons/wishlist.gif' width=40 height=40 border=0></a><br><font class=sf>Wishlist</font></td></tr></table><p><table align=center width=450 height=100 border=0 cellspacing=0 cellpadding=3><tr><td align=center colspan=5><b>- NEOPETS -</b></td></tr><td align=center valign=top><a href='search.phtml?selected_type=pet&string=jollieollieoh'><IMG src="https://images.neopets.com/pets/80by80/jubjub_faerie_happy.gif" width="80" height="80" border="0"><br><b>jollieollieoh</b></a></td><td align=center valign=top><a href='search.phtml?selected_type=pet&string=MellieRu'><IMG src="https://images.neopets.com/pets/80by80/blumaroo_baby_happy.gif" width="80" height="80" border="0"><br><b>MellieRu</b></a></td><td align=center valign=top><a href='search.phtml?selected_type=pet&string=mitsynoodle'><IMG src="https://images.neopets.com/pets/80by80/grundo_orange_happy.gif" width="80" height="80" border="0"><br><b>mitsynoodle</b></a></td><td align=center valign=top><a href='search.phtml?selected_type=pet&string=professor_chartreuse'><IMG src="https://images.neopets.com/pets/80by80/gnorbu_starry_happy.gif" width="80" height="80" border="0"><br><b>professor_chartreuse</b></a></td></td></tr></table><p><hr size=1 align=center noshade><DIV align="center"><B>- Site Event Trophies -</B></DIV><BR><DIV align="center"><TABLE border="0" cellpadding="0" cellspacing="0"><TR><TD align="center"><P><TABLE border="0" cellpadding="5" cellspacing="0"><TR><TD align="center" width="100" valign="top" class="trophy_cell"><IMG src="https://images.neopets.com/altador/altador_trophy.gif" width="80" height="80" border="0"><BR><SPAN class="sf"><B>Royal Astronomer</B></SPAN></TD></TR></TABLE></P></TD></TR></TABLE></DIV><HR size="1" align="center" noshade><DIV align="center"><B>- Site Feature Trophies -</B></DIV><BR><DIV align="center"><TABLE border="0" cellpadding="0" cellspacing="0"><TR><TD align="center"><P><TABLE border="0" cellpadding="5" cellspacing="0"><TR><TD align="center" width="100" valign="top" class="trophy_cell"><A href="games/defenders.phtml"><IMG src="https://images.neopets.com/games/defenders/medal4_91646.gif" width="80" height="80" border="0"></A><BR><SPAN class="sf"><B>Defender of Neopia<BR>(Mission 3)</B></SPAN></TD><TD align="center" width="100" valign="top" class="trophy_cell"><A href="games/don2.phtml"><IMG src="https://images.neopets.com/games/defenders2/medal4_91646.gif" width="80" height="80" border="0"></A><BR><SPAN class="sf"><B>Defender of Neopia Series 2<BR>(Mission 3)</B></SPAN></TD><TD align="center" width="100" valign="top" class="trophy_cell"><A href="/mobile/yourtali.phtml"><IMG src="https://images.neopets.com/mobile/talisman_80.gif" width="80" height="80" border="0"></A><BR><SPAN class="sf"><B>Lutari Talisman</B></SPAN></TD></TR></TABLE></P></TD></TR></TABLE></DIV><HR size="1" align="center" noshade><table align=center cellpadding=5 cellspacing=0 width=400><tr><td align=center width=100 valign=top><img src='https://images.neopets.com/trophies/55_1.gif' width=80 border=0 height=80 alt='Snow Wars CHAMPION!!!'><br><font size=1><b>Snow Wars CHAMPION!!!</b></font></td><td align=center width=100 valign=top><img src='https://images.neopets.com/trophies/109_1.gif' width=80 border=0 height=80 alt='Cheat! CHAMPION!!!'><br><font size=1><b>Cheat! CHAMPION!!!</b></font></td><td align=center width=100 valign=top><img src='https://images.neopets.com/trophies/115_1.gif' width=80 border=0 height=80 alt='Beating Punchbag Bob CHAMPION!!!'><br><font size=1><b>Beating Punchbag Bob CHAMPION!!!</b></font></td><td align=center width=100 valign=top><img src='https://images.neopets.com/trophies/182_4.gif' width=80 border=0 height=80 alt='Runner-up medal at Invasion of Meridell!!'><br><font size=1>Runner-up medal at <br>Invasion of Meridell!!</font></td><td align=center width=100 valign=top><img src='https://images.neopets.com/trophies/216_2.gif' width=80 border=0 height=80 alt='Second place at Cellblock!!'><br><font size=1>Second place at <br>Cellblock!!</font></td></tr><tr><td align=center width=100 valign=top><img src='https://images.neopets.com/trophies/734_1.gif' width=80 border=0 height=80 alt='Bruno's Backwoods Breakaway CHAMPION!!!'><br><font size=1><b>Bruno's Backwoods Breakaway CHAMPION!!!</b></font></td></table><br><br>
<hr size=1 align=center noshade>
<p>
<table cellpadding=6 border=0 cellspacing=0 align="center">
<tr><td align="center">
<a href='neomessages.phtml?type=send&recipient=heatherthestrange'><img src='https://images.neopets.com/icons/neomail.gif' width="40" height="40" border=0 alt='Send a Message'></a><br>
<span class="sf">Send Neomail</span>
</td>
<td align="center">
<a href='process_neofriend_requests.phtml?_ref_ck=0f1296c0dd4870ab0f6081e6005814e0&dowhat=add_single_neofriend&neofriend_add=heatherthestrange'><img src='https://images.neopets.com/icons/neofriend.gif' width="40" height="40" border=0 alt='Make NeoFriend'></a><br>
<span class="sf">Make Neofriend</span>
</td>
</tr></table>
</td></tr><tr><td> </td><td align=center><br>

Link to comment
Share on other sites

from the code I got from viewing the source, this is what I came up with, hopefully it will work.

 

Whoa, I think it works!

I added two non-breaking spaces between avatars and goals and it seems to work fine in both browsers. :D

Thanks Big Cheese!

 

Also, I slimmed down my code a bit by taking out the list tags and a couple of other unnecessary things I found. Thanks for your help and suggestions, webpixie.

 

That's odd how in the code posted above it shows that I have all these formatting tags on my tables.

I didn't put that there. :eh:

 

This post has been edited by a member of staff (Ryan) because of a violation of the forum rules.

PLease do not double post, Post merged

Please check your user inbox to see if you have been contacted regarding this incident, then review our rules.

Link to comment
Share on other sites

Ah glad you got it fixed properly and glad you were able to stremline your codeing as well. Would love to see any lookups you end up making in the future ^_^

Link to comment
Share on other sites

This topic has been edited by a member of staff (Ryan).

The original topic had been answered.

Please check your user inbox to see if you have been contacted regarding this topic.

Per the reason above, this topic has been LOCKED. Please contact Ryan if you have any questions regarding this action.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...