another div problem |
another div problem |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 20 Joined: May 2008 Member No: 646,498 ![]() |
okayy i have my DIV i made...
i didnt use image mapping cuz i dont want anything clickable i just want to enter text... so how would i do that. i used: CODE <div class="content" style="position: absolute; left:228px; top:222px; width:288px; height:135px; overflow: auto;"><center> enter sfdfsdfsdfsdfsdfsdfs </div> <div class="content" style="position: absolute; left:533px; top:222px; width:288px; height:135px; overflow: auto;"> sdfsdfsdfsdfsdfsd </div> <div class="content" style="position: absolute; left:278px; top:377px; width:538px; height:78px; overflow: auto;"> bsdhfoihsdoif </div> heres my page http://profile.myspace.com/index.cfm?fusea...71-bd7c909ad76b |
|
|
![]() |
![]()
Post
#2
|
|
![]() Thread Killer ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,012 Joined: Jun 2007 Member No: 530,544 ![]() |
Oh you haven't set up the DIV's yet.
Use this. I'd put it in the Who I'd Like To Meet section. CODE <div class="content"> Your text goes here. </div> Oh and I would change the DIV class name in the coding you gave, it'll recognize them all as the same div and probably mess some stuff up. So you could name one about me, content2,or anything. |
|
|
![]() ![]() |