Comic Fury Webcomic Hosting - Forum search

You are not logged in. Log in, Register, More info
Forum > Search results
Pages: [1] [2]

1 terms matched
"A few more questions please.", 5th May 2012, 1:10 PM #1
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
My site is coming along and while it might not be the best coded it works. I have 2 questions. one is making my background stretch corner to corner instead of tiled. The code I am using is a bit different than the norm here it seems.

site can be viewed here: web page

body

{
background:black url(http://MyAngelMyDemon.thecomicseries.com/files/heaven_background.jpg) fixed; 	
	color:#F8F8F8;
	font-family:georgia,sans-serif;
	font-size:9pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:13pt;
	margin:0;
	padding:0;
	align: left;
	img:#150600 url(images/greyBG.jpg) repeat-x;
}


can't seem to add width and height to 100% with this.

Second is my chat boxes I would like the avatars to be on the left and the text right but that is a more minor issues as it works still as is. Here is the snip-its of code I took for the comments section and what I added to them.

#avi
{
	background:#000000;
	width:125px;
	height:125px;
	border: 6px  double #003366;
	align:left;
}
.authorcomments
{
	background: #000000;
        color: #000000;
	border: 1px solid #453310;
	padding: 3px;
	margin-right: 1em;
	text-align: center;
	min-height: 130px;
}
.comments, #authornotes 
    {
     padding:5px;
    }
.comment, .permalinkcode 
{
    padding:10px;
    border: 6px  double #003366;
    background-color:#99ccff;
    color: #000000;
}
.toright 
{
    margin-left:7px;
    margin-right:7px;
}



and finally the whole code just in case it is needed.

[spoiler]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[webcomicname] : [pagetitle] </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">

	@import url("http://www.smackjeeves.com/templates/default/default_jumpbox.css");



body

{
background:black url(http://MyAngelMyDemon.thecomicseries.com/files/heaven_background.jpg) fixed; 	
	color:#F8F8F8;
	font-family:georgia,sans-serif;
	font-size:9pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:13pt;
	margin:0;
	padding:0;
	align: left;
	img:#150600 url(images/greyBG.jpg) repeat-x;
}

#container
{
	margin: 0 15px;
}
a
{
	color: #000066;
	text-decoration: none;
}
a:visited
{
	color: #000066;
}
a:hover
{
	color: #000066;
	text-decoration:underline;
}	 

h1
{
	background: #003366;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-bottom: 2px;
	padding: 3px;
        text-transform: uppercase;
}
h2
{
        background: #003366;
	color: #fff;
        text-align:left;
	font-size: 18px;
	margin-bottom: 2px;
        padding: 5px;
	text-transform: uppercase;
}
h3
{
	background: #003366;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-bottom: 2px;
	padding: 3px;
        text-transform: uppercase;
}
#sidebar, #container
{
	border: 6px  double #003366;
	padding: 10px;
	text-align: center;
        background-color:#6699cc;
}
#sidebar2
{
	border: 6px  double #003366;
	padding: 10px;
	text-align: center;
}	
#sidebar
{
	background-color:#6699cc;
	width:150px;
}
#sidebar2
{
	background-color:#6699cc;
	width:150px;
}
#topnav
{
	width:100%;
	background-color:#000000;
	text-align:left;
}
#comicset
{
	margin:15px 0px 20px 0px;
	text-align:center;
	background-color:#000000;
}
img 
{
     border:0;
}
#avi
{
	background:#000000;
	width:125px;
	height:125px;
	border: 6px  double #003366;
	align:left;
}
.authorcomments
{
	background: #000000;
        color: #000000;
	border: 1px solid #453310;
	padding: 3px;
	margin-right: 1em;
	text-align: center;
	min-height: 130px;
}
.comments, #authornotes 
    {
     padding:5px;
    }
.comment, .permalinkcode 
{
    padding:10px;
    border: 6px  double #003366;
    background-color:#99ccff;
    color: #000000;
}
.toright 
{
    margin-left:7px;
    margin-right:7px;
}

</style>

</head>

<body>



<img src="http://MyAngelMyDemon.thecomicseries.com/files/title_bar_small.png" width="100%"> <br><br>
  



<table width="1024" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
	<td valign="top">
	
		<div id="sidebar">
                   <h1>Navigation</h1>
                             <P>
                             <a href="/blog/">HOME</a><br>
                             <a href="/comics/">LATEST</a><br>
                             <a href="/comics/1">FIRST</a><br>
                             <a href="/archive/">ARCHIVE</a><br>
                             
		</P>

			<h1>S Y N O P S I S</h1>
			
				<p><b>
From the moment we are born we are taught what is good and what is evil. However can we truly believe what we are told? <br><br>
This is a story of Governments, Religions, and Races at war and a young girl caught in the middle. 
</b></p>
			
			<h1>L i n k s</h1>
			
				<a href="...">LINK HERE</a><br>
				<a href="...">LINK HERE</a><br>
				<a href="...">LINK HERE</a><br>
		
		</div>
		
	</td>
	<td valign="top">
	
		<div id="container" align="center">
			<div id="content">

                     <!--cond:[isextrapage]-->
                         <h3>[pagetitle]</h3>
                         <div id="toright">
                         <!--end_cond:[isextrapage]-->
				<!--layout:[content]-->
                         <!--cond:[isextrapage]-->
                         </div>
                    <!--end_cond:[isextrapage]-->

                   </div>		
		</div>
		
	</td>
	<td valign="top">
	
		<div id="sidebar2" align="center">
			 <h3>s p o n s o r s</h3>
			{GOOGLE_AD_120x600}
			
			<h3>a f f i l i a t e s</h3>
			<a href="...">LINK HERE</a><br>
			<a href="...">LINK HERE</a><br>
			<a href="...">LINK HERE</a><br>
			
			
			<h3>c r e d i t s</h3>
			  <center>
			Site Design by <a href="http://www.smackjeeves.com/profile.php?id=6601" title="KINGV">kingv</a><br>
                        Wall Paper Design by <a href="http://computerinkt.deviantart.com" title="KINGV">Computerinkt</a><br>
			Hosted by <a href="http://www.smackjeeves.com" title="Smackjeeves">Smackjeeves</a>
			</center>
		</div>
		
	</td>
</tr>
</table>

</body>
</html>

[/spoiler]
Result in thread: Image Code Issue
1 terms matched
5th May 2012, 8:51 AM #2
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
Fixed Kinda. I extended the image and the height re sizes based on browser width but it works.
Result in thread: Image Code Issue
1 terms matched
"Image Code Issue(Solved)", 5th May 2012, 5:08 AM #3
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
What I am trying to do is use 2 images.
1 my title image aligned to the right.
2 a "box" that I want to stretch to hit my title image.

the idea being that on any browser I will have my title image and a bar that extends to the edge of the screen. When I have the 2 images the are next to each other however once the width="100%" is added to the black box it extends to the edge pushing the title to the next line.

<img src="http://MyAngelMyDemon.thecomicseries.com/files/title_bar_blackbox.jpg" width="100%" height="248">
<img src="http://MyAngelMyDemon.thecomicseries.com/files/title_bar_small.jpg" align="right"> 


Any ideas on how to make this work or other ways to do this?
Result in thread: Artist wanted
1 terms matched
3rd May 2012, 8:29 PM #4
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
Might want to make your post longer. The name gives away little.

Artist draw what they like so you will need to state what your comic is about. Someone who likes to draw Robots might not want to do fantasy or horror. Romance vs action a serious story vs comedy.

What are you expecting? Are we talking about full page with color and realist looking art or a single panel Far Side type of look? How often are you looking to update?

And Finally the drawing is a big part of the comic process. If you want to only write one you better be damn good at writing if you hope to attract an artist to work with. 30sec-1min of writing can amount to WEEKS of work depending how good the pages need to be. You should include a sample of your writing, presumable of the story you are seeking an artist for, so we can see what we will be drawing and also if you are any good at writing for a comic.

In the world of web comics writers are a dime a dozen and artist (good ones that will not quite after 2 pages and get updates up on time) are worth their weight in gold so you really need to set yourself apart here to attract an artist.

Once again.

1. What will be drawn (story)
2. Style needed.
3. How often updates will be expected.
4. Sample of writing

That is the minimum you should have up to attract an artist..
Result in thread: Logo
1 terms matched
3rd May 2012, 7:54 PM #5
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
Image: http://MyAngelMyDemon.thecomicseries.com/files/title_bar_small.jpg


What I came up with. To be anchored to the right with the black heading out to the left till page ends. Might still add the tail as suggested the uncompressed file is still saved.
Result in thread: Request
1 terms matched
"Request", 3rd May 2012, 7:45 PM #6
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
This request no longer needed. Locking thread. Thank you.
Result in thread: Logo
1 terms matched
3rd May 2012, 5:04 PM #7
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
LOL

Yes you are both correct and I mis-spoke. It is for a title page and my title bar across my comic. I meant Logo as in a representation for the comic but never intended this to be like the Nike swoosh or the McDonald's Arches.

So yeah that was my fault this image would look terrible at 64x64 pix. I am thinking about cutting off the feet for my title banner to as to make it not so long. The Background is all but nixed other than maybe a gradient fill. the wings are busy enough as it is and the image does not look right on anything other than simple color tones that help make the main image stand out. Thanks for the comments.

I think I am going with the seconded version as the wings seem to flow better with each other. This one was made due to suggestions here so I am glade I got them.

One last question. With they new wings is it obvious that the girl is supposed to be an angel? I guess the words My Angel My Demon might help but the image itself do you immediately draw this conclusion?

Image: http://myangelmydemon.thecomicseries.com/images/comics/55/6388ca660632e227c5f17e63ea99043b1697464734.png
Result in thread: Logo
1 terms matched
3rd May 2012, 3:31 PM #8
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
Bump due to edit. You can see the changes and comments above. Thank you.
Result in thread: Logo
1 terms matched
"Logo (New Image)", 2nd May 2012, 7:53 PM #9
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
I have been working on graphics for the site and this is a logo for the comic I came up with. I am not 100% done but the rest is mostly the wording and the background colors so I figured I would share this piece as is with just the base drawing. Let me know what you think yeah/nay and all that good stuff.

Comic title left off to avoid promoting in non promoting forum.

Image: http://myangelmydemon.thecomicseries.com/images/comics/55/9c36eee6f7d210fdfaf68a048bac87d0656277297.png

[b]
*EDIT*[/b]

The top image I shrunk the wing to make it more inline with the demon wing. The bottom one as you can see has been fully redone to help add the same hollow space in the Angle wing as we see in the Demon wing.

Result in thread: Poll on comic setting.
1 terms matched
27th Apr 2012, 8:49 PM #10
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
#2 is What I am leaning towards. Trouble is once you get far enough you can get stuck. Imagine watching Brave Heart and all a sudden during the last battle Mel calls in air support and a fleet of airships comes in and bombs the piss out of the British. Been cool to see but also be a WTF moment.

Now I am going to be thinking about Mel calling for air support with smoke singles from his Arse.

I think I am going to mix them and split cultures. My story already revolves around a corrupt church out casting other races/beings as demons. So their culture will focus more on steal and knowledge and the savages of the wilderness will be more shaman/druidic aspects with a 3rd the (enemy) focusing heavily on magic and spirit energy with a finale 4th ancient race of finale lasting androids watching over the whole thing since the last great war 1000's of years ago but the world back to the stone age.

Result in thread: Poll on comic setting.
1 terms matched
"Poll on comic setting.", 27th Apr 2012, 7:34 PM #11
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
I am working on a comic and want to take a quick poll.

If you had to chose between 2 settings, knowing that the story will not change, which would you prefer.

1. Pure fantasy, (midi-evil DnD type).

2. Mixed Fantasy and Steam-punk/sci-fi (A lot of your RPG's such as Final Fantasy do this. You have your swords and wizards and castles but also airships, guns, and robots.)

Please don't say do what you like. If I had a strong pull to one or the other I would do so I can go both ways. As said the effect to the story would be minor. A character might switch from an ancient race that watched over the world to a cyborg from a lost civilization. Airships and dragons carrying troops can be interchangeable (can do both really).

Let me know what you think and thank you for your time!
Result in thread: Please help.
1 terms matched
26th Nov 2011, 6:44 PM #12
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
No luck. I think something is wrong. If I understand right CSS should control how the site looks as far as fonts colors and borders however it does nothing. After making changes to it and not seeing any changes (and after I copied another layout HTML that had similar to what I was looking for) I deleated the CSS and No change even with out any CSS code what so ever.

I have been putting my own layout in so maybe I am missing a pointer to use the CSS? Although I did add those things to the overall section as well no change.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[webcomicname] - [pagetitle]</title>

<style type="text/css">
html, body {height:100%; margin:0; padding:0;}
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1; padding:10px;}
</style>
<!--[if IE 6]>
<style type="text/css">
html {overflow-y:hidden;}
body {overflow-y:auto;}
#page-background {position:absolute; z-index:-1;}
#content {position:static;padding:10px;}
</style>
<![endif]-->
</head>
<body>

<div id="page-background"><img src="http://fc00.deviantart.net/fs71/i/2011/322/6/c/space_by_snorgar-d4giyob.jpg" width="100%" height="100%" alt="Smile"></div>
<div id="content">


<table border="1" width="100%" height="418" bordercolorlight="#0000FF" bordercolordark="#000066">
	<tr>
		<img border="0" src="http://fc03.deviantart.net/fs71/f/2011/322/0/f/title_by_snorgar-d4gj55d.gif" align="right" width="478" height="71"></th>
	</tr>
	<tr>
  <td width="150"  valign="top">
  <center>
<img border="1"src="http://fc06.deviantart.net/fs71/f/2011/322/f/6/but_navigation_by_snorgar-d4gj77l.gif">
<a href="http://corruptedprogram.thecomicseries.com/"><img border="1"src="http://fc04.deviantart.net/fs71/f/2011/322/2/5/but_home_by_snorgar-d4gjjpc.gif"></a>
<a href="/comics/first/" rel="start" class="comicnavlink"><img border="1"src="http://fc03.deviantart.net/fs70/f/2011/322/3/b/but_comic_by_snorgar-d4gjkpg.gif"></a>
<img border="1"src="http://fc03.deviantart.net/fs71/f/2011/322/c/0/but_info_by_snorgar-d4gjmdg.gif"><img border="1"src="http://fc07.deviantart.net/fs71/f/2011/323/d/5/but_subscribe_by_snorgar-d4gnclb.gif">
<br>
<img border="1"src="http://fc05.deviantart.net/fs71/f/2011/322/2/d/but_contact_by_snorgar-d4gjpdx.gif">
<br>
<img border="1"src="http://fc09.deviantart.net/fs71/f/2011/323/1/3/but_links_by_snorgar-d4gnike.gif"> <br>
&nbsp;</td>

	<td>
        <center>
        &nbsp; 
 <!--layout:[content]-->
        </center>

</td>
   <td width="150" valign="top">
<center>
<img border="1"src="http://fc05.deviantart.net/fs70/f/2011/323/a/f/but_sponsors_by_snorgar-d4gnfm5.gif">
[toweradcode]<br>
<img border="1"src="http://fc07.deviantart.net/fs70/f/2011/323/2/b/but_host_by_snorgar-d4gnmxm.gif">
<a href="http://comicfury.com"><img border="1"src="http://fc02.deviantart.net/fs71/f/2011/323/4/7/but_com_f_by_snorgar-d4gnnvw.png"></a>
<br>
</center>
</td>


	</tr>
</table>

</body>

</html>


and CSS as of now
img {
 border:0;
}
.heading {
 color:#fff;
}
.comment {
 background-color:#fff;
}




***EDIT***
Taking out the border="1" from the images made the borders bigger. I changed them to border="0" this makes them go away but does not give me a black border. I can live with that however.
Result in thread: Please help.
1 terms matched
26th Nov 2011, 6:42 PM #13
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
No luck. I think something is wrong. If I understand right CSS should control how the site looks as far as fonts colors and borders however it does nothing. After making changes to it and not seeing any changes (and after I copied another layout HTML that had similar to what I was looking for) I deleated the CSS and No change even with out any CSS code what so ever.

I have been putting my own layout in so maybe I am missing a pointer to use the CSS? Although I did add those things to the overall section as well no change.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[webcomicname] - [pagetitle]</title>

<style type="text/css">
html, body {height:100%; margin:0; padding:0;}
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1; padding:10px;}
</style>
<!--[if IE 6]>
<style type="text/css">
html {overflow-y:hidden;}
body {overflow-y:auto;}
#page-background {position:absolute; z-index:-1;}
#content {position:static;padding:10px;}
</style>
<![endif]-->
</head>
<body>

<div id="page-background"><img src="http://fc00.deviantart.net/fs71/i/2011/322/6/c/space_by_snorgar-d4giyob.jpg" width="100%" height="100%" alt="Smile"></div>
<div id="content">


<table border="1" width="100%" height="418" bordercolorlight="#0000FF" bordercolordark="#000066">
	<tr>
		<img border="0" src="http://fc03.deviantart.net/fs71/f/2011/322/0/f/title_by_snorgar-d4gj55d.gif" align="right" width="478" height="71"></th>
	</tr>
	<tr>
  <td width="150"  valign="top">
  <center>
<img border="1"src="http://fc06.deviantart.net/fs71/f/2011/322/f/6/but_navigation_by_snorgar-d4gj77l.gif">
<a href="http://corruptedprogram.thecomicseries.com/"><img border="1"src="http://fc04.deviantart.net/fs71/f/2011/322/2/5/but_home_by_snorgar-d4gjjpc.gif"></a>
<a href="/comics/first/" rel="start" class="comicnavlink"><img border="1"src="http://fc03.deviantart.net/fs70/f/2011/322/3/b/but_comic_by_snorgar-d4gjkpg.gif"></a>
<img border="1"src="http://fc03.deviantart.net/fs71/f/2011/322/c/0/but_info_by_snorgar-d4gjmdg.gif"><img border="1"src="http://fc07.deviantart.net/fs71/f/2011/323/d/5/but_subscribe_by_snorgar-d4gnclb.gif">
<br>
<img border="1"src="http://fc05.deviantart.net/fs71/f/2011/322/2/d/but_contact_by_snorgar-d4gjpdx.gif">
<br>
<img border="1"src="http://fc09.deviantart.net/fs71/f/2011/323/1/3/but_links_by_snorgar-d4gnike.gif"> <br>
&nbsp;</td>

	<td>
        <center>
        &nbsp; 
 <!--layout:[content]-->
        </center>

</td>
   <td width="150" valign="top">
<center>
<img border="1"src="http://fc05.deviantart.net/fs70/f/2011/323/a/f/but_sponsors_by_snorgar-d4gnfm5.gif">
[toweradcode]<br>
<img border="1"src="http://fc07.deviantart.net/fs70/f/2011/323/2/b/but_host_by_snorgar-d4gnmxm.gif">
<a href="http://comicfury.com"><img border="1"src="http://fc02.deviantart.net/fs71/f/2011/323/4/7/but_com_f_by_snorgar-d4gnnvw.png"></a>
<br>
</center>
</td>


	</tr>
</table>

</body>

</html>


and CSS as of now
img {
 border:0;
}
.heading {
 color:#fff;
}
.comment {
 background-color:#fff;
}
Result in thread: Please help.
1 terms matched
"Please help.", 26th Nov 2011, 5:59 AM #14
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
I have been having some issues changing a few things on my site. Most of which are predefined. If someone could please tell me what code needs to be removed/changed I would be forever grateful.

1. The bounding boxes around image links that change colors if a link has been visited. I would like to remove these.

2. Change the color of my comic title (the one that appears over my comic with date ect to be white. I went through the code and changed every text I could see to say ffffff and nothing!

3. I would like for the comments section to have a white backing behind the post so comments can be read.

Thank you for your time.

also site is http://corruptedprogram.thecomicseries.com/
Result in thread: Tower Ads
1 terms matched
"Tower Ads", 19th Nov 2011, 7:28 PM #15
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
Is there a Tower Ad banner that supports Comic Fury? I know of the banner ads but my comic is set to support Tower Ads no more than 150pix wide. I can put may different ads there but would like to have one for CF to help support the site since they are hosting my comic free of charge.

I had to make my own button to link back to Comic fury. As a suggestion CF should have several banners of various sizes to promote advertising of there hosting communities. If this already exist an easier way to access this.
1 terms matched
19th Nov 2011, 3:06 PM #16
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
Once again thank you for taking the time to help me.
1 terms matched
19th Nov 2011, 2:47 PM #17
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
Thanks for the help. I changed some things based on what was said and am seeing it in Explorer and Fire Fox. Waiting for wife to get in to check if it shows as I had it showing for me yesterday. If anyone is inclined to check for me and let me know I would be grateful. Will even let you read my comic for free once I start posting it.
Result in thread: HTML Suggestion
1 terms matched
18th Nov 2011, 7:04 PM #18
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
Thank you for the link. It will come in handy.

Still the suggestion stands. They need a reference located with the HTML editor, not a user made guide you have to search through the forums to find.
1 terms matched
18th Nov 2011, 7:00 PM #19
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
I use firefox as well. I did post up a base page (ie default one) to test and the same thing happened not going through. I am wondering if just servers do not need to get in sinc since I am all the over here. Will look and see tomorrow at least one person here saw the page and they (or so it says) are located in Japan.
Result in thread: HTML Suggestion
1 terms matched
"HTML Suggestion", 18th Nov 2011, 6:34 PM #20
snorgar

User avatar
Posts: 24
Referrals: 0
Registration date: 28th Oct 2011
Need to have a list of all the HTML commands for comic fury. IE to display comic and add subscribers ect as well as links to banner ads. I had to basically upload a default page and copy the HTML and past in a word doc to search for various commands. I quick list with explanations will do a lot to help.
Forum > Search results
Pages: [1] [2]


Forum search
Search terms (sep. by spaces)
(Max. 100 characters)