I assume someone knows html on here?

Its all WOK here.

Moderators: Duke, trewqh, korexus, Egbert

Post Reply
User avatar
Lardmaster
Commander
Commander
Posts: 690
Joined: Tue Oct 29, 2002 8:00 am
Location: The Big Smoke

I assume someone knows html on here?

Post by Lardmaster » Tue Jun 06, 2006 7:10 pm

Basically I play in an online footy management game called managerzone. On your team page you can put some gubbins but it has to be in html and I don't even know what the letters stand for. I thought it would be cool to have an advert for Kaomaris in there as you can put whatver you like as long as it ain't nudity. Can anybody help?
Question everything.

Hryllantre
Veteran
Veteran
Posts: 441
Joined: Sun Nov 13, 2005 8:00 am
Location: Le Bas Coreil

Post by Hryllantre » Tue Jun 06, 2006 11:05 pm

i can't...

I had to reply though as your avatar made me lol

User avatar
Mullog
Veteran
Veteran
Posts: 330
Joined: Mon Sep 29, 2003 7:00 am
Location: Aalesund, Norway (freezing!). Member of the Vulkings

Post by Mullog » Wed Jun 07, 2006 7:21 am

Try the following:

Code: Select all

<table bgcolor='black'><tr><td>
<a href='http://www.kaomaris.com/phpNuke/index.php'>
<img src='http://www.kaomaris.com/phpNuke/themes/MOHAA/images/logo.gif'>
</a>
</td></tr></table>
This will show the kaomaris logo and when clicking it the user will be transferred to the kaomaris.com website. :)
Quidquid latine dictum sit, altum sonatur.
- Whatever is said in Latin sounds profound.

User avatar
Lardmaster
Commander
Commander
Posts: 690
Joined: Tue Oct 29, 2002 8:00 am
Location: The Big Smoke

Post by Lardmaster » Wed Jun 07, 2006 5:50 pm

Fantastic that has worked a treat. However is there anyway to centre it?
Question everything.

User avatar
trewqh
Moderator
Moderator
Posts: 1877
Joined: Mon Dec 09, 2002 8:00 am
Location: Bialystok, Poland clan: The Vulkings

Post by trewqh » Thu Jun 08, 2006 11:40 am

Try inserting:

Code: Select all

<p align="center">
before Mullog's code.

Hope that helps. I'm not really sure it will work, though.
trewqh
the gleefully aggressive Vulking

User avatar
Lardmaster
Commander
Commander
Posts: 690
Joined: Tue Oct 29, 2002 8:00 am
Location: The Big Smoke

Post by Lardmaster » Fri Jun 09, 2006 6:22 pm

Hmmm. No that hasn't shifted it. :?
Question everything.

User avatar
korexus
Moderator
Moderator
Posts: 2827
Joined: Tue Nov 12, 2002 8:00 am
Location: Reading
Contact:

Post by korexus » Fri Jun 09, 2006 10:26 pm

There are loads of ways of centering stuff, the best way tends to depend on how the rest of the page is set up. If you want to email me the source code I can tell you what to add, when I get a chance. (View menu, -> Source, then copy and paste into an email.)
Without seeing the source, a good first guess would be to have <center> *Everything Else* </center> or to write <table bgcolor='black' align='center'> instead of <table bgcolor='black'>. (Although Rune and others may yell at me for suggesting that second one. I have a feeling it isn't very browser friendly...)

Maybe some of that will help.

Chris.
With Great Power comes Great Irritability

User avatar
Lardmaster
Commander
Commander
Posts: 690
Joined: Tue Oct 29, 2002 8:00 am
Location: The Big Smoke

Post by Lardmaster » Sun Jun 11, 2006 2:32 pm

Cheers Chris, that <center> *Everything Else* </center> has done the trick :D
Question everything.

Post Reply