Questions tagged as 'layout'

1
answer

Different layouts on cakePHP

My system when the user types the url it will fall into the login screen that has its own layout, after login the user is redirected to an AdminLTE style administration screen, but I do not know how I can separate these two layouts without that...
asked by 28.10.2015 / 13:07
2
answers

What is the most correct way to set up the page body before you start styling the other elements?

I'm starting a project and I'm having a question, what is the best way to set up the body of the page before styling the other elements? besides the body of the page do you use div for example as a kind of container for the whole s...
asked by 05.06.2015 / 13:14
1
answer

TilePane: how to create individual event on the buttons

I have a hard time using TilePane, I can not create an event for each button in the array. Follow the code for you to help me. 'TilePane tilePane = new TilePane(); tilePane.setPrefColumns(3); //preferred columns tilePane.setAlignmen...
asked by 30.04.2015 / 13:30
1
answer

Why when I load my blade layout, my css does not appear?

Mycodedefininglayout:<!DOCTYPEhtml><html><head><title>VPO-@yield('title')</title><!--Icons--><linkhref="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="style...
asked by 21.09.2017 / 00:11
1
answer

Learning about columns - css

One day, I had to develop a site where the layout had some images that were not exactly side by side, and as I did not know about the columns, I ended up aligning everything in absolute and that responsive mess. Could someone explain simply an...
asked by 25.04.2017 / 15:42
1
answer

Android Studio Preview is not showing

I'm having trouble importing a project that was written in an older version of Android Studio. My preview does not appear. I am a beginner and would like a little help! Follow the gradle and xml. The activity is default, only onCreate, in the em...
asked by 29.03.2018 / 04:53
1
answer

Center the page horizontally html css

How to horizontally center my logo, this arrow is not very horizontally centered, I wanted it to be ... Can anyone help me? I tried the top: 50% and it did not work ... @charset "UTF-8"; html { overflow-y: scroll; } .postagem { b...
asked by 12.09.2018 / 16:14
1
answer

Software to create templates [closed]

I started programming in WEB languages a few years ago. I do over the full server-side and changes on the front-side like javascript, jquery, angular, html. More I have difficulties in creating templates for websites since what comes to me alrea...
asked by 22.08.2017 / 14:56
1
answer

Featured Post - Wordpress

So, I want to do something like the example below link Type, the frame that appears in the home page of the site I left, where it has a post with the large image and 2 on the right. I wanted to do just that, leave a featured post and the...
asked by 28.04.2017 / 01:57
1
answer

Text box layout

I'm trying to do something like those elements from forums, which show a div with a user pic and a space with some text right, you know? I've already tried to position one on the side of the outo using float but the part of the text got crooke...
asked by 30.09.2016 / 04:11