24 Posted Topics
I have a problem with the CSS for the logo. I want my logo to be in the middle horizontaly every time but my logo isnt aligned with the centered image in the backgroundand, the logo isnt right in the middle of the browser .With my css code the logo … | |
I cant center the logo in the middle of the page horizontaly. HEEEEEEEEELP #logo { display:inline-block; margin:10px auto 0 auto; } #logo img {max-width:330.5%; } #logo a{ display: block; margin-left: 0%; margin-right: 0%; } I ve tried many options and nothing works and this is my last1 | |
I have to do this with "for" and "while" loop in c++ but no idea how print all numbers between 10000 and 100 which are devisible with 5 and 9 but not with 2 any help suggestion advice or anything is needed urgently this is too complicated for me heelp | |
Re: reminder...u must not do that if u work with open source code... | |
| |
what s the best way to add link and caption to the images? <ul class="bxslider"> <li><img src="/images/pic1.jpg" /></li> <li><img src="/images/pic2.jpg" /></li> <li><img src="/images/pic3.jpg" /></li> <li><img src="/images/pic4.jpg" /></li> </ul> | |
i add this <head> <link href="/css/jquery.bxslider.css" rel="stylesheet" /> </head> <body> <ul class="bxslider"> <li><img src="/images/pic1.jpg" /></li> <li><img src="/images/pic2.jpg" /></li> <li><img src="/images/pic3.jpg" /></li> <li><img src="/images/pic4.jpg" /></li> </ul> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script src="/js/jquery.bxslider.min.js"></script> <script> $(document).ready(function(){ $('.bxslider').bxSlider(); }); </script> </body> but all i get is unordered list of the images what s wrong | |
what this mean Note that the call must be made inside of a $(document).ready() call, or the plugin will not work! any1? | |
How I can make fastest a slider with small linked images like a film tape and they should slide left and right !!!!!!! Pls help fast !!! | |
Dear friends, I want to add a background image in joomla ARTICLES which will respond with wide on resize like u use cover parameter and also i want my background immage not to cross the borders of the sheet. What i mean if i use absolute parameter the bg image … | |
Help, however I try to add background image in joomla article, when i run it i only get one row of the image. What I want is to add a full image 600px wide 800px high but as display i get just one row of the image, I dont intend … | |
when i try to call my joomla with localhost i get this: [b]Error displaying the error page: Application Instantiation Error[/b] my db name, my user and pass are correct, i dont see any problem in configuration page, they r correct | |
I cant find solution for this problem so i hope someone of u can help When i set seo settings** Use URL rewriting = yes** in Joomla than my site crashes It must be **Use URL rewriting=yes** **How to make my joomla site user friendly with this problem?** this is … | |
I need a very big help and is urgent. I have a big "permission" problem when i run this module and I get ths errors: Warning: fopen(tmp/::name.hsh) [function.fopen]: failed to open stream: Invalid argument in ... Warning: fwrite() expects parameter 1 to be resource, boolean given in... Warning: fclose() expects … | |
I get these errors: Warning: fopen(tmp/::name.hsh) [function.fopen]: failed to open stream: Invalid argument in ... Warning: fwrite() expects parameter 1 to be resource, boolean given in... Warning: fclose() expects parameter 1 to be resource, boolean given in ... **Can anyone advise me what is the problem?** Tough is a permission … | |
I get these errors: Warning: fopen(tmp/::name.hsh) [function.fopen]: failed to open stream: Invalid argument in ... Warning:fwrite() expects parameter 1 to be resource, boolean given in... Warning: fclose() expects parameter 1 to be resource, boolean given in ... Can anyone advise me what is the problem? Tough is a permission problem … | |
I made artisteer template with swf header for joomla. The swf file has mp3 music to play but when template is added to joomla the music doesnt play....any one knows solution? ![]() | |
my code is like this if (isset(POST_[submit])){ ......if (empty($name)) ..........echo "name field is empty"; ......else if(isset($_POST[submit])){ ............$name = $_POST[name]; ........query ........mysql_cuery($query,$conn) } } if (isset(POST_[submit2])){ ......if (empty($pet)) ..........echo "pet field is empty"; ......else if(isset($_POST[submit2])){ ............$pet = $_POST[pet]; ........query ........mysql_cuery($query,$conn) } } As you can see I have two submit buttons … | |
![]() | |
Re: SELECT * FROM table1, table2, tablen WHERE table1.primarykeycolumn=table2.foreignkeycolumn AND table4.primarykeycolumn=table3.foreignkeycolumn AND (follows all relations between columns ) $select_participanti=mysql_query('select * from participanti where id_firma=' . $id_firma . ' and id_curs=' . $id_curs); will look like $select_participanti=mysql_query('select * from table1,table2...tablen where table1.id_firma=table2.id_firma and ...); | |
Re: lessons from phpAcademy chanel at youtube or thenewboston chanel lynda php/mysql lessons(lessons from lynda.com) w3school.com webpage | |
Hi, i have four tables: books info autor publisher ---------- ------------- --------------- -------------- id id id id bookname type name publisher name autor_id year second name quantity publisher_id autor year country I tried with this relations but it did not work (is this normalization ok) relations: `autor.id = books.autor_id` AND … | |
Hi, i have four tables:books, info, autor, publisher and columns under tables; books........... info............ autor............. publisher ------------... -------------... ---------------... -------------- id............. id............... id.................id bookname .......type .............name ..............publisher name autor_id .......year .............second name .......quantity publisher_id ...autor............. year..............country I tried with this relations but it did not work (is this normalization ok) … | |
Hi, I need to write a php code that search from multiple tables and here is the problem: $query = "SELECT * FROM table1, table2, table3, table4 WHERE $kategorija LIKE '%".$kriterium."%'"; The results that were given were multiplicated (hundreds copies of the same data). I am new and can somebody … |
The End.