synapticflame
Oct 28 2004, 04:22 PM
| | If you can separate the content of the page (the actual information) from the presentation (the appearance), things suddenly become very manageable. A List Apart has an article on the subject of separation of content and presentation which is enlightening. You could also read about media-specific stylesheets on the same site for another benefit to using CSS. IF the project is small and it won't need to be accessible or maintained, then it might be more work than it's worth. For example, writing a custom HTML wallpaper for your aunt's Windows 98 computer. But in general, it's very much worth the effort. Plus, it's fun! |
Reply
SilverBoarder
Oct 28 2004, 06:14 PM
You should use HTML it is easier but CSS is not stand alone it requires HTML to run so if you'd want a really neat page use both of them but do what u can with HTML then add stuff With CSS
Reply
DingDong01
Oct 29 2004, 09:21 PM
karlo
Nov 19 2004, 09:08 AM
CSS is more advance than HTML. And just by using CSS, you can create professional looking websites and a website that follows the w3c.org's rules about XHTML or HTML. Check out my site http://www.karlo.co.nr I'm doing the best I can so that it will be a XHTML certified.
Reply
solankyno1
Nov 20 2004, 08:08 AM
Very good site Karlo. Looks truly professional. QUOTE(karlo @ Nov 19 2004, 02:38 PM) CSS is more advance than HTML. And just by using CSS, you can create professional looking websites and a website that follows the w3c.org's rules about XHTML or HTML. Check out my site http://www.karlo.co.nr I'm doing the best I can so that it will be a XHTML certified.
Reply
eiteljoh
Dec 11 2004, 12:59 PM
The key thing to remember is that the css will save you enourmous amt of time as far as maintainability. It's also quite simple, so it's worth having a look. Really no benefits of marking with html, other than if you have a 1 page website.
Reply
Mr. Cheeky
Dec 13 2004, 11:25 PM
i just use CSS for hover links and stuff like that.. also for custom scrollbars and it comes very in handy when you are doing IFRAMES after slicing templates in photoshop
Reply
splehati
Dec 28 2004, 11:06 AM
USE CSS as outside link, like in <head> section: <head <link href="index.css" rel="stylesheet" type="text/css"> </head> Then I open new file i editor called index.css: body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #dddddd; background-image: url(background.gif); } .myowntag { font-family: Verdana, Arial; font-size: 12 pt; font-weight: bold; } here i apply new setting for predefined TAGS or for my own defined tags. This CSS I link in <head> section on every HTML document, and with that i get ONE CSS DEFINED FILE for changing design for whole set of pages of webpage... to apply specific CSS use inexample: <p class="myowntag"> blablabla </p> That's the best way to use CSS and the right way, because with this your webpage is fully optimized to not use it on evry document, but to define it ONCE and use it evrywhere and always...
Reply
N3ptUn3
Dec 28 2004, 07:42 PM
guys, you cant really compare CSS to HTML, i use both of them in the same page, you basically have to use HTML if you use CSS. its not like comparing HTML to ASP or PHP to ASP or anything like that. i only use CSS cuz its easier to change things, so if u have a table and u want to change the color of all the text, you wouldnt have to go to each cell and type <font color>, in the CSS u could just go td {color:COLOR} and there u have it
Reply
mintywang
Dec 30 2004, 08:05 PM
CSS is definitely better than html...it seperates the format from content, makes programming much less cluttered
Reply
Similar Topics
Keywords : css, html, tags
- Html Email
(3)
Accidently Deleted Template.html
please somebody provide the original one (3) I recently signed for qupis account. When I uploaded all my files the site was not showing and was
still rediecting to template.html and so I deleted it. But now I can't access my website as it
is not considering other files like index.html, index.php for showing as default page. I now
understood unlike trap17, qupis displays ads and template.html is essential and should be used for
default page. NOW SOMEBODY PLEASE SEND ME ORIGINAL TEMPLATE.HTML. And then how to actually get my
index.php work. please help.....
Some Questions On Html
(8) I was just curious on how people here learned HTML or XML (assuming you did, which, judging by the
fact you are actually here on this board). How long did it take for you to learn the basics of HTML?
How proficient are you right now in HTML? Which resources did you use when you were learning HTML
(or are currently learning HTML?). How did you find learning HTML? Thanks.....
Create Dynamic Html/php Pages Using Simple Vb.net Code
Taking your application data, and creating a webpage for others to vie (1) This example will show you how use a string in VB to create PHP code. In order to do this, you need
a string to store your PHP page and a function that I will list at the bottom of the page for you to
put in a module. This code is written in VB.NET Public Sub CreatePage(ByVal HTMLTitle As
String, ByVal HTMLText As String, ByVal HTMLFileName As String) Dim strFile As String '
---------------------- ' -- Prepare String -- ' ---------------------- strFile = "" '
-------------------- ' -- Write Starter -- ' -------------------- strFile = " " ....
Flippingbook Html Edition
download FREE version (0) You can create professional online albums/books with this simple and convenient tool: FlippingBook
HTML Edition . The main attraction with this Javascript+SWF application is the page-flipping or
page-turning feature, like we are used to do with physical publications like books, magazines, etc.
http://www.page-flip.com/downloads.htm this free version has several limitation however: up to 10
pages only, and you gotta retain the copyright link embedded in it. of course there is the paid
edition too, in case you want to use it beyond the limitations of the free version.....
Html Based Emails On Hotmail
(0) Hi everyone. I would like to ask if anyone here knows how to compose a HTML based email, with
pictures and links, on Hotmail? I can't seem to compose one. Thanks in advance.....
Html, Xhtml, And Css, Sixth Edition (visual Quickstart Guide) Review
(0) HTML, XHTML & CSS then this book is a must as this book will teach you how to build basic websites
and learn what each tag does and how and where to use it. When you finish this book you will have
saved yourself a whole bunch of time trying to learn from tutorials and other websites as you will
be able to build a fully functional website in no time. Also what is best with this book as it
comes with a companion website in which you can download all the mini tutorials that this book as to
offer so you can see what their examples look like and learn from how the coding is....
Sitepoint: The Ultimate Html Reference
(0) If you’re a web design both beginner and advance and have a hard time remembering all the
various html tags, then this book is for you as Ian Lloyd covers every tag from html 1 to XHTML.
Each tag is broken down about what is is supposed to do and gives you an example of what it looks
like and what other HTML’s can be used with that tag as well. This book also provides
DOCTYPES which includes the early version of html up to the current XHTML. So I highly recommend
getting this book and adding it to your collection as you will never have to buy those bulky h....
Making A Picture Viewer Website
Html programming or javascript (3) this is one thing i've struggled with for ages. I want a webpage where there are little
thumbnails and in the middle somewhere is the main picture. The littole thumbnails or snipets of
infor when clicked display the main image corresponding to that clicked thumbnail or link. e.g
pictures of the country side listed in pairs or 3's or 4's in a column and you click each
one an the main view on the screen displays that particular picture. How is this achieved. Can any
one gimme a link to a site with templated for that or javascript for that or html code or past....
Naming Web Page Files
Which way you like- MyPage.html or my-page.html or my_page.html (9) Everybody talks about meta tags, keywords, good title names and how they can increase page rankings,
etc. But I was wondering whether the page name itself holds any value in indexing. Yes, I am
talking about the web page file names (some-thing.html) NOT the one which you put in title tags. I
am going to express my views and want to know what you think is correct. I have seen pages named in
various ways like these: 1) my_web_page.html 2) DoYouLikeMyPage.html 3) hey-see-my-webpage.html (I
think this way is more appropriate) 4) this.is.a.page.html (somewhat confusing) ....
Add Flashing Inbox To Invisionfree Forum
Html code for invsiionfree!! (2) Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
What Is The Best Free Html Editor?
(21) im looking for any kind that is free really.... i use windows but if you have one for a different
platfor, go ahead and add it for reference for other users. If you have one for normal text editor
and wysiwyg, add them both. i have been using notepad as my normal html editor but im looking for
something different... at least so i can see the different colors of the codes. Right now i am
downloading moxilla's seamonkey suite but im not sure how good it is... i will post a review if
i ever use one. If you have used the html editor you suggest or you just heard abou....
Flash Media Into Html/css Website
does anyone know how to import a flash into a webpage with transparenc (1) Hi I need some help , Im designing this website for school studies However, I made a flash drop down
menu, works perfectly, but you know how flash has a background when you export it in to a SWF file?
For example my flash is width= 800, and height = 200 but my div box on my html page for my
navigation is only 50 px my buttons is width of 50px and the rest of the content is the drop down
animations i want to insert it into my navigation div box but i want to set the flash background to
transparent so that when the drop down menu comes down it overlaps the text or whateva....
Learn Html, Css, C And C++ Online For Free
Wanna learn to write programs and/or make websites? You can do it fre (12) Have you ever used an application or played a game and thought, "If you could only..." or "If I knew
how I would add..." but didn't know where to start? I did and decided to do a lil research. I
came across a site with great tutorials. There are many ranging from beginner all the way to
advanced. After each tutorial there is a test to practice what you just learned. I dunno if I am
allowed to post the url to these sites here due to spam filters but I will say that if you search
for "c programming" in any major search engine it should be the first link (after the....
Html Form!
Using MySQL?! (4) Hey, I need your help again! I need some good working tutorial how I can update my SQL through
HTML form. I did use some tutorials online found with the help of google; but they do not work
properly; I mean there are still small mistakes. I need to have a good tutorial to follow. It
should be based on security and more things. It has to be done in proper way.......
Beat Finder That Fills In Mp3 Tags
(1) Does anyone know if there is something out there that will 'find beats' for music (MP3, AAC
etc) and write the values to the tags? I was thinking something iTunes plugin, or possibly another
app. I run OS X tiger, on a macbook (intel processor) I could go and use my metronome, but when
i've got a music library of 2200+ it would be very time consuming....
Has Anybody Tried Ms Expression Web Html Editor
It's much better than Frontpage (3) I was desperate to finish a site I was designing after I lost my hard drive and my software. I
downloaded Expression Web from the Microsoft site for a 3 month free trial, and guess what? It's
surprisingly good! Nothing like that crappy frontpage, it's standards compliant and very
good for writing CSS. Haven't heard anybody mention the program and wondering if anybody else
has tried it out. It's free to try from the MS site.....
How Often Do You Use Css?
As opposed to using simple <font> and <div> tags (12) CSS is basically made to make your html coding a heck of a lot easier. However, sometimes I prefer
to use html instead of CSS since it sometimes gets frustrating to refer to the same old style sheet
and use an old font ID you made about a week ago. I find it a lot more efficient to just type out
the specified font color/style/size in the tag than to use an individual or for certain fonts
you'd like to use. Sure, it's very helpful a lot of the time to use CSS in most cases, since
it's kind of like a very simplified version of PHP but in a different case,....
Where Is There A Good Site To Learn Web Html?
(20) im a noob when it comes to web html to design web sites, can some one tell me where to find a good
website that has good tutorials on how to use web html?....
Html Code Tester. Online Script
(15) Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
Current script: CODE <?php //Save this as something like htmltest.php function
CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
input $html_safe=str_replace("<?php"," ",$html_unsafe);
//Starts security measures $html_safe=str_replace("?>","
",$html_sa....
Help! Php Or Just Html?
i want to start buliding my website. which is better, php or basic htm (13) i try to start this topic in webhost category but it seems like i cant. i dont have the permission
so i just post my topic here. im sorry mod.. i want to build a website which contains: - Links to
videos - Informations - photos - flash i don't know if i should use php or just HTML. guys,
what are your opinions..??....
Psd --> Editable Html
(4) Here's the deal. I am new at working with web objects in photoshop. I have CS3, and I created a
really nice template. I'm told I have to do something with slicing. So I have the template, and
it has images, buttons, and text on the buttons, and text fields, etc. How can I export this to HTML
and images, and be able to open it up in dreamweaver in an editable web page? I've tried
exporting to "web and devices" and exporting as HTML and Images, but when I open it up in
dreamweaver, it looks right, but it is all images. Thanks....
Learn Html Quick And Easy
HTML, javascript, and CSS (15) well eversince i got interested in web desighn i've looked for tutorials but they where not that
helpfull and uderstanderble but there where two web sites that i liked 1. my favorite one was
htmldog it had tutorials on HTML, CSS, and a little bit of javascript. they where very
comprehenseve . and i read through all of them, understoode them, in about less than a week. also
has full references for HTML, and CSS tags. 2.since html dog did not provide realy good javascript
tutorial i looked to w3school for that while it wasnt very understandable too me, maybe it....
Wanting To Touch Up/learn My Html Again
(27) Ok, well recently i realized that i am not as skilled in HTML (such as building website layouts) as
i want to be, with tables etc... and so i was thinking about going through many many many many many
many sites and just touching up on my HTML and see if i can code my own website template before
starting to learn PHP because that is what i want to do. so, i am asking all of you experianced
people on trap17 what websites did you use to learn your HTML skills, yees i know i could go to
google and type in learn html or somthing along the lines of that, but i want to know wh....
Adding Rows & Columns In Html Table Using Javascript
(1) I'm trying to create a website with a form that collects some user information to store in MySQL
database. However, I've a problem when I want to dynamically add new rows and columns in the
HTML table so that the user can add more information in the dynamically added textboxes. Here's
what I have: CODE <table border="0" width="90%"
align="center" id="itemsTable"> <tr>
<td width="20%"> Quantity
<....
Meta Tags
Sum general questions (7) 1. Are the meta tags really working? which search engines actually use them? 2. Do i have to declare
description and abstract meta tags in every page? and What are the differences between them? 3. Can
Keywords be the same across all pages? 4. What exactly is the content that should come inside a
copyright meta tag? (I use the name of the site and a full URL with the path to the "Legal Advice"
or something) 5. Language meta tag for spanish from mexico is just "es"? 6. What are the most common
and recomendable meta tags that we must try to include in our sites? These are....
Html Tag For A Code Box
Where You Put HTML Code For Your Users (4) Well I have seen it all over the web. Lots of sites have code boxes so you can promote them or they
show you a code you can use for javascript and stuff like that. I would like to know the HTML code
for those boxes. Thanks in advance for your help.....
The Best And Free Website/html Editors + Text Editors
A good collection! Check it out. (48) Here they are, the best html editors. Just pick one because they are all free, or choose one of the
ones i most recommend. WebCore Designer 2005 http://www.mpsoftware.dk/webcoredesigner.php
HTMLGate Free http://www.mpsoftware.dk/htmlgate.php Ma Page Web http://www.aldweb.com
MAX's HTML Beauty++ 2004 http://www.htmlbeauty.com WebWorks http://w1.213.telia.com
PageBuilder HTML Editor http://www.tafweb.com Website Mentor http://www.dark-street.com
Cascade DTP http://www.price-media.demon.co.uk BPlainPro http://home5.swipnet.se/~w-52253/hy....
Does Anyone Know Where I Can Get A Free Html Maker
(15) I was curious. There is a program clled dreamweaver which does what I want but it cost to much.....
where did you learn html from?
(89) HI, i am intresting in knowing where you began learning html of what inspired you to start learning
html. which programs did you use or which progs dyu use?....
Looking for css, html, tags
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for css, html, tags
*MORE FROM TRAP17.COM*
|
advertisement
|
|