need inline css

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
mmoore5553
Posts: 2
Joined: Tue Mar 13, 2012 3:01 pm

need inline css

Post by mmoore5553 »

I have a html document which the program i work with i have to just paste the html code. No headers or anything.

example of what i paste in

<h1>2012 International Barefoot Running Day ™ (IBRD ™) </h1>
<p>The <b>Barefoot Runners Society</b> (BRS) is proud to announce the 2nd annual <b>International Barefoot Running Day</b> ™ (<b>IBRD</b> ™) on 6 May 2012. </p>


of course it is not formatted at all. Is there a default CSS which i can just put inline. I know htmlpad it looks great. How can i get that css either in external and i will move to inline ?
Last edited by mmoore5553 on Tue Mar 13, 2012 4:00 pm, edited 1 time in total.
mmoore5553
Posts: 2
Joined: Tue Mar 13, 2012 3:01 pm

Re: need inline css

Post by mmoore5553 »

I know i can select each line and put it in but the css wizard does not do list or list hover which when i do it does not work.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: need inline css

Post by Aivars »

If I understand the problem correctly, you have 2 options:

1)
Use style tags:
<style>.... your css hoes here </style>

2) Use inline styles
<h1 style="font-size: 24px; color: red;">2012 International Barefoot Running Day ™ (IBRD ™) </h1>
Blumentals Software Programmer
firionicable
Posts: 20
Joined: Wed Mar 14, 2012 10:17 am

Re: need inline css

Post by firionicable »

The second option always works for me just to save a few lines if you want to edit text or other characters in the script. Thanks..
It should be bludamentals!!!
Post Reply