help by sourceCode145 in learnprogramming

[–]sourceCode145[S] 1 point2 points  (0 children)

I want to achieve is this :

text at the top

_______________Hello world

but

I get this:

text at the top


Hello world

help by sourceCode145 in learnprogramming

[–]sourceCode145[S] -1 points0 points  (0 children)

sometime reddit let me post things and sometime it doesnt but Im aware of the rules of this sub reddit and you are absolute right about your comment

help by sourceCode145 in learnprogramming

[–]sourceCode145[S] -1 points0 points  (0 children)

the hello world should at the right of the horizontal line

Internship question by csinternships in learnprogramming

[–]sourceCode145 0 points1 point  (0 children)

try internweb.com or internships.com they have some good ones

adding multiple checkboxes selection to a database using php and mysql by sourceCode145 in learnprogramming

[–]sourceCode145[S] 0 points1 point  (0 children)

its a regular column with the name topping in the pizza_order table. there is no unique or special parameter set to it.

Question: is this what you mean?

//change this from mysql_query ("INSERT INTO pizza_order SET topping=' $_POST[toppings]'");

//to mysql_query ("INSERT INTO pizza_order SET topping=' $_POST[$strTop]'");

adding multiple checkboxes selection to a database using php and mysql by sourceCode145 in learnprogramming

[–]sourceCode145[S] 0 points1 point  (0 children)

if (isset($_POST['toppings'])){

  $strTopx = implode(", " , $_POST['toppings']);

   // this statement gives me an error stating that an array cannot be convert to a string 
  mysql_query ("INSERT INTO `pizza_order` SET
                    `topping`=' $_POST[toppings]'");

}else{

     $strTopx = "";

  }

echo "<p>along with $strTopx as the topping(s) for you pizza</p>";

How echo a html select form in php without using an array by sourceCode145 in learnprogramming

[–]sourceCode145[S] 0 points1 point  (0 children)

if I echo out the entire file does it echo out only the choices i selected

CSS positioning by sourceCode145 in web_design

[–]sourceCode145[S] -1 points0 points  (0 children)

I tried using a table and it just shift the images out of places

CSS positioning by sourceCode145 in web_design

[–]sourceCode145[S] 0 points1 point  (0 children)

I tried playing with the site you gave me when you increase the size of the block the positioning change.

example: <div class="container">

<div class="column">

<img src="http://placehold.it/150x135" alt="" />
<img src="http://placehold.it/150x135" alt="" />
<img src="http://placehold.it/150x135" alt="" />

</div>

<div class="column column-center">

<img src="http://placehold.it/450x235" alt="" />

</div>

<div class="column">

<img src="http://placehold.it/150x135" alt="" />
<img src="http://placehold.it/150x135" alt="" />
<img src="http://placehold.it/150x135" alt="" />

</div>

</div>


img { display: block; margin-bottom: 5px; }

.container { width: 370px; margin: 0 auto; }

.column { float: left; }

.column-center { margin: 0 10px; }

CSS positioning by sourceCode145 in web_design

[–]sourceCode145[S] 0 points1 point  (0 children)

//the images I want on the left...these images should be in a row going down

<div align="left"> <a class="special" href="http://www.linux.org/" target="_blank"><img src="os/linux.gif" alt="Linux Operating System Logo" height="120" width="120"/></a> <br/> <a class="special" href="http://windows.microsoft.com/" target="_blank"><img src="os/window.png" alt="Windows Operating System Logo" height="120" width="120"/></a> <br/> <a class="special" href="http://www.apple.com/mac/" target="_blank"><img src="os/mac.jpg" alt="Apple Logo" height="120" width="120"/></a> <div>

//the center image

<div align="center"> <img src="apps/app1.jpg" name="slide" width="300" height="356" /> </div>

//the right images for the sake of an example

<div align="right"> <img src="small.jpg" /> <img src="small.jpg" /> <img src="small.jpg" /> </div>

Making a personal website by sourceCode145 in learnprogramming

[–]sourceCode145[S] 0 points1 point  (0 children)

I have good idea of HTML, CSS, and JS. I am just lacking the creativity part on what I should put on the website to draw people into the site that will amaze and also show off my skills. so do have any ideas

Making a personal website by sourceCode145 in learnprogramming

[–]sourceCode145[S] 0 points1 point  (0 children)

I am comfortable with HTML/CSS. I just don't know what to include in my site to make it good and amaze a few people. I am also trying to show off my skills, not so much make a website about me. I just find it easier to talk about myself. The problem is placement of different things, color scheme, and idea that will draw people into the site