Css help? |
Css help? |
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/ |
|
|
|
![]() |
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. |
|
|
|
Gippersnap Css help? Sep 13 2009, 03:25 AM
Gippersnap Okay, I tried doing some of the things it said.
An... Sep 13 2009, 04:34 AM
Gippersnap How can it be the resolution if my site friend is ... Sep 13 2009, 05:42 AM
Gippersnap So if I was to move it to -495px; or 495px on marg... Sep 13 2009, 06:05 AM
Gippersnap CODE<head>
<meta name="description... Sep 13 2009, 06:34 AM
Gippersnap Okay, the ad is taken out, any other idea on what ... Sep 13 2009, 06:38 AM
Gippersnap But aren't I only doing positioning?
Because t... Sep 13 2009, 06:46 AM
Gippersnap Idk what to do for the background -_-.
But for the... Sep 13 2009, 03:40 PM
fixtatik Here goes...a lot of reading. Get comfy.
A dandy ... Sep 14 2009, 05:19 AM
Gippersnap http://gippersnaplyts.com/Newdomainpractice.php
O... Sep 14 2009, 08:47 PM
fixtatik Well, you kinda mutilated the example template I g... Sep 14 2009, 11:59 PM
Gippersnap Jesus this is confusing -_- Sep 15 2009, 03:47 PM![]() ![]() |