|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
style sheets
hello,
I have a css and i want to implement in my code.where should i fix it?ne ideas <? MY PHP CODE ?> <P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%"><FONT face=Verdana><SPAN style="FONT-SIZE: 10pt"><B>Others</B></SPAN></FONT></P> <TABLE style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%" cellSpacing=0 cellPadding=0 width=983> <TBODY> <TR> <TD width="305"> <P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%"><FONT face=Verdana><SPAN style="FONT-SIZE: 10pt">HLI </SPAN></FONT></P></TD> <TD width="678"> <P style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 100%"><FONT face=Verdana><SPAN style="FONT-SIZE: 10pt"><INPUT name=hli value = "<? echo $hli; ?>"></SPAN></FONT></P></TD></TR> <TR> ----------AND IT FOLLOWS------------ |
|
#2
|
|||
|
|||
|
RE: style sheets
you need a line similar to the following to be output in the head tags of the page
<link href="path_to_css_document.css" rel="stylesheet" type="text/css"> |
|
#3
|
|||
|
|||
|
RE: style sheets
go to http://www.w3.org/
Most important stuff will be checking to make sure everything your using is okay. Some elements and properties are deprecated. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > style sheets |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|