dan8
03-11-2003, 04:58 PM
On My Page (http://dumbass.iscrappy.com/media.htm), I have three buttons at the top in a black table. I want the buttons to be in the middle of the black table, not at the top. How would I do this?
|
View Full Version : valign probem... dan8 03-11-2003, 04:58 PM On My Page (http://dumbass.iscrappy.com/media.htm), I have three buttons at the top in a black table. I want the buttons to be in the middle of the black table, not at the top. How would I do this? pb&j 03-11-2003, 05:11 PM try changing this... <td background="buttons.jpg" width=394 bgcolor="222222"> to this... <td background="buttons.jpg" width="394" bgcolor="#222222" valign="middle"> if that does not work, you may have to add in the HEIGHT property to that tag too. the value is probably about 40 for it (just a guess). height="40" dan8 03-11-2003, 05:48 PM It still doesn't work properly... Alcy 03-11-2003, 10:03 PM valign="center" pb&j 03-11-2003, 10:27 PM Originally posted by Alcy valign="center" valign values are top, middle or bottom. align values may be left, center or right. pb&j 03-11-2003, 10:29 PM Originally posted by dan8 It still doesn't work properly... as i view the source code, i don't see any of my suggestions saved on it. did you remember to upload the file with the fixes in it? dan8 03-12-2003, 03:29 PM I've tried all of the suggestions, but still no luck... |