Results 1 to 11 of 11

Thread: i want to link kfm to my page but how

  1. #1

    Question i want to link kfm to my page but how

    cos i love KFM
    there are only masters where there are slaves

    www.myspace.com/chenzhenfromjingwu



    Quote Originally Posted by Shaolin Wookie View Post
    5. The reason you know you're wrong: I'm John Takeshi, and I said so, beeyotch.

  2. #2
    Join Date
    Jan 1970
    Location
    Fremont, CA, U.S.A.
    Posts
    48,095

    Thanks, we appreciate that!

    Just add the link in your links section. We have no control over who links to us. That's all on your end.
    Gene Ching
    Publisher www.KungFuMagazine.com
    Author of Shaolin Trips
    Support our forum by getting your gear at MartialArtSmart

  3. #3

    Talking thanx

    but i still dont know how lol
    i'm a web retard
    there are only masters where there are slaves

    www.myspace.com/chenzhenfromjingwu



    Quote Originally Posted by Shaolin Wookie View Post
    5. The reason you know you're wrong: I'm John Takeshi, and I said so, beeyotch.

  4. #4
    Join Date
    Apr 2003
    Location
    36th Chamber
    Posts
    12,423
    Insert this into your page code:

    Code:
     <a href="http://www.kungfumagazine.com/" target="_blank">Kung Fu Magazine</a>

  5. #5

    :d

    thanx alot man
    there are only masters where there are slaves

    www.myspace.com/chenzhenfromjingwu



    Quote Originally Posted by Shaolin Wookie View Post
    5. The reason you know you're wrong: I'm John Takeshi, and I said so, beeyotch.

  6. #6

    anyway to make it bigger ?

    i tried <h1> </h1> but it didnt work
    there are only masters where there are slaves

    www.myspace.com/chenzhenfromjingwu



    Quote Originally Posted by Shaolin Wookie View Post
    5. The reason you know you're wrong: I'm John Takeshi, and I said so, beeyotch.

  7. #7
    Join Date
    Apr 2003
    Location
    36th Chamber
    Posts
    12,423
    Try this:

    Code:
    <font size="X"><a href="http://www.kungfumagazine.com/" target="_blank">Kung Fu Magazine</a></font>
    The bigger the number you put in for X, the larger the font should appear.

    There are cleaner ways to do this using CSS, but that's probably above what your capable of doing right now.

  8. #8

    Talking ive probably got it wrong

    could u just give me the code for a medium-large link for my page cos as i said b4 i'm a web retard
    there are only masters where there are slaves

    www.myspace.com/chenzhenfromjingwu



    Quote Originally Posted by Shaolin Wookie View Post
    5. The reason you know you're wrong: I'm John Takeshi, and I said so, beeyotch.

  9. #9
    Join Date
    Apr 2003
    Location
    36th Chamber
    Posts
    12,423
    Relative method:
    Code:
    <font size="+2"><a href="http://www.kungfumagazine.com/" target="_blank">Kung Fu Magazine</a></font>
    Absolute method:
    Code:
    <font size="14"><a href="http://www.kungfumagazine.com/" target="_blank">Kung Fu Magazine</a></font>
    Either way will work. The first makes the size relative to the font settings on the computer viewing it, the second makes an absolute size no matter who views it.

    You'll just have to play around with the number until it looks like you want it to.

  10. #10

    sorry man it doesnt work

    its probably a myspace thing
    i have a link but its small i even tied putting 900 in
    and it still came out the same
    thanx for trying tho
    there are only masters where there are slaves

    www.myspace.com/chenzhenfromjingwu



    Quote Originally Posted by Shaolin Wookie View Post
    5. The reason you know you're wrong: I'm John Takeshi, and I said so, beeyotch.

  11. #11
    Join Date
    Apr 2003
    Location
    36th Chamber
    Posts
    12,423
    MySpace probably has a style sheet determining the size of text that overrides your code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •