Style sheet.. Layout trouble.

Status
Not open for further replies.

DrumxStick321

New Member
Messages
5
Reaction score
0
Points
0
i am trying to put a style sheet layout thing on here.
i put it through the html editor thing that's on here first to edit it and whatnot.
but when i put it on, it's not showing anything in the html editor thing on here.
its just blank.
there's nothing there?
kay..

 

ImaGiNe.

New Member
Messages
15
Reaction score
0
Points
0
Your HTML editor may not be able to edit CSS. It is also possible that you are previewing the layout in the HTML Editor's "preview/web preview" pane where it reads the CSS layout instead.
 

cashguy

New Member
Messages
40
Reaction score
0
Points
0
i am trying to put a style sheet layout thing on here.
i put it through the html editor thing that's on here first to edit it and whatnot.
Exactly where are you placing the stylesheet? Does your html editor place the stylesheet within the
Code:
<head>
tags of your html file? Also make sure your style sheets are enclosed in appropriate
Code:
<style>.. </style>
tags.
If your question is simply about you not being able to view your styles /style changes on your web page, did you try hitting the "Ctrl+F5" button after you uploaded your stylesheet?
 
Status
Not open for further replies.
Top