Ask your own question, for FREE!
Computer Science 7 Online
Floo:

How to add a global.css file extension to an existing HTML file on a ios device using textedit

ShawtyDaBaddie:

dat should be my cousin who help you dere

Floo:

Great answer!

ShawtyDaBaddie:

lollllllllll ill go get her for you

sophia333:

Hope this helps :>

Floo:

Thank u, but I know to make the actual web page/ HTML file

sophia333:

https://discussions.apple.com/thread/2221983 try this?

Floo:

I already have an existing global.css my problem is I cant accesses it for w.e reason. Im sure I made a mistake while coding I just don't know where

sophia333:

Ohh okay

YECR:

You can use some apps on the Appstore but sometimes you gotta look up online and see which one is the best

Floo:

There is no such thing as a css. app maker

Floo:

Thank you nonetheless

TETSXPREME:

if you have your answer close post please

Floo:

no speak englis

imqwerty:

Why would you want to add a "global.css" file extension to an HTML file? HTML files have a ".html" file extension. If you want to link the global.css file to an HTML file, use the link tag.

Florisalreadytaken:

so the answer to this one is quite easy


<!DOCTYPE html> <html> <head> <title>....</title> <link rel="stylesheet" type="text/css" href="yourfilesname.css"/> </head>
after you do that, create a new yourfilesname.css file so they link together -- now that everything is connected together you can start editing the style!

Floo:

Thank you

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!