Hey guys, I'm a bit of a newby coming into web design. I'm familiar with most of it's basic functions and syntax, but unfortunately I have not mastered it, or the other web languages (css, java, javascript, flash etc). I have been studying up on the majority of CSS and HTML to get me by, and I'd like to incorporate flash/Javascript into my sites as I create them.
Anyway, I'm rambling now.
This is my first post so here goes:
I'm having trouble with text alignment and padding in a table. I have a multi row/column table created, exactly 4 rows by 4 columns. The first row of columns are pictures, second row is a title for the picture, the next two rows follow that same pattern. Now I haven't 100% constructed this because of design procedures (pic sizing still needs to be done), but I have inserted some test pictures and text for this, to see what results I get. Now I have set the cellpadding="0px" yet my pictures both have awkward padding on what seems to be random sides. And my text is set to align="left" (NOTE:I've tried align="center" align="right" as well to see if the results vary) the text reads, "Pictures by FirstName LastName". Now the string "by FirstName LastName" aligns correctly with whatever I have set the alignment to, but the "Pictures" does not. In fact, it aligns to the right with whatever alignment I choose. I've checked the code to see if "Pictures" Is perhaps caught in some sort of <style> or other formatting tab, but it's not, it's in the proper field.
Any ideas why this might be happening?
2 Votes


Answers