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
Banner Image
- Gmaki
- Newbie
- Posts: 20
- Joined: Mon Aug 16, 2004 6:35 am
- Location: behind a computer... 24/7
- Contact:
the image should work if you make it
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
)
Code: Select all
<img src="/images/Screwed-Banner.gif>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
Code: Select all
<style>
img{
border:0;
}
</style>btw, if I can be curious...
howlong did it take with you between signing up and getting your password? (I'm still waiting
Re: Banner Image
1) You forgot to close the quote.SkrwU02 wrote: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.
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.
I think <img src="" border="0" />SkrwU02 wrote: Oh and how come all the buttons on my site have a blue border around them? How can I take it off?
You are the Non. You must go now, and never return."
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
- Gmaki
- Newbie
- Posts: 20
- Joined: Mon Aug 16, 2004 6:35 am
- Location: behind a computer... 24/7
- Contact:
Re: Banner Image
yust wondering, can you do that on the ***previous_comic*** etc. images to?YarpsDat wrote:I think <img src="" border="0" />
I wish I could try myself... but still waiting
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

