multicolor backrounds? (Full Version)

All Forums >> [Web Development] >> Microsoft FrontPage Help



Message


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 -> 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).]





Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.03125