| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: May 2005 Location: Ontario Canada
Posts: 3,088
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | PHP editing a file Hey can anyone look at the code and tell me whats wrong? the php parts are working..for the most part..but the output is a little weid..the textbox is a little messed up..the first line of the file is spaced weirdly..and the line numbers are a little off...thanks PHP Code: Code: .textarea {
background: #a3bed9;
color: #252525;
font-family: Tahoma;
font-size: 11px;
border-width: 1px;
border-color: #373737;
border-style: dashed;
width: 100%
height: 100%:
}
__________________ |
| |
| | #2 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Just tried it myself and I presume you mean the extra line at the top of the textarea? If this is the case it is the html that is causing it replace the following lines :- PHP Code: PHP Code: |
| |