Give me some ideas or advice on my first project

Status
Not open for further replies.

LEVAC109

Active Member
1,939
2010
117
0
Hi, guys. Don't think I'm pro but I work a lot when it comes to serious stuff. Currently I know HTML, CSS and a little bit if PHP but I'm learning this one. I am planning to make a mirror uploading site just for fun. I have made the design and stuff (very simple design). In my design, the top part of webpage is a different color than the bottom part (about 180px of height). How do you suggest me to do that? I was planning to use table but some how I feel too noobish as table was the first thing I've learned when I started in HTML stuff.

Regards
 
4 comments
Well of course I can see the back-end is more important. But I was only asking how I should make that top and bottom difference.
 
Tables is one way of doing it, however I suggest you use divs. From my understanding you want a colour at the top and one at the bottom, so a few divs deciding the colour of both.

As US mentioned above the back end is more important, and the fancy stuff comes later. You will learn that the more and more you code.
 
Status
Not open for further replies.
Back
Top