Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » Continous background not wanted.... help please


Continous background not wanted.... help please

Reply
  #1 (permalink)  
Old 05-29-05, 02:17 PM
Shiningblade Shiningblade is offline
Newbie Coder
 
Join Date: Dec 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Continous background not wanted.... help please

I have a background image in a cell of a table. I do not want it to repeat at all, how can i stop that? if it helps, i am using Macromedia Dream Weaver MX.

thanks
Reply With Quote
  #2 (permalink)  
Old 05-29-05, 02:31 PM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
I don't know how to do it in DW but I know how to do it HTML source
add this attribute to the TD (cell) :
Code:
<td background="whatever.png" style="background-repeat: no-repeat">
or of course you could define a new CSS class to do that:
Code:
td.wImage {
  background-image: url('yourBackground.jpg');
  background-repeat: no-repeat;
}
and then:
Code:
<td class="wImage">
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Background image for iframe same as main page riots HTML/XHTML/XML 6 02-17-06 11:22 AM
rollovers using a background image pagetta CSS 6 04-04-05 03:25 PM
Setting the background Jozhik JavaScript 2 02-22-05 02:32 AM
[Help] Javascript pop up window with background color empty.container JavaScript 1 01-13-05 03:11 AM
fading background image script... pedro Script Requests 1 07-20-04 10:27 AM


All times are GMT -5. The time now is 08:44 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.