/    Sign up×
Community /Pin to ProfileBookmark

Table image placement

All
I want to place an image as a background to various parts of a table. I’m trying to create a form look where the datafields in the cells looked like they are grouped together. How can I apply one image to columns 1 and 2 through rows 1,2,3,4,and 5 and also reapply the image in columns 5 and 6 rows 1-5?

I’ve attached the image I want to use to give you perspective. The Table Look image is what I am trying to produce.

Many Thanks
Pete

[upl-file uuid=0a6dc929-4f98-436b-a537-76730c8e4936 size=9kB]CS-Oder Form Layout-29 Apr-01.png[/upl-file]

[upl-file uuid=36ca297a-6a91-4817-9e9a-3ceb671bc585 size=75kB]Table Look.doc[/upl-file]

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@KDLAJun 08.2009 — You can recreate the look using CSS.
<i>
</i>form {background:url(bottom.gif) no-repeat; width: ## /*width of the image*/; padding-bottom: ### /*height needed to clear the curve*/}
div {background: #eee /*color of the image*/ border-right: 1px solid #000; border-left: 1px solid #000;}
div.first {background: url(top.gif) no-repeat;}

<i>
</i>&lt;form&gt;
&lt;div class="first"&gt;a;lsdkfj&lt;/div&gt;
&lt;div&gt;a;lsdkjf&lt;/div&gt;
&lt;div&gt;...&lt;/div&gt;
&lt;/form&gt;
×

Success!

Help @pjoran spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...