Ok, so i build my website template from photoshop and made splices where I wanted to put my text, images (basically all of my content). Only problem is, after i put my text (in replacement of where my stand-in images were), it stays in the center...o boy this might be hard to explain, ok look: X=other splices C=area i spliced to put the text XXXXXXXXXXXX XXXXXXXXXXXX XXXCCCCCCXXX <--where i want the text/content to start XXXCTEXTCXXX <--my problem is that when i place the text in (using an html XXXCCCCCCXXX editor), it starts out in the middle). I want it to start on top. XXXXXXXXXXXX XXXXXXXXXXXX How can i get the content that i insert in replace of the spliced image on top? thanks ahead!
ok, here it is: (click on the thumbnail, then click on the image on the right hand side to see it blown up)
if its a html then you should define the valign="top" for example <TD COLSPAN=3 background="images/kimkard_a05.jpg" WIDTH=818 ALT="" valign="top"> you text come here </TD> by default the valign is center so you just need to define the valign to top its shud work