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 ?
need inline css
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
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;
-
- Posts: 2
- Joined: Tue Mar 13, 2012 3:01 pm
need inline css
Last edited by mmoore5553 on Tue Mar 13, 2012 4:00 pm, edited 1 time in total.
-
- Posts: 2
- Joined: Tue Mar 13, 2012 3:01 pm
Re: need inline css
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.
Re: need inline css
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>
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
-
- Posts: 20
- Joined: Wed Mar 14, 2012 10:17 am
Re: need inline css
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!!!