how do i make the backround of the page a different color than the centered text just like on the page i mentioned in my first post?
cuddlers89 0 Junior Poster in Training
Recommended Answers
Jump to PostWell it works like this.
<HTML> <Head> <title>Zorba</title> </head> <Body bgcolor = (hexadecimal code referring to your background colour of choice!)>
annnd for the table
<table width="90%" align="center" bgcolor =(hexadecimal code referring to your background colour of choice!)> <tr><td align="left" valign="top"> PAGE CONTENT HERE …
Jump to PostJust for cuddlers89's information: You don't necessarily need a hexidecimal code for color, you can also use the color name for most basic colors like white red blue black green yellow orange; etc. :)
All 6 Replies
Slade 66 Practically a Master Poster
Slade 66 Practically a Master Poster
rixius 0 Posting Whiz in Training
Slade 66 Practically a Master Poster
liliafan 53 Junior Poster
tarwara 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.