Click to See Complete Forum and Search --> : style sheet will not attach


fretless58
12-30-2006, 01:15 PM
I created a CSS style to be used throughout my site. Everything was fine until I saw the style listed in a tab at the top of the design window, as if it were a newly created page. I thought this was an error on my part, and deleted it. Well, now only one page has the style sheet in use, and I am unable to attach it to the other pages. When I select "attach style sheet", nothing happens.

Any way to undo what I did? Thanks.

sancho
12-31-2006, 02:29 AM
maybe you forget put link href to html code
<link rel="stylesheet" href="style.css" type="text/css">

or

<link rel=stylesheet" href="./css/style.css" type="text/css">

sorry, if i wrong this, my english very poor

sorry

ray326
12-31-2006, 09:40 PM
Try undeleting it through the recycle bin? Otherwise it sounds like you've got an imbedded sheet on one page. Factor that out to its own file.

fretless58
01-01-2007, 09:09 AM
Thanks for your help, guys - I managed to fix the problem. I still can't figure out why the CSS style showed up as a new page tab, though.....oh, well..