|
|
#1 (permalink) |
|
New Member
![]() Join Date: Aug 2008
Posts: 10
|
In the body tag, should I be setting my bg colors and text and all that like this:
<body bgcolor="?" text="?" link="?" etc..> or like this: <body style="color: white; background-color: black; background-image: url(blah/blahblah.jpg);" alink="#c8ffff" link="#c8c8ff" vlink="#ffc8ff"> ?????¿¿¿¿¿ |
|
|
|
|
|
#2 (permalink) |
|
Moderator
![]() Join Date: Jun 2008
Posts: 365
|
Technically you shouldn't do either. You should use a .css file and put your styling in it. But if you are going to use one of the two use the 'style="color: white; background-color...' method. It'll give you more constancy and make the transition to a style sheet easier....
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|