Page 1 of 1
Banner Image
Posted: Tue Aug 17, 2004 1:44 pm
by SkrwU02
Hey i want to know how to put a banner image on the top of my website i tried to but < img src="
http://skrwu02.keenspace.com/workspace/ ... .gif></img > in but it doesnt work. Oh and how come all the buttons on my site have a blue border around them? How can I take it off?
shameless plug: my site is
http://skrwu02.keenspace.com/ -updates on mondays and thursdays really really new
Posted: Tue Aug 17, 2004 2:15 pm
by Gmaki
the image should work if you make it
Code: Select all
<img src="/images/Screwed-Banner.gif>
I think (no < /img> tag btw)
as for the blue border, I think the easiest way to remove the border around linked images would be with some style code (since you can't put the image border to 0 on the ***previous_comic*** images)
add
right before your < /head> tag in your html
btw, if I can be curious...
howlong did it take with you between signing up and getting your password? (I'm still waiting

)
Posted: Tue Aug 17, 2004 2:19 pm
by SkrwU02
thanx for the help and i think it only took me about a month. keenspace is getting alot better about time though
Re: Banner Image
Posted: Tue Aug 17, 2004 2:22 pm
by YarpsDat
1) You forgot to close the quote.
2) Never use /workspace/ in your links or img srcs, or css links, never.
3) BTW, instead of <img baslhasdh></img> use <img baslhasdh />, saves you some typing, and is actually more correct.
In summary, try:
< img src="
http://skrwu02.keenspace.com/images/Scr ... nner.gif[b]"[/b] />
And if that doesn't work, double check if it's Screwed-Banner.gif and not screwed-banner.gif, Screwed-banner.gif, or Screwed-Banner.GIF or other thing like that.
SkrwU02 wrote:
Oh and how come all the buttons on my site have a blue border around them? How can I take it off?
I think <img src=""
border="0" />
Re: Banner Image
Posted: Tue Aug 17, 2004 2:28 pm
by Gmaki
YarpsDat wrote:I think <img src="" border="0" />
yust wondering, can you do that on the ***previous_comic*** etc. images to?
I wish I could try myself... but still waiting

(and probably will be for another ~3weeks)
I know, the style way is a big detour to just remove the border on normall images, but it should works on the images that get added later on by the automated procces to

Posted: Tue Aug 17, 2004 4:28 pm
by SkrwU02
i figured how to get my banner up but do u kno how to resize it so it fits the page?
Posted: Tue Aug 17, 2004 8:11 pm
by Phalanx
SkrwU02 wrote:i figured how to get my banner up but do u kno how to resize it so it fits the page?
Uh... what? I'm not sure what you mean.
Well, the <img> tag does have these attributes:
<img width="InsertSizeHere" height="InsertSizeHere">
But it can result in skewed images.