Register - Login
Views: 99809003
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
05-03-22 01:37:11 PM
Jul - Computers and Technology - Banner or layout creation software New poll - New thread - New reply
Next newer thread | Next older thread
PYRATROOPER
Game over, asshole.
Level: 35


Posts: 75/255
EXP: 261479
For next: 18457

Since: 01-18-11

From: A GALAXY FAR FAR AWAY

Since last post: 11.1 years
Last activity: 11.1 years

Posted on 02-09-11 04:45:16 PM Link | Quote
I was wondering if anyone knows any good banner or layout creation software that is free.
Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 4516/7597
EXP: 48604148
For next: 975085

Since: 08-02-07

From: Isle Delfino

Since last post: 11 days
Last activity: 19 hours

Posted on 02-09-11 05:22:38 PM Link | Quote
All you need is any image creation software. Paint comes built-in with Windows, but will only give you the most basic tools. A better bet is to get a more robust image editor like Paint.net, GIMP, or one of the other free ones. There are some good not-free ones as well, such as Fireworks and Photoshop.

____________________
-Peardian-

"Kindness is the language which the deaf can hear and the blind can see." -Mark Twain


Lunaria

Moon Bunny! :3
Level: 139


Posts: 3363/5754
EXP: 32052935
For next: 414510

Since: 07-28-07

Pronouns: she/her
From: pile of fluff

Since last post: 6 days
Last activity: 6 days

Posted on 02-09-11 05:25:21 PM Link | Quote
I think hey may be talking about the html/CSS, rather then the actually image part of the layout. :p

____________________
PYRATROOPER
Game over, asshole.
Level: 35


Posts: 77/255
EXP: 261479
For next: 18457

Since: 01-18-11

From: A GALAXY FAR FAR AWAY

Since last post: 11.1 years
Last activity: 11.1 years

Posted on 02-09-11 05:38:52 PM Link | Quote
Both actually and thanks for the info so far.
Nicole

Disk-kun
Level: 146


Posts: 2479/6469
EXP: 38285741
For next: 227553

Since: 07-07-07

Pronouns: she/her
From: Boston, MA

Since last post: 78 days
Last activity: 1 day

Posted on 02-09-11 06:10:06 PM Link | Quote
I think most people just make the code for their layouts in something like Notepad (you can save an HTML file and then just test it in the web-browser before you put it on the forum)... HTML isn't too difficult. (admittedly, CSS is harder, but not entirely necessary unless you want fancy stuff like this layout) Maybe try looking at other people's layout code and see how they did it. (though don't look at mine, it sucks coding-wise )

For Windows I second Peardian's recommendation of Paint.NET, it's my favorite of the modern free image editors and is pretty easy to use, whereas GIMP has kind of a higher learning curve.

____________________
Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 4517/7597
EXP: 48604148
For next: 975085

Since: 08-02-07

From: Isle Delfino

Since last post: 11 days
Last activity: 19 hours

Posted on 02-09-11 09:01:39 PM Link | Quote
For learning the code to place the banners and layout in your head, I recommend visiting w3schools. It teaches both HTML and CSS, among other languages.

____________________
-Peardian-

"Kindness is the language which the deaf can hear and the blind can see." -Mark Twain


paulguy

Green Birdo
Level: 93


Posts: 1276/2294
EXP: 8032572
For next: 20238

Since: 09-14-07

From: Buffalo, NY

Since last post: 9.7 years
Last activity: 9.7 years

Posted on 02-09-11 09:23:07 PM Link | Quote
Paulguy's Post configuration
HTML Dog is a good one. I've found it to be a bit more complete than w3schools in some areas. However, neither I believe covers CSS3, but that's not really final yet so I'd avoid it entirely.

Also don't look at my layout either. I made it when I was first learning. :p

Also, there's stuff like notepad++ or programmer's notepad that'll give you fancy code highlighting, to help visualize where stuff is a bit better. I don't know of any good, free WYSIWYG HTML editors, though.

Also, make sure to test your layout in a few browsers, and ALWAYS set background color if you set foreground or set foreground if you set background. This site has several themes which may look bad or unreadable if you change text color, but not background color, for example.

____________________
Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 4518/7597
EXP: 48604148
For next: 975085

Since: 08-02-07

From: Isle Delfino

Since last post: 11 days
Last activity: 19 hours

Posted on 02-09-11 09:46:31 PM Link | Quote
HTML Dog looks like a nice reference site, yes, but w3schools lets you try out live demonstrations of the properties, which change in realtime as you play with the code. This gives you a good change to get to understand the code and what parts do what.

And yes, don't look at my layout either.

____________________
-Peardian-

"Kindness is the language which the deaf can hear and the blind can see." -Mark Twain


Lunaria

Moon Bunny! :3
Level: 139


Posts: 3370/5754
EXP: 32052935
For next: 414510

Since: 07-28-07

Pronouns: she/her
From: pile of fluff

Since last post: 6 days
Last activity: 6 days

Posted on 02-09-11 10:42:29 PM Link | Quote
It's quite hard to understand what they try to teach at w3schools though. :/
They are not very good at explaining IMO. :<

____________________
PYRATROOPER
Game over, asshole.
Level: 35


Posts: 83/255
EXP: 261479
For next: 18457

Since: 01-18-11

From: A GALAXY FAR FAR AWAY

Since last post: 11.1 years
Last activity: 11.1 years

Posted on 02-10-11 01:12:10 AM Link | Quote
Basically I want to create a banner that links to my website and put it in my signature.
paulguy

Green Birdo
Level: 93


Posts: 1279/2294
EXP: 8032572
For next: 20238

Since: 09-14-07

From: Buffalo, NY

Since last post: 9.7 years
Last activity: 9.7 years

Posted on 02-10-11 03:16:44 AM Link | Quote
Paulguy's Post configuration
For that you'd use an image editing software, which several have been recommended in this thread. Beyond that, the creativity end of it is up to you.

There are probably templates out there, but it's generally difficult if you want it to clearly represent your site, and that's just not very good to do anyway.

Worse comes to worse, you could probably find someone willing or commission it.

____________________
Lyskar
12210
-The Chaos within trumps the Chaos without-
Level: 192


Posts: 8240/12211
EXP: 99323632
For next: 549939

Since: 07-03-07

From: 52-2-88-7

Since last post: 7.4 years
Last activity: 7.3 years

Posted on 02-10-11 07:13:57 AM Link | Quote
Stats
Time/Date
02-10-11 01:13:57 AM
Posts
8240
Days Here
1317
Level
133
Metal_Man88's Post
Part 1: Don't look at mine, I've been coding in HTML forever and so resort to blatant insanity to make something most browsers will show right. (Seriously, if you want cross-compatible code, you gotta make a mess.)

Part 2: Figure out how to code HTML. Seriously. Don't make a layout until you can make a text file, type in HTML, load it into your browser, and begin to understand the correlation between what you type and what happens.

Also, W3Schools is poorly named. It's a reference site, not very good at teaching things. People like me look at it when they forget a certain command or need a CSS thing. Not so much for newbies.

Part 3: Test, test, test it everywhere. Then ask people to look at it to make sure it isn't broken.

____________________

Eisnaught - SSQ² - Mobius Roleplay - SSS
Next newer thread | Next older thread
Jul - Computers and Technology - Banner or layout creation software New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

28 database queries, 1 query cache hits.
Query execution time: 0.082212 seconds
Script execution time: 0.023892 seconds
Total render time: 0.106104 seconds