Search the Community
Showing results for tags 'strong'.
-
Hello & Thanks , I Need help: using <strong> in html5 css has this for strong .strong {font : strong;} and html has this <strong class="strong">Content:</strong> Sed placerat accumsan ligula. Pls , See code below: What am I doing wrong? <!DOCTYPE html><!-- http://csslayoutgenerator.com//~Notepad_vmProjects/~PerfectOutlines-Html/PerfectOutline-index_html5_liq_lcr_s2_m1000_hh75_fh50_eh_2-Short.html--><html><head> <meta charset="utf-8" /> <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js">
-
I fetched some variables from the database which are stored in $join and the values are there when echoed $join ="$index_id||$weekly_gen_news||$what_is_env"; <li><a href='echo.php?GetValue=<?php echo $join; ?>' target='iframe_a'><span>what is environment</span></a></li> but the reason i did that is to parse them together to the next page, being separated by || At the echo.php i tried to explode them to their individual self and display them but i keep geting $index_id--$weekly_gen_news--$what_is_env as result, as echoed bel
-
I need the widget to be in my website. Any easy way that i can walk around to embed a widget inside my web can help
-
I want to make my web pages to occupy the whole of my testing browsers. But instead, is either i got an over flowing width that extends at the far end of my browsers, or it will not be the same web page-width in most of the browsers i tested them on ,including firefox, opera, IE, Torch.......So what is the exact with in px should i give my outer div to make it occupy perfectly the whole of my browser and to make the with be the same in all browsers. Am using external css to format my webpages If there is any other way to do this please help me!
-
Am designing a simple php forum platform with mysql database. But on redirecting from a page called main_forum.php to a page called view_topic.php, am stuck with this error message------> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id='4'' at line 1 What should i do, please am dieing //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-
Am designing a simple php forum platform with mysql database. But on redirecting from a page called main_forum.php to a page called view_topic.php, am stuck with this error message------> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id='4'' at line 1 What should i do, please am dieing //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-
Am designing a simple php forum platform in dreamweaver using mysql database,but when i run the script, on redirecting to a page called view_topic.com it shows this error message----> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE id='4'' at line 1 The $topic_output normally echos out then followed by the above sql error message /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////