my html use
however to my amaze,when i checked using http://validator.w3.org, <td> tag in this kind of doctype cannot use "width,height and background" etc,
i already tried my best to use lesser table, td tags, however this td tag is important as it define the main framework of my webpage, it defines three main column, i could mess it up if i use div as i only know how to use dive create two columns, anybody can help? or any suggestion?
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
i already tried my best to use lesser table, td tags, however this td tag is important as it define the main framework of my webpage, it defines three main column, i could mess it up if i use div as i only know how to use dive create two columns, anybody can help? or any suggestion?
Comment