navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

multicolor backrounds?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> multicolor backrounds?
Page: [1]
 
Guest


 
multicolor backrounds? - 5/17/2001 14:13:00   
I want to make custom backrounds. I have no trouble make the entire page one color but how can I select just pts of the page to assign a different color backround? I want to have many different colors -can I somehow highlight and mark a range and then assign different colors?
Reflect

 

Posts: 4769
From: USA
Status: offline

 
RE: multicolor backrounds? - 5/17/2001 14:23:00   
Hi,

You could always use tables. Then you can assign bgcolor= statements to each cell in the table or just use multiple tables each having it's own bgcolor= statements.

<table border="1" width="100%">
<tr>
<td width="50%" bgcolor="#008000"> </td>
<td width="50%" bgcolor="#800080"> </td>
</tr>
</table>

OR

<table border="1" width="100%" bgcolor="#008000">
<tr>
<td width="100%"> </td>
</tr>
</table>
<table border="1" width="100%" bgcolor="#800080">
<tr>
<td width="100%"> </td>
</tr>
</table>

Brian

------------------
Work hard, play fair, stay sane

[This message has been edited by GWJ (edited 05-17-2001).]


(in reply to Guest)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> multicolor backrounds?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts