Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for maryjane9110024

I have a form which a user fills out and submits. This will take the user to a review page where they can then either go back and make changes or submit their information. The user is then taken to a confirmation page. I used FPDF to create the pdf. …

Member Avatar for maryjane9110024
0
484
Member Avatar for sgdesain

before i have a code for this echo ('<div class="content" style="width: 293px; float: left;"> <b>Host: </b> '.(isset($replay->game['creator']) ? $replay->game['creator'] : "n/a").' </div> and then i will input a creator in my form echo"<form> <textarea name='BBCode' style='width:592px; height:120px;' >[B]Host : [/B] (how toinsert creator in this area) </textarea><br> <input type='button' onclick='javascript:this.form.BBCode.focus();this.form.BBCode.select();' …

Member Avatar for sgdesain
0
137
Member Avatar for maryjane9110024

I'm not sure what is going on. I specified for the 2nd cell to go to the next line but it is attaching to the end of the first line. Here is my code: <?php require_once('/fpdf/fpdf.php'); $pdf = new FPDF(); //var_dump(get_class_methods($pdf)); $pdf->AddPage(); $pdf->SetFont('Arial', 'B', '20'); $pdf->cell(0,10, 'Mobile Home Poperty Tax …

Member Avatar for maryjane9110024
0
235
Member Avatar for Bensirpent07

I am trying to insert a background image but for some reason when I put this... html{ background-image: url('images/background.png'); background-repeat:no-repeat; background-size:100% 100%; } It doesn't seem to work, it stays blank. I know I have the path correct and the name correct I have only gone over it a million …

Member Avatar for rtrethewey
0
413
Member Avatar for Asan23

i am having issues embedding a video file any thoughts? when your on the financial aid website and you click on the video. the video is embedded and and window pops up with the URL (below) http://embed.financialaidtv.com/cms/embed/video/9390?hd=&iid=131&w=640&h=480&ap=1 i figured out the video file name is 9390, the last half of …

Member Avatar for maryjane9110024
0
294
Member Avatar for iamthwee

Just wondering about breadcrumbs and how they work. Specifically in CI. Is it worth implementing? Ta.

Member Avatar for yessi_1
0
137
Member Avatar for sammy1992

hi guys...i'm a undergrad student.i need to create a website to dedicate songs using their email id...can any one help me out by suggesting me the login page creating code and that page when logged in should redirect to another page where the list of songs are present...urgent guysss....plzzz - …

Member Avatar for maryjane9110024
0
114