Feb 25, 2015 #1 jackQue1983 Programmer Joined Feb 25, 2015 Messages 2 Location US How do you cause a layer o center on a web page. I want to avoid using tables
Feb 26, 2015 1 #2 spamjim Instructor Joined Mar 17, 2008 Messages 1,369 Location US I suspect a "layer" is Dreamweaver's name for a "div". You can find many resources online for "centering a div". Here's one... http://www.w3schools.com/css/css_align.asp Upvote 0 Downvote
I suspect a "layer" is Dreamweaver's name for a "div". You can find many resources online for "centering a div". Here's one... http://www.w3schools.com/css/css_align.asp
Mar 23, 2015 1 #3 Kjonnnn IS-IT--Management Joined Jul 14, 2000 Messages 1,145 Location US Make the left and right Margin auto margin-right: auto; margin-left: auto; Upvote 0 Downvote