Anyone for Seconds?
October 20, 2008
I feel like I have learned how to implement code more. I am used to designing a page from the front end. With using TextEdit I can implement what I already know about coding. It’s been refreshing and a step I’ve needed to take again. I have done striaght code before but it has been years since I’ve done it consistantly. So using the css and the xhtml has been fun because it has braught back that part of web design for me. It’s also actually given me a new kick to design.
Ideas that came to mind is a new sort of style, mainly dealing with the menus using css. I have done this before, but it has inspired me to build a menu where the main category is an image and the sub-menus are still css and show up on roll overs. It’s also given me some ideas of designs I would like to use. It has re-implanted me into web design.
I’ve worked on the CSS menus and coding on the back end more. Playing around with Divs, and such. I am still frustrated because I can’t get the <center><div></div></center> tag to work. That is honestly frustrating.
October 27, 2008 at 2:54 am
I could be wrong but the tag in no longer valid in XHTML. If you want to center a div tag, it first needs to have a specified width. You can then center it with the CSS property “margin: 0 auto;”. Give it a shot!
October 27, 2008 at 3:14 am
Oops, the “center” tag didn’t show up in my reply. Guess I shouldn’t have used the actual tag.
October 27, 2008 at 7:30 am
Sounds like a plan. I’ll definitely try