PDA

View Full Version : External CSS



ShaddixXx
April 9th, 2009, 10:14
Hello,

im kinda new in html and stuff, but i started some weeks ago with my first site and now i wanted to host it with t35 Hosting. I've my index.html and a style.css, i both uploaded them at t35, but now its like my style.css isnt linked anymore to my index.html, but when i preview them in dreamweaver everythings allright.

I know, its maybe a stupid question, but hey, im still a newb and ive to start somewhere :)

GlennBeforeTime
April 13th, 2009, 00:36
What's your URL so I can examine your HTML.

n1tr0b
April 27th, 2009, 05:36
External CSS
<link rel="stylesheet" type="text/css" href="EXTERNAL SITE" />

mint1
June 17th, 2009, 05:29
CSS is a key to control the interface of website design; every new website comes with CSS code. I need your help about CSS I have not started coding yet on defining styles of pages. Should I use external CSS, embedded or inline what will be the best practice? Reply my post if you have enough experience.

cono1616
August 3rd, 2009, 11:49
@mint1: Personally I prefer to use external CSS if your new to HTML and CSS external is the way to go as it keeps everything nice and tidy, especially if your site is packed full of CSS. A HTML error may be difficult to flag if your scrolling through 6000 lines of CSS first.