dream weaver help need help on insert ap div in a div tag

wseo12

Regular Member
Joined
May 23, 2009
Messages
221
Reaction score
7
hi

Please help me will thank you

i am trying to insert a Ap div into a div tag the div is the container of my site my problem is when i try to insert the ap div in the div container and preview it in a browser the Ap div tag becomes out of place can some one please explain to me in a detaild manner how i can do this i am beginer to dream weaver cs4 and suck with code so please dont mention code please explain the easiest way to do this
 
with an AP div your positioning will be relative to the top left hand corner of your browser

if you want to position the div layer within your container then make your AP div a relative div instead ie: position: relative; and not position: absolute;

a relative div takes its position from the top left corner of the div container its referenced in.

am not sure what exactly your trying to do so hopefully this helps

thanks

ukescuba
 
also check this out - nice simple explanation:

Code:
http://www.communitymx.com/content/article.cfm?page=2&cid=3B56F
 
hi thanks for your i help i really appriciate it i have gone ahead and thanked you
 
hi thanks for your i help i really appriciate it i have gone ahead and thanked you

glad it helped! that was actually my 200th thanks! lol

just fyi if you get css styling down its very very easy then to design joomla templates, hit me up if you want more info
 
your the man this has worked for me now i am using lots off ap divs and the coding is becoming very long with div does this affect seo at all
 
Back
Top