scary_aussie
07-20-2003, 05:21 AM
Not aligning the page... just making it so that it can have like <div position="absolute; left:250> except for the text and not for the table?
|
View Full Version : Can you make the text go away from a side of the page? scary_aussie 07-20-2003, 05:21 AM Not aligning the page... just making it so that it can have like <div position="absolute; left:250> except for the text and not for the table? MaGiCSuN 07-20-2003, 04:40 PM just do <div style="position: absolute; left: #px;">text here</div> that's all i can think of without using a table. scary_aussie 07-20-2003, 11:49 PM thanks so much!!! i REALLY apreciate it! :) *hugs you round the middle* scary_aussie 07-21-2003, 02:52 AM arr, not again! I'mhaving some more trouble... Can you keep the text away from both the left AND the right? And if you have a look at my page, www.splotch.0catch.com, is there any way I can center my banner at the top? I've already tried <center> and <div align=center> but they both don't work... And with the tags, I also tried <div style="position: absolute; left: #px; right: #px;">text here</div> and it still doesn't work. |