This is a discussion on "Remote Linking CSS in the <body> area." within the Web Page Design section. This forum, and the thread "Remote Linking CSS in the <body> area. are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Remote Linking CSS in the <body> area.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Remote Linking CSS in the <body> area.
I am working on a website that forces me to use their program (eznettools.net).
I cannot modify the <head> tag so I can't add CSS. Is there a way to insert a chunk of HTML, JavaScript, or PHP in the body area that will link to a .css file? I know HTML and CSS, but Javascript and PHP are beyond me. Thank you very much for reading this. /Syody |
|
|
|
#2
|
|||
|
|||
|
I don't think you *have* to put a css link in the head - try adding it somewhere else... it's merely compliant to put it in the head. Worth a try anyway!
|
|
#3
|
|||
|
|||
|
try adding the css inline instead of including a css file, for example:
|
|
#4
|
|||
|
|||
|
Yeah, but that still needs to go in the head, doesn't it?
|
|
#5
|
|||
|
|||
|
well, yeah, it should do, but it might work in the body...
|
|
#6
|
|||
|
|||
|
or you could try inline styles - not my favourites
|
|
#7
|
|||
|
|||
|
Inline Styles: They won't work because I need to modify the body and link properties.
Smokie: I'll give it a try. I've never bothered with standards before; no reason to start now. *Ironic grin* Tell you how it works. |
|
#8
|
|||
|
|||
|
Posting the link to the CSS works! Yes! Thank you so much, Smokie.
|
|
#9
|
||||
|
||||
|
To be honest.... this would be the standards compliant way:-
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#10
|
||||
|
||||
|
Quote:
It's always something like this: <link rel="stylesheet" type="text/css" href="/StyleSheets/home.css" /> ^^ That was taken from W3.org. Or are you referring to an instance when it's used between the <body></body> tags? |
![]() |
| Tags |
| remote, linking, css, ltbodygt, area |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Connecting to remote server/sage using php? | MercJones | PHP Forum | 2 | Mar 19th, 2008 12:44 |
| remote access | acrikey | Starting Out | 6 | Apr 3rd, 2007 05:01 |
| asp.net installation on remote server | dave2006 | ASP.NET Forum | 1 | Feb 16th, 2007 18:46 |
| Remote vs Local | ClaireB | Classic ASP | 9 | Sep 9th, 2005 18:56 |