The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> How to make a good looking web design.
D4NN3
post Nov 14 2013, 05:11 PM
Post #1





Group: Members
Posts: 8
Joined: 14-November 13
Member No.: 19,983



Hi!

I'm a 13 year old boy and I'm pretty good at making websites, but I'm not very good at web design could you guys help me with tips about my websites. Here is the link: http://addes.net76.net/

This post has been edited by D4NN3: Nov 14 2013, 05:13 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 14 2013, 05:42 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Hej du! wink.gif

You are not alone in having that problem. Apart from learning a bit about colors and such and try to pick things up from sites that you think look good, I'm not sure much can be done for us artistically challenged guys. Remember that big web sites are the result of team work. No one can master every aspect of creating a web site. Loners like us have to accept that, I think.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
D4NN3
post Nov 15 2013, 11:10 AM
Post #3





Group: Members
Posts: 8
Joined: 14-November 13
Member No.: 19,983



QUOTE(pandy @ Nov 14 2013, 11:42 PM) *

Hej du! wink.gif

You are not alone in having that problem. Apart from learning a bit about colors and such and try to pick things up from sites that you think look good, I'm not sure much can be done for us artistically challenged guys. Remember that big web sites are the result of team work. No one can master every aspect of creating a web site. Loners like us have to accept that, I think.


Well do you have any tips, like how to pick colors or something like that.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Nov 15 2013, 04:17 PM
Post #4


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Create your own color scheme or explore schemes from others at https://kuler.adobe.com/create/color-wheel/ .
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Nov 15 2013, 04:36 PM
Post #5


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



I think the visual design looks pretty good for a troll site. tongue.gif

You could improve the HTML structure a little:

CODE
<b><h1><center>Socialt</center></h1></b>

The B elements above are not really necessary (headings are already bold by default), and it's not valid HTML to put H1 inside B. Also you could use CSS to center the text instead of the CENTER element.

CODE
<div class="colheader"><b>Senaste nyheterna!</b></div>

The above looks like a heading too, so you might use say a H2 element for it.

CODE
<a class="postedby"><b>// Adde</a></b>

Above the nesting order is incorrect (the B element must be closed before the link). You might also use CSS instead of the B.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
D4NN3
post Nov 16 2013, 07:57 AM
Post #6





Group: Members
Posts: 8
Joined: 14-November 13
Member No.: 19,983



Thanks for the tips!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
D4NN3
post Nov 16 2013, 08:06 AM
Post #7





Group: Members
Posts: 8
Joined: 14-November 13
Member No.: 19,983



QUOTE(Christian J @ Nov 15 2013, 10:36 PM) *

I think the visual design looks pretty good for a troll site. tongue.gif

You could improve the HTML structure a little:

CODE
<b><h1><center>Socialt</center></h1></b>

The B elements above are not really necessary (headings are already bold by default), and it's not valid HTML to put H1 inside B. Also you could use CSS to center the text instead of the CENTER element.

CODE
<div class="colheader"><b>Senaste nyheterna!</b></div>

The above looks like a heading too, so you might use say a H2 element for it.

CODE
<a class="postedby"><b>// Adde</a></b>

Above the nesting order is incorrect (the B element must be closed before the link). You might also use CSS instead of the B.


It's not a troll site I just typed random things, it's for my friends youtube "group". Here is the link: http://www.youtube.com/channel/UCoRbFQzxo_L_hPcLhNY8DjQ
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 10:01 AM