kiara
07-14-2003, 09:31 PM
Hello it's me the annoying person who can't get her layout right. I was wondering how I can get my text to be a different color since there seems to be no text color code in my HTML code. I used the following HTML.
<body>
<img style="position:absolute; top:20px; left:20px; width:175px;
height:200px" src="http://www.geocities.com/demonloving/inuyashaw7.jpg">
<div style="position:absolute; left:20px; top:220px; width:150px; height:250px; background-image: url(http://www.lissamail.com/neopets/butback.gif); background-color:#FFFBEB; overflow:auto">
---------------------------------
Put all your menu links here.
---------------------------------
</div>
<div style="position:absolute; left:230px; top:100px; width:520px; height:400px; background-image: http://www.geocities.com/demonloving/inuyashaw7.jpg; background-color:#000066; overflow:auto; scrollbar-face-color: #000000;
scrollbar-highlight-color: #99CCFF;
scrollbar-3dlight-color: #000200;
scrollbar-shadow-color: #D00000;
scrollbar-darkshadow-color: #000040;
scrollbar-arrow-color: #000600;
scrollbar-track-color : #0D0000;">
----------------------------------
Put all your content here.
----------------------------------
</div>
</body>
Thanks
<body>
<img style="position:absolute; top:20px; left:20px; width:175px;
height:200px" src="http://www.geocities.com/demonloving/inuyashaw7.jpg">
<div style="position:absolute; left:20px; top:220px; width:150px; height:250px; background-image: url(http://www.lissamail.com/neopets/butback.gif); background-color:#FFFBEB; overflow:auto">
---------------------------------
Put all your menu links here.
---------------------------------
</div>
<div style="position:absolute; left:230px; top:100px; width:520px; height:400px; background-image: http://www.geocities.com/demonloving/inuyashaw7.jpg; background-color:#000066; overflow:auto; scrollbar-face-color: #000000;
scrollbar-highlight-color: #99CCFF;
scrollbar-3dlight-color: #000200;
scrollbar-shadow-color: #D00000;
scrollbar-darkshadow-color: #000040;
scrollbar-arrow-color: #000600;
scrollbar-track-color : #0D0000;">
----------------------------------
Put all your content here.
----------------------------------
</div>
</body>
Thanks