Banner Image

For requests for help from CG administrators, Wranglers, and experienced CG members. Please read the FAQ before posting. Also look at CG Wiki for tutorials and how-tos written by other CG webtoonists.
Post Reply
SkrwU02
Regular Poster
Posts: 73
Joined: Sat May 08, 2004 12:15 pm
Contact:

Banner Image

Post 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

User avatar
Gmaki
Newbie
Posts: 20
Joined: Mon Aug 16, 2004 6:35 am
Location: behind a computer... 24/7
Contact:

Post 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

Code: Select all

<style>
img{
	border:0;
	}
</style>
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 :roll: )

SkrwU02
Regular Poster
Posts: 73
Joined: Sat May 08, 2004 12:15 pm
Contact:

Post by SkrwU02 »

thanx for the help and i think it only took me about a month. keenspace is getting alot better about time though

User avatar
YarpsDat
Cartoon Hero
Posts: 3637
Joined: Wed Oct 30, 2002 5:28 am
Location: nowhere

Re: Banner Image

Post by YarpsDat »

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.
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" />
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.

User avatar
Gmaki
Newbie
Posts: 20
Joined: Mon Aug 16, 2004 6:35 am
Location: behind a computer... 24/7
Contact:

Re: Banner Image

Post 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 :roll: (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 :wink:

SkrwU02
Regular Poster
Posts: 73
Joined: Sat May 08, 2004 12:15 pm
Contact:

Post by SkrwU02 »

i figured how to get my banner up but do u kno how to resize it so it fits the page?

User avatar
Phalanx
The Establishment (Moderator)
The Establishment (Moderator)
Posts: 3737
Joined: Thu Mar 06, 2003 11:46 am
Location: Superglued to the forum by Yeahduff
Contact:

Post 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.
Image
The Jaded - Action. Adventure. Danger. For Hire.
Lonely Panel - Explore. Travel. Comics.

Post Reply