No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
[QUOTE=JeniF;428368]try placing this at the top of your page: <? ob_start(); ?> then at the bottom of the page place this line of code: <? ob_flush(); ?>[/QUOTE] hi thank you for you reply.that was really helpful. cd u plz tell me what actually the problem is. plz mail me at …
Just modify your code like this ------------ ------------ # <SELECT NAME="title" style="font-size:11pt; font-family: arial,helvetica,sans-serif; color:#080000"> # <OPTION value="safety.html" style="font-size:11pt; font-family: arial,helvetica,sans-serif; color:#080000">View an election</option> <OPTION value="some.html" style="font-size:11pt; font-family: arial,helvetica,sans-serif; color:#080000">some one</option> <OPTION value="last.html" style="font-size:11pt; font-family: arial,helvetica,sans-serif; color:#080000">last song</option> </SELECT> # # <? # echo $options; # # ?> # #
Hi Friends Iam trying to customize a php based blog(lifetype-1.2.9). I want to change its header and add some horizontal menus into it. Could someone tell which file shd i edit for this. There are 100s of file in the folder. Thanks in advance Any help is appreciated Regards charles
Change your code to this, i have commented your mail funcion on line 77, uncomment it [code=php] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- body { background-color: #f1f1f1; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: …
Hi friends I have a problem. I have a website based on html and css only. It looks fine in my system in all reolutions and all browsers. But when i view it on my friends computer, the div tags are found to be misplaced. Why does it happen? can …
Hi use the property overflow:hidden; for your body tag.
If you are using div tags, give the margin-left:100px; for your image div tag(div tag that holds your image).
Warning: mail() [function.mail]: Failed to connect to mailserver at "C:\wamp\sendmail\sendmail.exe -t" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\akhil\booking.php on line 559
The End.
charles07