Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Watermark background image
Old 03-10-2006, 07:03 PM Watermark background image
Junior Talker

Posts: 3
Trades: 0
Hi
i want to place a background image and watermark it also and not repeat it over and over have it centred on da screen. I can not figure out how to do this in a table though could anyone help?

Thanks
bulmz is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-26-2006, 05:31 AM Re: Watermark background image
Average Talker

Posts: 18
Trades: 0
Not entirely sure what you mean by watermark a background image. Do you mean place a watermark on the background image? Or place a background image like a watermark on the page?

If you're going for the second scenario then you can achieve the effect through CSS. Make sure you define an ID for the table in the table tag. So if your table was something simple like this:

HTML Code:
 <table width="100%" height="179" border="0" cellpadding="0" cellspacing="0" id="table1" >
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
Then make the id attribute of the table tag something unique (no spaces, if you capitolize anything make sure remember it).

Then, in the head tags of your page place the CSS code:

Code:
<style type="text/css">
<!--
#table1 {
    background-image: url(http://yoursite.net/images/1_large.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
-->
</style>
Replace table1 with whatever your table id is and the background-image attribute with the path to your background image.

If you have an external stylesheet already linked, then you can place the CSS in there instead.
shardinite is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Watermark background image
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11197 seconds with 12 queries