PDA

View Full Version : HTML/CSS Practice Webpage




dingdongbubble
Jul 27, 2007, 12:04 PM
I have been learning how to develop web sites and I am right now learnng the basics of HTML and CSS. This here is my first 'proper' website. Please havea look at the source code and tell me what you think about it. I will be adding round edges (any tips) and putting a reflection under the heading. I am a beginner so please dont be harsh. I am just showng my technical abilities not my design skills (I am not a creative person:()

OOOPs

Forgot to add the files.:o



Aea
Jul 27, 2007, 12:10 PM
The right column floats right into the footer on IE 6. The list margins are a bit big on FF and IE.

dingdongbubble
Jul 27, 2007, 12:12 PM
Ummm how do I check compatibilty with different browser?

Aea
Jul 27, 2007, 12:13 PM
Ummm how do I check compatibilty with different browser?

Best way is to simply open it on that browser, also a site called browsershots will make screenshots in various browsers for you, but it's not an instant thing.

dingdongbubble
Jul 27, 2007, 12:19 PM
I got it!

I will makea div ta around my whole HTML and fix a width in pixel to it. So no matter what browser used, it will be the same. What do you think?

dingdongbubble
Jul 27, 2007, 12:44 PM
Got a lil problem. I put the div tag but for some reason the form doesnt stick where it should. See

elppa
Jul 27, 2007, 03:10 PM
Good first effort.

Tip: Try to make sure the layout doesn't break when the user increases the text size (see attached).