我需要一個背景圖片添加到我加載到一個UIWebView我怎樣才能在html代碼中插入圖像?
NSString *stringToReplace = [NSString stringWithFormat:@"<a style=\"color:white; background-color:#707070; text-decoration:none\" href=\"compose://%@\">%@</a>",substring,substring];
newString = [newString stringByReplacingOccurrencesOfString:substring withString:stringToReplace];
我已經成功地改變背景顏色都包含在一個HTML代碼中的電話號碼,而是我需要把圖像作爲背景。 主要目標是在電話號碼後面製作帶有圓角的lightGray背景。
我發現是什麼問題 solution
感謝,
http://www.google .hu/search?q = html + background + image –