Forum Post: SpeedScript and CSS

  • Thread starter Thread starter runningtom8@gmail.com
  • Start date Start date
Status
Not open for further replies.
R

runningtom8@gmail.com

Guest
I am new to the SpeedScript. What is the correct way to integrate CSS with SpeedScript. WHERE SHOULD I INSERT THE class="table1" or ul ?? Here is the sample code: I want to styling the table with different row color and border and web-kit. ******************************************************************************** body onload="refreshPage();" script type="text/javascript" link rel="stylesheet" type="text/css" href="css/style.css" / link rel="stylesheet" type="text/css" href="css/table1.css" / link rel="stylesheet" type="text/css" href="css/mainbody1.css" / table width="100%" border="1" background-color: #fff555; script language="SpeedScript" DEF VAR cust LIKE cust.name NO-UNDO. FOR EACH warehouse NO-LOCK WHERE warehouse.Picked = "": ASSIGN xxxxx = "not found" IF pt-items = 1 THEN {&OUT} " tr td strong " "Order br Number" " /strong /td td strong " "XXX #" " /strong /td /tr ". IF items = max THEN DO: xxxx xxxx {&OUT} " tr td " Order_num " /td td " Document " /td /tr ". Thank you. T

Continue reading...
 
Status
Not open for further replies.
Back
Top