Jump to content

Need a little help


ch4rlie

Recommended Posts

So I am a complete newb at PHP coding and need help.

Here is the form I am trying to modify...

http://i.gyazo.com/430a43e1de5629e2ccb8a386f177c23e.png

I am trying to make the black border fill most of the screen rather a little bit.

 

This is the code for the whole box.

<div id="app" class="col-md-5">
				<div class="panel panel-default">
					<div class="panel-heading">
						<h1 class="panel-title">Search Box</h1>
					</div>
					<div class="panel-body">
						<form id="search" data-validate="parsley" class="form-horizontal" role="form" />
							<div class="form-group">
								<label for="url" class="col-lg-2 control-label">URL</label>
								
								</div>
							
								</div>
							<div class="error-container alert alert-danger">
							</div>
							<div class="form-group">
								<div class="col-lg-offset-2 col-lg-10 text-right">
									<button id="crawl" type="submit" class="btn btn-primary btn-lg">Search <span class="glyphicon glyphicon-search"></span></button>
								</div>
							</div>
						</form>
					</div>
				</div>
			</div>

Please tell me how. 

Thanks!

Link to comment
Share on other sites

Could you be a little more specific.

 

You want to "make the black border fill most of the screen rather a little bit." What black border are you referring to? Normally you would not use a border to fill out the background of a page.

 

Maybe you could make a drawing of what you want to achieve?

 

NotionCommotion is suggesting to make the background on the whole page black - but I have a feeling that thats not what you are looking for?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.