style all pages with external css stylesheet - hyperlink

I am trying to style all my pages but the output only styles main html file I double checked everything all my links are correct and external style link is between head tag I would appreciate anyone that can help me out thanks

Related

Javascript code editor for edit html of page by user to create template and custom the page

I need an editor for html tags, i want to make it for next developer to edit pages online, so, an editor with highlighter tags feature and IntelliSense needed.
Something like this:
http://www.cdolivet.com/editarea/editarea/exemples/exemple_full.html
but with format and IntelliSense features.
I found this editor, great and powerful.
http://ace.c9.io/

How to add themeroller custom theme to my website?

I have created a custom theme using Jquerymobile.com themeroller.
A mobile website which i have created using default theme values like .js and .css folders.
Now i want to change that theme of my website to my new custom theme,created using themeroller.
How to include those files to my coding?
When you download the themerolloer that you create, there is a sample index.html file that uses the theme that is enclosed. Look at that to see what files need to be included in your page, but more importantly, look at that code to see what CSS classes are being used - no point in including them in your page if you aren't using using the Themeroller classes
You can see all the steps, and a full tutorial on the Getting Started page

joomla css for menus and fonts

if any of you use joomla, could you help me locate the proper code to change for font size, globally, in the ja-purity template. I also need to adjust the top menu bar width, and the length of each individual menu item in the top bar. Thank you for assisting me locate this code.
For any properly coded Joomla template (which JA Purity is of course) you will find the CSS files in JOOMLA/templates/template name/css. In this case, there are 4 CSS files for JA Purity. Also keep in mind that some of the template is controlled by the template parameters that can be accessed in the admin my clicking on Template Manager > Ja Purity.
I find the best way to tweak the css in a Joomla template is to use Firefox with the firebug . Goes something like this.
Install Joomla / Template.
Open frontend in Firefox with firebug enabled.
Use firebug to inspect the component you want to tweak.
The CSS classes will be displayed on the right. You can edit the css right there in firebug or use it's handy file / line number links to locate where the css class is defined.

Weird CSS problem :Missing Inline CSS : ActionMailer Attachment

My ActionMailer involves generating a report and,storing it into a HTML file and sending it as a HTML attachment. I wanted to give it some styling , so I added inline styling that gets written into the HTML file everytime the report is generated .
But the styling does not reflect in the attachment. Interestingly, the generated report when opened locally on my machine reflects the styling. I saw the HTML source of the attachment and the inline css styling is missing. I'm absolutely clueless as to why its happening.
A heads-up would be appreciated !
ActionMailer has some very strange ways of operating. CSS is one of the things it can really fall over with when rendering a template. Have a look at this solution:
http://devblog.imedo.de/2008/08/05/rails-actionmailer-with-html-layouts-inline-css-and-entity-substitution/

sIFR will not display

My test page:
http://nyttravelshow.o3worlddev.com/trunk/
My Js
trunk/js/sifr_config.js
My CSS
trunk/css/sifr.css
any and all help would be greatly appreciated!
You are getting 404's on the SWF files needed for the sIFR, so that would be the first thing to look into.

Resources