Results 1 to 2 of 2
  1. #1

    A friend wants to convert this into CSS stylesheet

    I don't do tables. It has been years since I've worked with them directly, so I'm not entirely sure how to do this. A friend of mine wants to turn this into CSS. Anyone know how?

    Code:
    <table cellpadding="0" cellspacing="0" border="0">
    <tr><td background="image.png" width="300" height="300"/></td></tr></table>
    TYCP Media Inc. - an entertainment media company
    TYCP Magazine - an online entertainment magazine

  2. #2
    Join Date
    May 2004
    Location
    Pflugerville, TX
    Posts
    11,231
    <div style="background:url(image.png) ; height:300px ; width:300px"></div>

    BTW, his table code is screwy. You don't self-close a <td> tag and then provide a </td> closing tag (you don't ever self-close a <td> tag under any circumstances).
    Studio1337___̴ı̴̴̡̡̡ ̡͌l̡̡̡ ̡͌l̡*̡̡ ̴̡ı̴̴̡ ̡̡͡|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ ̲|̡̡̡ ̡ ̴̡ı̴̡̡ ̡͌l̡̡̡̡.__Web Design

Similar Threads

  1. Looking for CSS person to convert only html table to CSS
    By lexington in forum Design Requests
    Replies: 3
    Last Post: 09-16-2008, 06:04 PM
  2. CSS Stylesheet
    By TinyHosting-Ashley in forum Web Design and Content
    Replies: 6
    Last Post: 07-11-2008, 05:35 AM
  3. Convert 2 xhtml/css and more..
    By tjphippen in forum Web Site Reviews
    Replies: 2
    Last Post: 08-17-2007, 07:35 PM
  4. CSS stylesheet corruption / randomly stop working in IE6
    By vbnz88 in forum Programming Discussion
    Replies: 5
    Last Post: 03-28-2007, 09:09 AM
  5. Looking for someone to convert a CSS website to html
    By identifydns in forum Design Requests
    Replies: 5
    Last Post: 03-22-2007, 05:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •