• Help
  • Search
  • Login
  • Register
  • Home

Forum: web design and graphics community

  Show Posts
Pages: [1]
1  Art Boards / Celestial Star Tutorials / Re: Div Layout II on: June 24, 2008, 10:42:52 PM
Very Nice. =) 10/10

I love div layers. They're so easy and turn out simply beautiful.
2  General / Support / Suggestions / Re: I need a little help. v.v on: June 24, 2008, 10:39:31 PM
to download brushes, you simply do the following:

  • Click Edit > Preset Manager
  • Select "Brushes" at the top
  • Click Load (on the right) and select your brush
  • Click Done

Hopefully that helps. =)
3  Art Boards / Tutorials / Re: my avatar tutorial on: June 08, 2008, 10:15:34 PM
aah, this helps me a lot. Thanks for the detailed tutorial.

I love simply colored avatars like that. Simple, yet pretty.
4  Web Development / Coding / Blog Coding on: June 08, 2008, 07:15:35 PM
Hmm, coding in Blogger is a lot harder than I thought.

So does anyone know how to make coding for a simple div layer layout in a Blogger compatible format? For example, I have this layout already made - I just need it to be compatible in Blogger, including the tags for posts, archives, about me, etc.

Here is a link to my layout: http://www.freewebs.com/tarosand/atw.htm

And here's the coding:


Code:
<html>
<head><title>[ starclan prophecies ]</title>
<style type="text/css">body         { background-image: url('http://i9.photobucket.com/albums/a88/Sandtaro/atwbg2.jpg'); background-color: #A0E3D6;
               background-repeat: repeat-y }
#image
{
position: absolute;
left: 0px;
top: 0px;
}


#image2
{
position: absolute;
left: 0px;
top: 500px;
}


#content
{
position: absolute;
left: 225px;
top: 545px;
width: 380px;
}


#navigation
{
position: absolute;
left: 95px;
top: 555px;
width: 100px;
}
body,td,th {
font-family: Georgia;
font-size: 11px;
text-align: justify;
color: #FFFFFF;
}
a {
font-family: Georgia;
font-size: 11px;
color: #FFFFFF;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: underline;
color: #A7A7A7;
}
a:active {
text-decoration: none;
color: #FFFFFF;
}
.style1 {
font-family: Georgia;
font-weight: bold;
font-size: 11px;

A:link
{ text-decoration: value; [none] color:#FFFFFF; }
A:visited
{ text-decoration: value; [none] color:#FFFFFF; }
A:active
{ text-decoration: value; [none] color:#FFFFFF; }
A:hover
{ text-decoration: value; [line-through] color:#A7A7A7;
</style>

</head>
<body>


<div id="image">
<img src="http://i9.photobucket.com/albums/a88/Sandtaro/atw.jpg" width="700" height="500">
</div>


<div id="image2">
<img src="http://i9.photobucket.com/albums/a88/Sandtaro/atwbg.jpg" width="700" height="500">
</div>


<div id="content">
insert blog posts here....

</div>

<div id="navigation">
insert archives<br>
<br>
insert about me<br>
<br>

</div>


</body>
</html>


thanks so much for your patience and help!
5  Web Development / Web Design / Re: how to make my own web sites? (help please! plaese... please...) on: June 08, 2008, 04:57:49 PM
free sub-domains can be found here:

http://www.freedomain.co.nr/

Just sign up and you can get a sub-domain of ______.co.nr. It's totally free!

I suggest using Bravenet or Geocities if you have no idea what to do. Both of these web hosts give pre-made layouts and stuff to help beginners. If you want to use a layout like from CS or one you made, I highly suggest Freewebs. There are no banners or pop-up ads on your site and it's free.

Make sure you learn basics such as making links, showing pictures, and all that good stuff. The best place to learn it all would be Lissaexplains.com. It's an excellent site to teach all you need to know about HTML and other codings.

Like Katie-Kate said, just read a lot of tutorials as well. =)
Good luck with everything!
6  Web Development / Web Design / Re: Need Feedback :] on: April 13, 2008, 08:21:25 PM
Looks nice. Like EternalSorrow said, you might want to make it a bit smaller, because some people own small laptop screens and it would look crappy if they had to scroll. So resize it a bit.

The colors go well, and it's got a nice theme. I do agree though that a white background is about as boring as you can get. You might want to try white with red stripes, various sizes and opacities, or maybe a cross-hair background that looks plaid, with red in it. Something along those lines. (even just a faint red color for your background color would be alright)

And the circle may be tricky for the iFrame, but whatever floats your boat! If you think it looks fine having a square area for text within a circular area, that's fine. To make it look a bit better, you might want to add two corners using brushes to make it look like the text frame was supposed to be like that. If you know what I mean...

Otherwise it's very pretty, and I like it! =)
7  Web Development / Coding / Re: centering a div layout on: April 12, 2008, 05:26:01 PM
*squeals* It worked! Thank you so much Vangs!

If you want me to make you anything, or write you a poem, whatever, just let me know and I'll do it for you to repay you! ^^ I'd be happy to!

Thank you everyone else for going through the trouble to help me.
I really appreciate it! =)
8  General / General / Re: where did you learn all you know about websites/graphics on: April 11, 2008, 12:59:23 PM
hmm, interesting question.

I learned at an early age. I started my first website with one of them crappy geosite things from Yahoo, and I looked at HTML coding instead of the wizard thing, and I was like, "woah!" Then I became interested in website coding.

I started by examining the coding from my geosite, adding different things and seeing what the coding looked like. I then went to a few sites and learned some more. I became really good friends with Mimitchi (or Cheriwing) who knows HTML like the back of her hand. She helped my a lot with learning HTML, CSS, PHP, etc. And I still go to her for website advice on coding.

I would also go to pages and view the page source, and examine their coding, to see what it looked like. I didn't steal these, I just simply looked at them to see how they did a frames layout, a div layout, etc. Although some of these I would copy and paste into Frontpage, where I could fiddle with the coding and learn how to use it. I would not use the coding on my sites, just to play with.

I also got a few books, but they don't help much. They did teach me some tricks on how to do some things, but otherwise it didn't teach me large concepts like iFrames or PHP, at least not very well.

And overtime from just being a webmaster of several sites, I've gotten the hang of it and I know HTML really well. I've memorized all the basic things such as coding for links, images, text formating, color, backgrounds, etc.


Now for web & graphic designing.

I'm a very creative person. This comes in handy when designing layouts or graphics, because I can come up with clever ideas on how to display it. My whole life I grew up with Microsoft Image Composer 1.5, which is like Paint with some effects and better use of tools. I had to spend hours to make a decent graphic, and that got pretty annoying.

Although now I recently got Photoshop about a month ago, and I'm learning it pretty speedily. Now I can make decent graphics in a few minutes, as opposed to the hours I spent on Microsoft Image Composer. There is still a billion things I need to learn on Photoshop, but I'm getting there. I usually just fiddle with it and learn new things that way, but with some things I have to look it up.

I do graphic and layout designing in my free time. I find it relaxing and fun, so I do it quite often. On Saturdays I would just spend time making pretty banners or nice graphics for future layouts. I found it entertaining, and I liked doing it. So I've just become an "artist" at graphic and layout designs, and I enjoy doing it.


So meh, that's about it for me. ^w^
9  General / New Members / hiya! on: April 11, 2008, 12:42:45 PM
I haven't properly introduced myself yet.

I'm Ivystar, the owner of StarClan Prophecies (link) and a few other sites. I'm pretty good at designing web layouts and doing HTML coding, but I do screw up sometimes, so I joined here to get help when I need it. =)

I'm also known as Brooke, Danielle, & Sandtaro.

Nice to meet you all! ^^
10  Web Development / Coding / Re: centering a div layout on: April 11, 2008, 12:33:21 PM
ok, I have the image centered! =)

Now I need the content and navigation to be centered. x.x
11  Web Development / Coding / Re: centering a div layout on: April 10, 2008, 11:45:22 PM
wow, nothing is working. >.<

You can ever right click and view page source - I've done everything you guys have suggested, and nothing is working for me.

I'd REALLY REALLY appreciate it if someone could figure out a way to make it work. ^^
12  Web Development / Coding / Re: centering a div layout on: April 08, 2008, 01:51:23 AM
gggrrraaarrr! It still doesn't work. >.<

I tried your coding Jessi, and the image and context&navigation still are aligned to the left. I wonder if there even is a solution to doing this. xD

If anyone has any more ideas, I'd be delighted to try them.
13  Web Development / Coding / Re: centering a div layout on: April 07, 2008, 09:58:40 PM
herm, it didn't work. >.>

I did the table thing as you said, and if you look at the link, nothing has changed. I added the <body> tag and put the table tag right under it, and the </table> tag under the </div> tag as you said, and nothing happened.

any more suggestions? ^^;;
14  Web Development / Coding / Re: centering a div layout on: April 06, 2008, 09:13:14 PM
English Rose ~ herm, I could have sworn I stuck a <body> tag in there. My bad.
I'll try that table thing out and see it it works.

Valiant-star ~ like Vangs said, the capitalization and lower case tags don't really matter. ^^;; I've done that tons of times and it doesn't affect it.
And yes, it is a Warriors fan site, based on the series by Erin Hunter. =) If you like cats, you'll really enjoy the series because they're really good. I suggest trying it out.
Oh and thanks on the layout comment. ^^

Vangs ~ I have no idea about the whole XHTML and HTML versions, I just do normal HTML as I know it. =/ So but yeah, it's not too important to have the tags identical in uppercase/lowercase terms, like what I said with Valiant-star.


I'm going to try the table thing English Rose gave me, and I'll post on how the layout turns out. ^^ Hopefully it works!
15  Web Development / Coding / centering a div layout on: April 06, 2008, 12:20:59 AM
mmkay, I promised my fans I'd have the layout changed like a week ago, but I'm having trouble completing the layout because I don't know how to center it.

So if you could help me out as soon as possible, that'd be great.

I've tried a couple dozen different ways to center it, and nothing seems to be working. I've figured out how to center the background, and that's about it. So I need help centering the content & navigation, as well as the banner.

Here's my layout, still in editive form: click

and here's my coding:

Code:
<html>
<head>
<title>[ starclan prophecies ]</title>
<style type="text/css">body { background-image: url('http://i9.photobucket.com/albums/a88/Sandtaro/spbackground.jpg'); background-color: #ABAAEB;
background-repeat: repeat-y; background-position: center;}
#image
{
position: absolute;
left: 0px;
top: 0px;
}


#content
{
position: absolute;
left: 135px;
top: 170px;
width: 610px;
}


#navigation
{
position: absolute;
left: 5px;
top: 170px;
width: 125px;
}
body,td,th {
font-family: Verdana;
font-size: 10px;
text-align: justify;
color: #257474;
}
a {
font-family: Georgia;
font-size: 11px;
color: #257474;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #257474;
}
a:hover {
text-decoration: underline;
color: #257474;
}
a:active {
text-decoration: none;
color: #257474;
}
.style1 {
font-family: Georgia;
font-weight: bold;
font-size: 11px;

A:link
{ text-decoration: value; [none] color:#257474; }
A:visited
{ text-decoration: value; [none] color:#257474; }
A:active
{ text-decoration: value; [none] color:#257474; }
A:hover
{ text-decoration: value; [none] color:#FFFFFF;
</style>
<title></title>

</HEAD>



<div id="image">
<img src="http://i9.photobucket.com/albums/a88/Sandtaro/spbannercopy.png" width="800" height="273">
</div>



<div id="content">
<-- insert content here -->

</div>

<div id="navigation">
<-- insert navigation here -->

</div>
</body></html>

Thank you so much for using your time to help me. ^^
Pages: [1]
  • Welcome, Guest
  • Members login
  • Register for free

General

  • General
  • New members
  • Announcements
  • Support / Suggestions

Art boards

  • Creative mediums
  • Requests and offers
  • Tutorials
  • Celestial Star tutorials

Web development

  • Coding
  • Web design
  • Advertisements / affiliation

Off-topic

  • The non-sense
  • Ententainment

Go up
eXTReMe Tracker
  • Valid XHTML
  • Valid CSS
Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC | Seo4Smf v0.2 © Webmaster's Talks
Loading...