o_O *is blinded from back-to-upside-front glowing stuff* :laugh:
Anyways, stupid question put how do you so a strikethrough? It's not listed in the vB help thingy.
[edit] don't worry I know how now :p
Printable View
o_O *is blinded from back-to-upside-front glowing stuff* :laugh:
Anyways, stupid question put how do you so a strikethrough? It's not listed in the vB help thingy.
[edit] don't worry I know how now :p
Yeah, the <S> tag is an HTML, not a vB tag :p
Ack I have a real problem now... How do I make an image clickable so it can redirect people to a website? I wanted to know this for ages but never could be bothered to ask :p.
Just put the <A HREF="blah"> </A> tags around your image :) You might want to set BORDER=0 inside the image tag to hide the blue outline around the image you'd otherwise get. :p
As you can see from my sig I've totally messed it up :p Could you show for me how it could be done Crono_Logical?
The Image URL is "http://ffcolaboration.homestead.com/files/sitashirt.gif" and I want so when you click on the image (the Sita Shirt in my sig) you go to "www.geocities.com/sita.a"
[edit]Its strange when I do the A HREF thing it puts www.eyesonff.com/forums in front of the URL, how do you stop that?
How would I write that in the HTML you gave me?
Thanks for your help
OWA
Actually, you just need to put “http://” before your URL in your HREF tag. That’s the only problem I can see. :greenie: Here’s an example from my signature:
That yields:Code:<A HREF="http://mywebpages.comcast.net/ajf83/index.html" target=_blank>
<IMG SRC="http://mywebpages.comcast.net/ajf83/hawkeye-just want to kiss.gif" border=0>
</A>
Click on it to try it out.
Anyway, that should do it. I don’t actually have those line breaks in my signature code, by the way. :p I merely placed it in this post to make the exact tags I used perfectly clear, since they wound up breaking at unhelpful points in the code.
Also, placing “target=_blank” in my code causes my web page to open in a new window. I like that. You can do as you wish.
Peace
The Man
Thanks a lot, you are in fact, The Man. I'm a complete newbie when it comes to HTML so thanks for putting up with me. I also managed *by some fluke* to get that Alt text thing to come up as well. Hopefully this will be the last you hear of me for a while, thanks again!
Oh yeah, forgot about that - it seems to be that on vBulletin boards you need to add the HTTP:// in front of the address - on normal web pages you can miss it out if you want :)
">
"Saigo kamoshirenai darou...
Dakara... zenbu hanashi-te okitai n da..."
I can't seem to get it right! HOw will I center "Saigo Kamoshirenai darou... and at the same time the"Dakara Zanbu Hanaste... below centered?
You need a center tag inside the table as well :)
"Saigo kamoshirenai darou...
Dakara... zenbu hanashi-te okitai n da..."
oh... center tag then table, right? Then center tag again for the fonts, right?
Yes.
Peace
The Man
hmm... thanks :) So how about vB codes does it have those table commands how will I don the same thing using vB codes?
Those kinds of vB codes doesn't exist. It's possible, though, if the administrators add a vB code for each table code (table, tr, td, and other stuff), but I really doubt they'd do that.
Heh, there's not really any need since HTML is enabled in signatures anyway :)