how do i convert this HTML into CSS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Khurram

    how do i convert this HTML into CSS

    how do i convert this HTML into CSS

    <html><head><me ta http-equiv="Content-Type" content="text/html;
    charset=utf-8"><link rel=stylesheet HREF="styles.cs s" type=text/css
    media=screen><t itle>Home</title></head><body><tab le class=pagename
    width=100%><tr> <td>Home</td><td align=right><em >EAA
    Finance</em></td></tr></table>
    <span class=viewbox>
    <a title="Post your comments at the end of this page"
    href="javascrip t:commentform.c omments.focus() "><img border=0
    src="post.gif"> </a>
    <a title="Add to or change the contents of this page"
    href="9/edit"><img border=0 src="edit.gif"> </a>
    <a title="Home page for this group" href="Home"><im g border=0
    src="home.gif"> </a>
    <a title="Help on how to use this Forum" href="Help"><im g border=0
    src="help.gif"> </a>
    <p style="text-align:center; margin-top:2px; margin-bottom:8px;"><a
    class=footerlin k title="Projects for this group"
    href="Projects" >PROJECTS</a> |
    <a class=footerlin k title="View the XML (RSS) version of this group's
    changes" href="admin/rss.xml">RSS</a>
  • Andrew Thompson

    #2
    Re: how do i convert this HTML into CSS

    "Khurram" <Khurram.Farooq @johncrane.co.u k> wrote in message
    news:efe3726c.0 308140043.fa15a af@posting.goog le.com...[color=blue]
    > how do i convert this HTML into CSS[/color]

    This HTML already use CSS..
    [color=blue]
    > <html><head><me ta http-equiv="Content-Type" content="text/html;
    > charset=utf-8"><link rel=stylesheet HREF="styles.cs s" type=text/css
    > media=screen>[/color]

    Yep. There it is.
    Download 'styles.css' from the same directory
    as the HTML and you have the styles as well..

    HTH

    --
    Andrew Thompson






    Comment

    • Jukka K. Korpela

      #3
      Re: how do i convert this HTML into CSS

      "Andrew Thompson" <andrew64@bigNO SPAMpond.com> wrote:
      [color=blue][color=green]
      >> how do i convert this HTML into CSS[/color]
      >
      > This HTML already use CSS..[/color]

      Well, yes, maybe. Maybe not, since we don't know whether the referenced
      styles.css exists and is nonempty. The OP didn't post a URL, or explain
      what he really wants to do and why. Maybe he meant that the
      presentational HTML should be replaced by the use of CSS.
      I don't really see why. Doing such things for their own sake only
      is really an exercise in futility (and tends to _reduce_ slightly the
      amount of browsing situations where the desired effect is achieved).
      Of course, if someone is willing to pay me an indecent sum of money for
      such work, I might consider it.

      In any case, I would suggest starting from making the HTML markup
      correct (which includes, but is not limited to, validity).

      --
      Yucca, http://www.cs.tut.fi/~jkorpela/

      Comment

      Working...