table background image path

Last post 12-04-2006, 2:25 AM by Capsey. 4 replies.
Sort Posts: Previous Next
  •  11-29-2006, 8:48 AM 24662

    table background image path

    i have recently tried to set the background image of a table
     
    unfortunatley its not giving me the domain with the url
     
    eg
     
    what its giving me (/images/test.jpg)
     
     
    any help would be brilliant
  •  11-29-2006, 2:52 PM 24684 in reply to 24662

    Re: table background image path

  •  11-30-2006, 2:57 AM 24709 in reply to 24684

    Re: table background image path

    This is what i get......
     
     
     
     
    <table style="BACKGROUND-IMAGE: url(/uploads/Cindy_Crawford.jpg)" cellSpacing=4 cellPadding=4 bgColor=#ffffff border=0>
        <tbody>
            <tr>
                <td>
                <p><img height=53 src="http://cutesoft.net/Uploads/j0262681.jpg" width=80></p>
                </td>
                <td>
                <p>When your algorithmic and programming skills have reached a level which you cannot improve any further, refining your team strategy will give you that extra edge you need to reach the top. We practiced programming contests with different team members and strategies for many years, and saw a lot of other teams do so too. </p>
                </td>
            </tr>
            <tr>
                <td>
                <p><img height=52 src="http://cutesoft.net/Uploads/PH02366J.jpg" width=80></p>
                </td>
                <td>
                <p>From this we developed a theory about how an optimal team should behave during a contest. However, a refined strategy is not a must: The World Champions of 1995, Freiburg University, were a rookie team, and the winners of the 1994 Northwestern European Contest, Warsaw University, met only two weeks before that contest. </p>
                </td>
            </tr>
        </tbody>
    </table>
    <br><br>
  •  11-30-2006, 12:57 PM 24726 in reply to 24709

    Re: table background image path

    If you choose the table background image to http://CuteSoft.net/uploads/Cindy_Crawford.jpg using the style buider, you will get
     
    <table style="BACKGROUND-IMAGE: url(http://CuteSoft.net/uploads/Cindy_Crawford.jpg)" cellSpacing=4 cellPadding=4 bgColor=#ffffff border=0>


    If you choose the table background image to /uploads/Cindy_Crawford.jpg using the style buider, you will get
     
    <table style="BACKGROUND-IMAGE: url(/uploads/Cindy_Crawford.jpg)" cellSpacing=4 cellPadding=4 bgColor=#ffffff border=0>

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  12-04-2006, 2:25 AM 24825 in reply to 24726

    Re: table background image path

    adam, i understand the last post however what i am trying to say is that when i go into the editor and create a table and assign a background image through the style builder the only link it offers me is /uploads/Cindy_Crawford.jpg it will not insert http://CuteSoft.net/uploads/Cindy_Crawford.jpg once i click ok to apply the style changes
     
    please help
View as RSS news feed in XML