eaglelegend Posted April 9, 2008 Share Posted April 9, 2008 would anyone dare to look? , jkjk I would like your opinion on what it looks like and if its ok, what should change etc. etc., as im not a user, im only the owner XD, please bare in mind it is aimed for children, so I wanted to have cartoony colours etc. in it, as for the "eagle legend"(a legend) I have plans Eagle Legend Quote Link to comment Share on other sites More sharing options...
unsider Posted April 9, 2008 Share Posted April 9, 2008 It's good so far, looks like you've got a solid basis, but I'd look into incorporating some more CSS. Giving it more of a wow factor. I have a younger sister, and well designed, luscious colored sites attract younger people more-so. For example, small things like your user/pass input text areas. You can spice them up with CSS. HTML: <input type="text" name="user" class="text_box" maxlength="30" value=""> CSS: .text_box { background-color: #000000; border: 1px solid #292929; color: #FFFFFF; width: 145px; } Little things like this go a long way, and learning CSS will pull you way from using tables, and the structure of your site will flow better. I'm sure others will have something to say, but that's the area you need to focus most on ( I think ). Quote Link to comment Share on other sites More sharing options...
eaglelegend Posted April 9, 2008 Author Share Posted April 9, 2008 Thank you unsider . I just have a problem with the art, the former artist left to settle down with her family, so she said, but well any art related stuff unfortunately I cannot do now, however I will take into count of what you just said, thank you! Quote Link to comment Share on other sites More sharing options...
eaglelegend Posted April 9, 2008 Author Share Posted April 9, 2008 Hey, does anyone know how I can do a mouseover effect using CSS like that? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.