PDA

View Full Version : PLEASE , if you know html and css, help me out?


littleprincess9783
03-26-2008, 03:48 PM
HTML expert needed?Im using this code on my website:<center><font face="arial" color="#ffffff" size="1"><table style="Position:absolute;top:204;left:60... name="scroll1">dsdddsd<div id="scroll2"style="width:400;height:300;... and welcome to our website!</table></font></center>but it wont overlap ANY OF MY IMAGES. it just stays at the very top. it works on preview, but doesnt work when i save it.how can i OVERLAP an image. i used photoshop. i made a purple square with an image on it and would like to make that the text area. please help, please!!i cant because the square is attached to an image. =[ and its in the center of my photoshop layout*and i cant make the purple square a text box because..hmmm someone helped me and im going to see if it worked.NEVERMIND!!! IT WORKED!!

Louis0704
03-26-2008, 04:17 PM
try removing your table tag and adding the css style from that into the div. Your table has no tr or td so the data inside is not going to render correctly also if you are trying to make kinda a shadow affect with the text in css, i have a code for it<style>body { background:silver; font-family:Arrus BT,Garamond,Times New Roman; }div { position:absolute; }</style><style>.shade1 { top:+5; left:+5; color:black; }.fill1 { top:0; left:0; color:red; }</style><div class=Example1><div class="shade1"><center><h1>Shadow</h1></center></div><div class="fill1"><center><h1>Shadow</h1></center></div></div>