Topic: Can someone do me a favor? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10150" title="Pages that link to Topic: Can someone do me a favor? (Page 1 of 1)" rel="nofollow" >Topic: Can someone do me a favor? <span class="small">(Page 1 of 1)</span>\

 
Ruffdmx99
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Aug 2002

posted posted 08-05-2002 22:18

Hi,

I just wanted to stop by and ask if someone with a mac can go to www.ps2elite.com and check it out? because I gotten many feedback saying there is a align error but I don't know what they are talking about. Also, a solution to fix it would be appricated.

Thank You

[edp edit: made it a link ]

[This message has been edited by Emperor (edited 08-05-2002).]

Lord_Fukutoku
Paranoid (IV) Inmate

From: West Texas
Insane since: Jul 2002

posted posted 08-05-2002 23:10

This is probably a question to ask in Site Reviews I believe.

However, the alignment looks right to me, but I'm not running a mac, so not sure how much that will help.
Have you already tried most of the different main browsers? Might seem a bit trivial, but the simple answers are the best place to start usually...

<edit>Knew I forgot something I was gonna mention... see Slime's post He beat me to editing mine... </edit>


________________________________________________________________
-- Jack of all trades, master of that which has my attention at
the moment.

Home Sweet Home

[This message has been edited by Lord_Fukutoku (edited 08-05-2002).]

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 08-05-2002 23:13

Also, in your visit to site reviews or basic html, wherever you choose to ask this question that would be more appropriate for it, be sure to put "www." on the beginning of your address so that we can click it right from here =)

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 08-05-2002 23:42

Ruffdmx99: Welcome.

OK I'll send this over to site reviews as its not clear if it is a HTML or CSS problem (or something else??).

___________________
Emps

FAQs: Emperor

cyoung
Paranoid (IV) Inmate

From: The northeast portion of the 30th star
Insane since: Mar 2001

posted posted 08-06-2002 01:40

IE 5.1.3 Mac
Haven't a clue how to fix it.


Jeni
Paranoid (IV) Mad Scientist

From: 8675309
Insane since: Jul 2000

posted posted 08-06-2002 03:33

Why don't you just make 2 more divs and get rid of the tables? I didn't take the time to figure out what exactly the problem was, but some absolutely positioned divs will get rid of that problem...

quisja
Paranoid (IV) Inmate

From: everywhere
Insane since: Jun 2002

posted posted 08-08-2002 11:28

i was getting the exact same problem in Mozilla1.0 on Win98, I think Jeni's solution will work just fine though.

"i miss me,
i miss everything i'll never be"

Ruffdmx99
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Aug 2002

posted posted 08-09-2002 10:14

Thanks for the help guys, I'll see what I can do =/

Jeni
Paranoid (IV) Mad Scientist

From: 8675309
Insane since: Jul 2000

posted posted 08-09-2002 16:50

After looking at the page closer, I see that the problem is that you have 2 tables for those 2 images. It's centering the 1st table and floating the 2nd one after it. If you make one table, everything's ok. The 2nd div was also closed prematurely.

Where you have:

<!-- BEGIN MAIN FEATURES BLOCK -->

<div align="center">

<!-- if you want to have just a single wide image, use this code:

<p>
<a rel="nofollow" href="insert_link.html">
<img src="FILENAME" border="0"
</a>
<br>
<a rel="nofollow" href="insert_link.html">
<span class="caption">NAME OF FEATURE</span>
</a>
</p>

-->

<div class="leftimage" hack="ns6">
<table width="175"><tr><td> <a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=72">
<img src="http://www.ps2elite.com/media/barbarian/barbarian.gif" width="175" border="0">
</a></td></tr>
<tr><td>
<span class="caption"><a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=72">Barbarian</a></span>
<br>
<span class="blurb">Arena fighting is back and barbaric as ever!</span>
</tr></td>
</table>
</div>

<div class="rightimage">
<table width=175>
<tr><td><a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=71">
<img src="http://www.ps2elite.com/media/gtcafrica/gtcafrica.gif" width="175" border="0">
</a></td></tr>
<tr><td>
<span class="caption"><a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=71">GTC Africa</a></span>
<br>
<span class="blurb">A rally racing game from Rage Games. It combines rally style driving with circuit racing.</span>
</div></td></tr></table>

</div>

<!-- END MAIN FEATURES BLOCK -->

REPLACE
<div class="leftimage" hack="ns6">
<table width="175"><tr><td> <a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=72">
<img src="http://www.ps2elite.com/media/barbarian/barbarian.gif" width="175" border="0">
</a></td></tr>
<tr><td>
<span class="caption"><a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=72">Barbarian</a></span>
<br>
<span class="blurb">Arena fighting is back and barbaric as ever!</span>
</tr></td>
</table>
</div>

<div class="rightimage">
<table width=175>
<tr><td><a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=71">
<img src="http://www.ps2elite.com/media/gtcafrica/gtcafrica.gif" width="175" border="0">
</a></td></tr>
<tr><td>
<span class="caption"><a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=71">GTC Africa</a></span>
<br>
<span class="blurb">A rally racing game from Rage Games. It combines rally style driving with circuit racing.</span>
</div></td></tr></table>

</div>

<!-- END MAIN FEATURES BLOCK -->

</div>

<!-- end of center column top section border divs -->
</div></div></div></div></div></div></div></div>
WITH
<div class="leftimage" hack="ns6">
<table width="355">
<tr>
<td width="175" height="188"> <a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=72">
<img src="http://www.ps2elite.com/media/barbarian/barbarian.gif" width="175" border="0">
</a>
<td width="175" height="188"><a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=71"><img src="http://www.ps2elite.com/media/gtcafrica/gtcafrica.gif" width="175" border="0"></a>
</tr>
<tr>
<td width="175"><span class="caption"><a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=72">Barbarian</a></span>
<br>
<span class="blurb">Arena fighting is back and barbaric as ever!</span>
</td>
<td width="175"><span class="caption"><a rel="nofollow" href="http://www.ps2elite.com/reviews/index.php?view=71">GTC
Africa</a></span> <br>
<span class="blurb">A rally racing game from Rage Games. It combines rally
style driving with circuit racing.</span>
</table>
</div>
</div>

<!-- END MAIN FEATURES BLOCK -->

</div>

<!-- end of center column top section border divs -->
<br clear="all">
</div></div></div></div></div></div></div></div>
And everything should be good
Can you send me a free PS2?



SPyX
Bipolar (III) Inmate

From: College Station, TX
Insane since: Aug 2002

posted posted 08-10-2002 10:33

PS2 $u><0



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu