PDA

View Full Version : Im not sure where to place this - Codeing issue



Bloodred
2005-12-12, 05:12 AM
Hey, im trying to get Rich's Banners working on my MySpace page. I am not sure how to code them into it or annything like that, unfortunately you cant just copy and paste.
MySpace is just like a blog in format, so if any of you know how to code this apropatrely I'd really apprecate it!!

Rich's banners:
http://www.giantitp.com/LinkBanners.html

The_Beast_Rabban
2005-12-12, 07:31 AM
This style of issue is usually dealt with quite well over in Board Issues. I'm sure a helpful Mod will boot it over there in due course.

Hello. Is the Red Watcher, Voice of Mod or Wampinator there please? :D

Edit : ...and lo it came to pass that the topic was moved and there was much rejoicing. Hoorah :D

RawBearNYC
2005-12-12, 10:38 AM
Hey, im trying to get Rich's Banners working on my MySpace page. I am not sure how to code them into it or annything like that, unfortunately you cant just copy and paste.
MySpace is just like a blog in format, so if any of you know how to code this apropatrely I'd really apprecate it!!

Rich's banners:
http://www.giantitp.com/LinkBanners.html
I don't know nothing about MySpace.com. I did go over to their site and checked out their help section. There's a FAQ entry for adding graphics to your profile page (it's not clear what you mean by "my MySpace page", particularly, since I don't really know much about MySpace). You can use basic html in your profile. So, say you wanted to include the first banner from the banners page. you'd enter:


<IMG src="http://www.giantitp.com/Images/Banners/ootsbanner_468x60_walking.gif">

and that should display the graphic on your profile.

If this isn't what you're talking about, let us know.

Bloodred
2005-12-12, 05:42 PM
This code is exactly what I wanted, thank you.
I got four banners on it now. :D

RawBearNYC
2005-12-12, 06:43 PM
grrr...I should have showed you how to make them links.


<A href="http://www.giantitp.com/cgi-bin/GiantITP/ootscript"><IMG src="http://www.giantitp.com/Images/Banners/ootsbanner_468x60_walking.gif"></A>

So that when people click the image, they'll go to the strip. Not sure why you put all four up tho.