Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TK RP Comic pages
#1
Here's the cover page I made.
[Image: dr6m8k.png]
I know it's a little bland, but it works for now. Until we can figure out something better.
[url=http://dragcave.net/view/ZB0rL][img]http://dragcave.net/image/ZB0rL.gif[/img][/url] <a href="http://dragcave.net/view/Jt9FA"><img src="http://dragcave.net/image/Jt9FA.gif" style="border-width: 0" alt="Adopt one today!"/></a>
Reply
#2
yes...yes it does work...in the meantime, ONCE I FREAKING GET THE COMIC SYSTEM TO FREAKING WORK THAT IS...I will work on either the first attempt at the first page, or I will work on my own version of the title page...that is...if you dont mind...
_____________________________________________
hiya...I'm Flora Legacy...pleased ta meetcha.
<a href="http://www.anime-planet.com/users/mmd123/forumsig"><img alt="mmd123's anime, manga, reviews, recommendations, blogs and lists at Anime-Planet" title="mmd123's anime, manga, reviews, recommendations, blogs and lists at Anime-Planet" border="0" src="http://www.anime-planet.com/users/images/signatures/mmd123.jpg" /></a><br /><font size="1"><font color="SlateGray">Anime-Planet.com - <a target="_blank" href="http://www.anime-planet.com/anime/">anime</a> | <a target="_blank" href="http://www.anime-planet.com/manga/">manga</a> | <a target="_blank" href="http://www.anime-planet.com/reviews/">reviews</a></font></font>
Reply
#3
id help but i cant draw D;

[IMG]http://i.imgur.com/ZW1UA.png[/img]
"All is one and one is all"
Reply
#4
I'm also working on post 1-5 in the prequel series.
[url=http://dragcave.net/view/ZB0rL][img]http://dragcave.net/image/ZB0rL.gif[/img][/url] <a href="http://dragcave.net/view/Jt9FA"><img src="http://dragcave.net/image/Jt9FA.gif" style="border-width: 0" alt="Adopt one today!"/></a>
Reply
#5
Hey Will i got a suggestion for you do you know how to use photoshop?
Reply
#6
if so you can make a sketch of the comic and scan it onto your computer then use photoshop to adjust and you do not need to worry about making one mistake and doing the whole thing over you can just hit the 'undo' or 'step back' key
Reply
#7
ya but i dont own the program sorry

[IMG]http://i.imgur.com/ZW1UA.png[/img]
"All is one and one is all"
Reply
#8
Also if Flora is here, here is some of the basic codes that i was able to make into chart if you need any help just contact me but i do have to warn you it takes some experimentation to get the desired results of a webpage.

HTML Cheatsheet - Basic
Category Tag Description
STRUCTURE <html> , </html> Start and end of web page
<head> , </head> Start and end page header
<title> , </title> Start and end of page title
<body> , </body> Start and end of the viewable area of the web page
TEXT FORMATTING <h1> , </h1> Level 1 heading (largest of headings)
<h2> through <h6> Subheadings
<strong>, </strong> Bold
<em> , </em> Italic
<u> , </u> Underline (not a link tag)
DIVIDING <br> Create a new line line, or force line to break
<hr> Draws horizontal line
<p>, </p> Paragraph/text block
<div>, </div> Can be used to divide elements of a web page into a "section" or "block". That that block can then be formatted. Ex. <div align="center">
LISTS <ol> , </ol> Ordered (numbered) list
<ul> , </ul> Unordered (bulleted) list
<li> Denotes item in ordered or unordered list
<dl> , </dl>
<dt> , </dt>
<dd> , </dd> Definition list tags
LINKS <a href="URL"> Click Text </a> Links to URL when "Click Text" is clicked
<a href="file.html"> Click Text </a> Links to file.html when "Click Text" is clicked
IMAGES <img src="image.gif"> Displays graphic "image.gif"
align="top" Modifier to align text with top of image. Can also be "middle" or "bottom" (default)
align="right" Modifier to move image to right margin, with text on the left. Can also be "left"(default)
clear=all Used in <br> tag, creates a new line AFTER all other objects have been cleared.
Last Updated: 10/16/07
HTML Cheatsheet - Advanced
Category Tag Description
LINKS
AND
ANCHORS <a id="anchorname">anchor text</a> Creates an anchor in the document
<a href="#anchorname">link text</a> Links to anchorname when link text is clicked
TABLES <table>, </table> Start and end table.
<tr> , </tr> Start and end table row.
<th> , </th> Start and end table heading.
<td> , </td> Start and end table data.
TABLE
MODIFIERS border="..." Width (in pixels) of border. Blank for default, "0" for no border.
align="..." Horizontal alignment. Possible values are "left", "right", or "center".
valign="..." Vertical alignment. Possible values are "top", "middle", "bottom", or "baseline".
rowspan="..." Number of rows the cell will span.
colspan="..." Number of columns the cell will span.
width="..." Width (in pixels) of the cell.
cellpadding="..." The amount of space (in pixels) between edges of the cell and text inside.

CSS Cheatsheet

Category Tag Description
COLOR & BACKGROUND
PROPERTIES color: #123456; Uses color 123456 as the TEXT color.
background-color: #123456; Uses color 123456 as the BACKGROUND color.
FONT PROPERTIES font-family: font1, font2, generic; Changes the text to the font specified.
font-size: value Changes the text size to the value specified (12pt, small, etc.)
SELECTORS
Reply
#9
Okay, here's my first attempt at drawing a comic. This is the first five posts from the Prequel thread.
[Image: introductionsg.png]
So what do you think?
[url=http://dragcave.net/view/ZB0rL][img]http://dragcave.net/image/ZB0rL.gif[/img][/url] <a href="http://dragcave.net/view/Jt9FA"><img src="http://dragcave.net/image/Jt9FA.gif" style="border-width: 0" alt="Adopt one today!"/></a>
Reply
#10
That's really cool. I can't seem to find the older post for some reason but I'm currently working on the cover or the title page might finish by tonight or tomorrow morning
Reply
#11
I made a TK RP Prequel thread for the original kickstarter posts.
[url=http://dragcave.net/view/ZB0rL][img]http://dragcave.net/image/ZB0rL.gif[/img][/url] <a href="http://dragcave.net/view/Jt9FA"><img src="http://dragcave.net/image/Jt9FA.gif" style="border-width: 0" alt="Adopt one today!"/></a>
Reply
#12
Okay i will look for it when i finish the title page
Reply
#13
I just finish sketching the cover and am now inking it and then going to scan it Smile
Reply
#14
hmm...just for the hell of it, tomorrow i'll draw my character as best i can, and see if i can somehoe get it on here...if i like my own drawing...lol
Gnrl Alaric was drunk wen dis happened...
I can haz cookie?(Nope)awww...but I likez cookie...*pouts**fl was here*
<img src=http://i.imgur.com/Z08LEN0.gif /> <img src=http://twokinds.net/forum/images/smilies/icon_kathrin.gif />  <img src=http://img46.imageshack.us/img46/5472/christmasflora.gif /><img src=http://twokinds.net/forum/images/smilies/icon_karen.gif />
<img src=http://i47.tinypic.com/vo68gw.gif />

TO SELF:  STOP RAGE RP'ING
to others:  if you see me rage rp'ing, and give me an OOC warning, please make sure i ACKNOWLEDGE i see the warning
Reply
#15
Hey Ice how do you get your photo on here i can't seem to find the button
Reply
#16
I went to imageshack website. I'll post a link when I get off work.
[url=http://dragcave.net/view/ZB0rL][img]http://dragcave.net/image/ZB0rL.gif[/img][/url] <a href="http://dragcave.net/view/Jt9FA"><img src="http://dragcave.net/image/Jt9FA.gif" style="border-width: 0" alt="Adopt one today!"/></a>
Reply
#17
I'm afraid of what Dotz will look like... but give it a whirl...
[url=http://forums.dragcave.net/index.php?act=ST&f=29&t=147647&st=][img]http://i.imgur.com/6tEwh96.png[/img][/url] [url=http://forums.dragcave.net/index.php?act=ST&f=29&t=147647&st=][img]http://i.imgur.com/sCk1zpN.png[/img][/url][img]http://clevenger-arts.com/afegg1.gif[/img]
[url=http://rumandmonkey.com/widgets/toys/testgen/5261/][img]http://stat.rumandmonkey.com/tests/1/6/5261/20795.jpg[/img][/url]
An Alpha with power over Chaos. Part Dragon and has a Dark Side named Vorgin.
Reply
#18
(07-21-2012, 09:08 AM)Vorgin Wrote: I'm afraid of what Dotz will look like... but give it a whirl...

Here is my horribly failed attempt to draw Dotz. sorry for making your eyes bleed.

[Image: 260c49h.jpg]
Dat Basitin in the background, waaaay over there... can you see him?

<img src="http://stat.rumandmonkey.com/tests/1/6/5261/20801.jpg" />

[url=http://dragcave.net/view/4ljLc][img]http://dragcave.net/image/4ljLc.gif[/img][/url] [url=http://dragcave.net/view/BjVn3][img]http://dragcave.net/image/BjVn3.gif[/img][/url] [url=http://dragcave.net/view/FQBUS][img]http://dragcave.net/image/FQBUS.gif[/img][/url] [url=http://dragcave.net/view/tuu4u][img]http://dragcave.net/image/tuu4u.gif[/img][/url] [url=http://dragcave.net/view/NxB7w][img]http://dragcave.net/image/NxB7w.gif[/img][/url] [url=http://dragcave.net/view/vEKF2][img]http://dragcave.net/image/vEKF2.gif[/img][/url] [url=http://dragcave.net/view/An2om][img]http://dragcave.net/image/An2om.gif[/img][/url] [url=http://dragcave.net/view/0fQlE][img]http://dragcave.net/image/0fQlE.gif[/img][/url]
Reply
#19
...I look really depressing...
[url=http://forums.dragcave.net/index.php?act=ST&f=29&t=147647&st=][img]http://i.imgur.com/6tEwh96.png[/img][/url] [url=http://forums.dragcave.net/index.php?act=ST&f=29&t=147647&st=][img]http://i.imgur.com/sCk1zpN.png[/img][/url][img]http://clevenger-arts.com/afegg1.gif[/img]
[url=http://rumandmonkey.com/widgets/toys/testgen/5261/][img]http://stat.rumandmonkey.com/tests/1/6/5261/20795.jpg[/img][/url]
An Alpha with power over Chaos. Part Dragon and has a Dark Side named Vorgin.
Reply
#20
(07-23-2012, 06:24 PM)Vorgin Wrote: ...I look really depressing...

as i said. Failed attempt.
Dat Basitin in the background, waaaay over there... can you see him?

<img src="http://stat.rumandmonkey.com/tests/1/6/5261/20801.jpg" />

[url=http://dragcave.net/view/4ljLc][img]http://dragcave.net/image/4ljLc.gif[/img][/url] [url=http://dragcave.net/view/BjVn3][img]http://dragcave.net/image/BjVn3.gif[/img][/url] [url=http://dragcave.net/view/FQBUS][img]http://dragcave.net/image/FQBUS.gif[/img][/url] [url=http://dragcave.net/view/tuu4u][img]http://dragcave.net/image/tuu4u.gif[/img][/url] [url=http://dragcave.net/view/NxB7w][img]http://dragcave.net/image/NxB7w.gif[/img][/url] [url=http://dragcave.net/view/vEKF2][img]http://dragcave.net/image/vEKF2.gif[/img][/url] [url=http://dragcave.net/view/An2om][img]http://dragcave.net/image/An2om.gif[/img][/url] [url=http://dragcave.net/view/0fQlE][img]http://dragcave.net/image/0fQlE.gif[/img][/url]
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)