Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Digital Lifestyle
Web Design and Hosting
Can someone help me with CSS?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="chaunce322" data-source="post: 494637" data-attributes="member: 36591"><p>CSS and HTML are certainly intertwined, but perhaps not the way you think. There are three types of CSS, in-line, embedded, and external. In-Line allows you to apply styling to a line or section within an HTML document. Embedded has the style defined in the HTML document to which it applies, but this time the style is applied to the entire HTML document. External CSS allows you to generate a document outside the HTML document. Your HTML document will contain a reference to this external document. These are very useful when you want to apply styling to multiple pages since each HTML document can reference the same CSS. This is also quite useful when making changes as you only need to change the CSS, and each HTML document will update automatically.</p><p></p><p>As for adding additional things to your template, yes, you can do basically what you outlined, but this would primarily be done using HTML and not CSS. As you noted, CSS is mostly for formatting, whereas the HTML is for incorporating content.</p><p></p><p>I would recommend doing a search on Google for some fundamental HTML and CSS information as there are a ton of great resources out there. </p><p></p><p>I hope that helped answer your questions. Best of luck!</p><p></p><p>Sean</p></blockquote><p></p>
[QUOTE="chaunce322, post: 494637, member: 36591"] CSS and HTML are certainly intertwined, but perhaps not the way you think. There are three types of CSS, in-line, embedded, and external. In-Line allows you to apply styling to a line or section within an HTML document. Embedded has the style defined in the HTML document to which it applies, but this time the style is applied to the entire HTML document. External CSS allows you to generate a document outside the HTML document. Your HTML document will contain a reference to this external document. These are very useful when you want to apply styling to multiple pages since each HTML document can reference the same CSS. This is also quite useful when making changes as you only need to change the CSS, and each HTML document will update automatically. As for adding additional things to your template, yes, you can do basically what you outlined, but this would primarily be done using HTML and not CSS. As you noted, CSS is mostly for formatting, whereas the HTML is for incorporating content. I would recommend doing a search on Google for some fundamental HTML and CSS information as there are a ton of great resources out there. I hope that helped answer your questions. Best of luck! Sean [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Digital Lifestyle
Web Design and Hosting
Can someone help me with CSS?
Top