Jump to content

Kimberley

Members
  • Posts

    1
  • Joined

  • Last visited

Kimberley's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. ok, first off I would have done the styles in CSS. It's very simple. The CSS would be td{width: 100%;} so you would not have to keep on repeating yourself on the width and align. Now the reason why you're last table data entry is not aligning to the left like you want it is because "you" have aligned to the right. If you are unsure where to put this custom CSS, it goes in the header. it will look something like this.... <!IDOCTYPE> <html> <head> <style> td{ width: 100%; } </style> Also another thing, never combined XHTML and HTML together, always stick with HTML 5. If you hare having troubles, please use w3schools as reference on how to do basic tables in HTML 5. W3 schools is a wonderful site. I sometimes have to comeback here and jog my memory. If you would like some help on tables, I don't mind helping you out. I also noticed in your code on your on your hyperlink tags, never use an alt. the only time you will use an alt is in the img tag. Now if you are uploading to your web hosting server and you know it's not going to be taken down, then don't worry about alt the.
×
×
  • Create New...