TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 18, 2024, 02:12:46 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 190
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 103
  • Total: 103

Character bios below thumbnail image

Started by agent47, December 21, 2010, 05:47:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

IchBin

Can't access the site yet, but generally DNS changes can take a day or so to propagate to the rest of the world.

Lesmond

I can access the site ok, but it seems you have errors there...

Fatal error: Call to undefined function NiceTooltip() in /home/a1533235/public_html/Sources/Load.php(2092) : eval()'d code(48) : eval()'d code on line 136

lurkalot

#32
Quote from: Lesmond on December 23, 2010, 08:06:27 PM
I can access the site ok, but it seems you have errors there...


Same here, but I think Agent47 is in the middle of installing stuff at the moment, as TP wasn't even installed about half hour ago.  ;)

agent47

Was Lesmond right about Free hosting or what. Man! it's just a frikking mess guys. Believe me.
I just switched to Hosting24. 8/month seems pretty reasonable. Time to recreate site :D
You guys will definitely have no trouble visiting the site after this. :)
Will update you guys once I got it all setup.

agent47

Finally got the site working on the new host. :) And I'm pretty sure DNS has been properly propagated since it's been over 24 hours.
@IchBin: First, I hope you had an awesome Christmas?........ Ok moving on to the problem, after the awesome code you wrote me, I feel so odd asking for anything more but here's the thing, "Superhero Occupations" are not always one lined occupations so is there a way where I can sort of lock images into place so that regardless the amount of characters below the superhero image, they all still stay aligned. Check my site out and you'll probably understand what I'm talking about. Here's where I have implemented the code: http://www.superheroalliance.net/index.php?page=7

Also can the images also be turned into links so that once clicked, more insight about the characters can be provided.

If any two of the above issues require alotta hard work, I should be able to manage mate. After everything you've done so far, me asking for anything more just makes me selfish.

IchBin

Are you talking about how the image seems to drop a little on each item? It looks like you've added some code to mine? The output is much different and you have some errors in your html. If you open an html tag, you have to close them in the opposite order you opened them. Take a look at this html.

<img src="/images/SuperheroDB/Aquaman.jpg" alt="Aquaman" />
<font size="4"><h3 style="text-align: center;">Aquaman</font></h3>
<b><i><p><font color="#3b87bf">Arthur Curry</b></i></p></font>
<p>Details: Waterbearer of the Secret Sea, exiled King of Atlantis</p>
<p>Super Powers: </p>
</td>


It should look like this instead:
<img src="/images/SuperheroDB/Aquaman.jpg" alt="Aquaman" />
<h3 style="text-align: center;"><font size="4">Aquaman</font></h3>
<p><font color="#3b87bf"><b><i>Arthur Curry</i></b></font></p>
<p>Details: Waterbearer of the Secret Sea, exiled King of Atlantis</p>
<p>Super Powers: </p>
</td>


The errors in the code could be what's causing the problem.

If the clean up doesn't fix it, add style="vertical-align: top;" to the <td>'s.

agent47

**agent47 bows down to the master**
You, my friend are amazing. Thanks alot Ichi

For some reason your nick keeps reminding me of this clip :D
http://www.youtube.com/watch?v=GmHwUCdi-a0

BTW after fixing the html tags in order, problem was still persisting. The vertical align did the trick.

ZarPrime

<Hah Hah>  :2funny: lol @ Ichiban Lipstick For Men O0

Nice, your article looks great now. O0

ZarPrime

IchBin

Yeah, I'm aware of the Ichiban. lol That was a great show. Most of the people that I used to game with just called me Itch for short. I should change my name to that instead. :)