Log In · Register

 
Css help?
Jamesisgsnap
post Sep 13 2009, 03:25 AM
Post #1


Senior Member
****

Group: Member
Posts: 164
Joined: May 2008
Member No: 647,219



Lmao, I'm sorry, I'm done coding domain lyts the way I normally do.
I really wanna go to Css.
Is there ANY tutorials really that are good?
The one on here makes no sense.
Or can I atleast have someone message me? Etc.
http://gippersnaplyts.com/
 
 
Start new topic
Replies
fixtatik
post Sep 16 2009, 02:27 AM
Post #2


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



You're making this harder than it really is. Your problem isn't CSS; it's basic HTML structure.

CODE
<!DOCTYPE>
<html>
<head></head>
<body>
body content
</body>
</html>

HTML isn't magic, so it doesn't know what you mean if you don't do it perfectly. When you start a tag, and put another tag inside it, that nested tag has to end before the first one does.

Incorrect:
CODE
<p>Lorem ipsum <span>dolor sit amet</p></span>

Correct:
CODE
<p>Lorem ipsum <span>dolor sit amet</span></p>


When you applied the example template I gave you, you put div tags, head tags, bodies all over the place, with no rhyme or reason. Go back and look at the example template, then look at the image I posted earlier, and compare them.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: