inherit
104907
0
Jan 11, 2014 19:28:33 GMT -8
Fellixe
Forever Singing
257
May 2007
kiya46
|
Post by Fellixe on Jul 13, 2010 16:47:06 GMT -8
Hey everyone, I have a question and I feel noobish asking it XD My forum's homepage is going to be hosted on Webs.com, and I chose to do the whole thing in HTML (because I fond their premade templates... boring XD) but I usually grasp the concept of most HTML easily. Here is the website: fellixeproductions.webs.com/There is something called a "Lightbox" that lets you view images in a really cool way, you can test it out here: www.huddletogether.com/projects/lightbox2/I know that there are directions, but I seem to be at a complete loss. I downloaded the file, but I don't know what to do with the CSS (I've never really dealt with that in complex), I don't know where to plug it in (or HOW to plug it in) and I don't know where to put any of the HTML... like I said, I feel like a noob because everyone else seems to get it XD Any replies would be amazingly awesome. Thanks! -Fellixe
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Jul 14, 2010 8:41:56 GMT -8
If it's a CSS file: <link href="url-to-css-file.css" media="screen" rel="stylesheet" type="text/css" />
|
|
inherit
104907
0
Jan 11, 2014 19:28:33 GMT -8
Fellixe
Forever Singing
257
May 2007
kiya46
|
Post by Fellixe on Jul 14, 2010 11:03:52 GMT -8
Okay. But can you explain a little bit more in detail of how to do this? Like... do I upload the CSS file to my website host?
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Jul 14, 2010 20:06:40 GMT -8
Yes. As, some-file-name.css. Presumably lightbox.css Then put the URL to lightbox.css in the <link /> href attribute. Then place the <link /> element in your <head>.
|
|