Jump to content

Life

Members
  • Posts

    3
  • Joined

  • Last visited

Life's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Life

    Scroll Bar...&...

    Can't get scroll bar to show in fire fox any suggestions??www.westcoastwarriors.org (don't laugh it was a cheerleading site i still got time till i have to buy my own)2nd quesion... i was told to place my styles for the borders inside CSS.. but.. do i create thetable in html then edit it in CSS? i can't find anything that shows how to " Make " the table in css...ie sizes etc... thx!/* CSS Document *//* just some words notes to selfThought out life you are born to do your best. Some of us try and our parents accept that as our best. The Rare Few seek something more. They seek Perfection. Those who are rare know who they are. *//*notes *//* actor CSS file */ Body { background-color : #4f4f4f; } Body, p { font-family : "Monotype Corsiva", Arial, "Times New Roman"; font-size : 22px; font-style : italic; color : #cdcdcd; background-color:4f4f4f; border-top-style : none; border-right-style : none; border-bottom-style : none; border-left-style : none; } .p3 { font-family : "Monotype Corsiva", Arial, "Times New Roman"; font-size : 12px; font-style : italic; color : #cdcdcd; border-top-style : none; border-right-style : none; border-bottom-style : none; border-left-style : none; background-color:4f4f4f; } .h1 { color : #cdcdcd; font-style : italic; font-family : "Monotype Corsiva", Arial, "Times New Roman"; font-size : 60px; background-color:4f4f4f; font-weight: lighter; text-decoration: underline; text-transform: capitalize; } table { background-color:4f4f4f; border-top-width : thick; border-right-width : thick; border-bottom-width : thick; border-left-width : thick; border-top-style : ridge; border-right-style : ridge; border-bottom-style : ridge; border-left-style : ridge; } .table2 { border-top-style : none; border-right-style : none; border-bottom-style : none; border-left-style : none; background-color:4f4f4f; } .table3 { font-family : "Times New Roman", Times, serif; font-size : 16px; font-style : italic; text-align:center; background-color:4f4f4f; scrollbar-face-color:4F4F4F; scrollbar-highlight-color:4F4F4F; scrollbar-3dlight-color:4F4F4F; scrollbar-shadow-color:4F4F4F; scrollbar-darkshadow-color:4F4F4F; scrollbar-arrow-color:CDCDCD; scrollbar-track-color:4F4F4F; color: cdcdcd; direction:rtl; text-indent: 3px; } .thumbnails { background:#000000; border:thin; border:ridge; border:#CCFFFF; } .misc { Miscellaneous Properties } body { cursor:pointer; cursor:hand; } a:hover { cursor:pointer; cursor:hand;}HTML write up<html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="stylesheet" type="text/css" href="actor.css" /><meta http-equiv="Content-Type" content="This is where the perfect few are" /><title>Perfectionz Inc</title></head><h1 align="center" class="h1">Perfectionz Inc,</h1><table width="824" height="470" align="center" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="264" rowspan="2" align="left" valign="top"><p>Welcome To Perfectionz... </p></td> <td width="292" rowspan="4" valign="top"><img src="http://www.westcoastwarriors.org/True-Form.jpg" width="289" height="467" align="absbottom"></td> <td width="2" height="15"></td> <td width="112"></td> <td width="132"></td> </tr> <tr> <td height="15"></td> <td rowspan="2" valign="top" class="thumbnails"><!--DWLayoutEmptyCell--> </td> <td></td> </tr> <tr> <td rowspan="2" valign="top"><textarea name="Who Is Life" cols="40" rows="23" wrap="virtual" class="table3" id="Who Is Life"> ...Life IsThe Best Friend... That support youneed to get though the day. Thatperson you call on when everythingis going the other wayThe Son... The backround backbonethat holds it al together. The Hiddenkey that keeps the family togetherThe Friend... That person you can count on. Advise when needed pushwhen needed, and a shoulder to cry onThe Boyfriend... That special someone, that gives with no means to ever end. There for you no matter what even when you think i'm notThe Stranger... Person that walksdownt he street that if you needed help you could call onThe Lover... That person that drivesyou wild with out even tryingThe Coworker... That guy that helpsanyone everyone anytimeThe Boss... That guy that pushes youalmost till you pop... Then releaves itwith a simple smile of great graditudeI Am... Whom you need me to be to you at any given moment in yourLife...</textarea></td> <td height="100"> </td> <td> </td> </tr> <tr> <td height="340"> </td> <td> </td> <td> </td> </tr></table></body></html>
  2. Life

    Border Around a Cell?

    hmm problem solved!!!
  3. Life

    Border Around a Cell?

    I'm pretty sure this is a simple fix. But i can't figure it out for the Life of me...I'm trying to put a border around certain cells.. I'm useing dreamweaver.What I've done:Main table, ( big box ) holding smaller cells.Table {table properties } table, tr, td { <----- when i did this it filled all the borders in the cell even the ones border-top-style: solid; that i don't want to be colored. If you want the html code let me know. border-right-style: solid; I tried just coding each cell but go no where. Thx for ur help! border-bottom-style: solid; border-left-style: solid; border-top-color: #00FFFF; border-right-color: #00FFFF; border-bottom-color: #00FFFF; border-left-color: #00FFFF; }
×
×
  • Create New...