Forum: HTML and CSS Sep 9th, 2009 |
| Replies: 6 Views: 1,466 first u must create your banner in flash, then export your movie in swf format. Now u ready to insert ur banner in any html pages. |
Forum: HTML and CSS Sep 4th, 2009 |
| Replies: 8 Views: 566 i think z-index will solve this, make z-index bigger for the top <div>
ex
.topdivname {
z-index: 5;
}
.underdivname {
z-index: 1;
} |
Forum: HTML and CSS Sep 4th, 2009 |
| Replies: 3 Views: 614 i think its better to use <div> instead of <tr>
maybe it will look like this :
<a href="http://google.com"><div align="center"><span>google</span> <span>google</span> <span>google</span>... |
Forum: HTML and CSS Sep 4th, 2009 |
| Replies: 2 Views: 471 i think u should make different style for your lightbox
ex :
.lightbox {
text-align: center;
etc ....
}
.lightbox image {
border: 0;
etc .... |
Forum: Website Reviews Sep 4th, 2009 |
| Replies: 2 Views: 383 thx man sorry for this long reply :P |
Forum: HTML and CSS May 11th, 2009 |
| Replies: 10 Views: 1,149 Mmmm thats strange,
<!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>... |
Forum: Website Reviews May 11th, 2009 |
| Replies: 2 Views: 383 Dear all,
I've just finished install my new themes at link (http://balisidenotes.com) please take your time to drop comments about this WP themes
Regards |
Forum: HTML and CSS May 11th, 2009 |
| Replies: 1 Views: 371 Try to reactive your plugin first and see if it work |
Forum: HTML and CSS May 11th, 2009 |
| Replies: 10 Views: 1,149 if you use
table {background-color: #ff0000;}
you don't need to add class or id to your table, it will change all table background to #ff0000 |
Forum: PHP Apr 21st, 2009 |
| Replies: 2 Views: 280 I think you can add validation after this line :
if ($_POST['form_submitted'] == '1') {
## Form submitted, user registering!
the most simple php script to check required fields is :
... |
Forum: Graphics and Multimedia Apr 20th, 2009 |
| Replies: 2 Views: 547 Try this site ace :
Link1 (http://colorschemer.com/)
Link2 (http://colorschemedesigner.com/) |
Forum: PHP Apr 19th, 2009 |
| Replies: 6 Views: 664 mmm ithink there's a problem with your query.
try to echo-ing to query like this :
echo $query;
is it read $user and $pass variable ??
if its not read those variable you can change query... |
Forum: HTML and CSS Apr 19th, 2009 |
| Replies: 4 Views: 1,077 try to use
float: left;
to #menu
and
float: right; |
Forum: PHP Jan 12th, 2009 |
| Replies: 3 Views: 703 I think KKeith is right, you can fix this issue by change this code :
$booksid = $_GET[id]; //the product id from the URL |
Forum: PHP Jan 12th, 2009 |
| Replies: 7 Views: 1,466 You must change your code on line 25 like this:
$content = "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>"; |
Forum: PHP Nov 23rd, 2008 |
| Replies: 3 Views: 3,798 Thx for the reply Pete, ill try to use your class.
Cheers |
Forum: PHP Nov 19th, 2008 |
| Replies: 2 Views: 1,848 Hi all, glad to write here again, i need all your help :)
Does anyone knows or have simple online booking system that can attach in a wordpress blog.
This plugin let user choose check in date and... |
Forum: PHP Sep 17th, 2008 |
| Replies: 3 Views: 3,798 Hi all,
im starting to use paypal in my custom cart, i want to use express checkout in my cart. Can anyone tell me how to retrieve paypal token with php script ??
or just give me a simple brief... |
Forum: HTML and CSS Jul 16th, 2008 |
| Replies: 5 Views: 874 i think jakesee is right, you need to use PHP, ASP or something else to do it. |
Forum: HTML and CSS Jul 15th, 2008 |
| Replies: 11 Views: 1,900 mmm i think there's no solution to fit all of your image in 25x25 cell (because your images not all in square). If you push it that way you can set default value for height or width in your php... |
Forum: HTML and CSS Jul 15th, 2008 |
| Replies: 5 Views: 1,458 Try to remove "position:absolute" and the attributes. Use padding and margin to manage your div position. MMM maybe something like this
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"... |
Forum: PHP May 17th, 2008 |
| Replies: 3 Views: 454 try it like this
if($submit){
$query = "your update query";
$result = mysql_query($query);
if($result){
header("Location: yourpage.php");
}
} |
Forum: HTML and CSS May 13th, 2008 |
| Replies: 3 Views: 3,003 Try it like this Borderline
.links a:link {
color: #000000;
background-color:#99ccfb;
border: 1px solid #000000;
padding: 5;
text-decoration:none;
} |
Forum: Site Layout and Usability May 9th, 2008 |
| Replies: 2 Views: 1,174 try this
- http://www.freewordpresslayouts.com/
- http://www.smashingmagazine.com/
btw if you want a theme that suit your need try to make or hack a theme :D |
Forum: Site Layout and Usability May 9th, 2008 |
| Replies: 2 Views: 3,301 i usually use photoshop for my designs, you must rearrange your design in dreamweaver ( don't use export result ) about rollover navigation, you can create it in dreamweaver too.
Basically you just... |
Forum: HTML and CSS May 7th, 2008 |
| Replies: 6 Views: 4,775 mmm its strange ....
i think i need to see your page 1st
but u can try to add background to your body instead of #container like this
body{
background-image: url("");
background-color:... |
Forum: HTML and CSS May 4th, 2008 |
| Replies: 6 Views: 4,775 #container
{
background-image: url(...) left top repeat;
}
try it like that, ( adjust background position and repeat behavior base on your need )
in the code above your background will... |
Forum: IT Professionals' Lounge Apr 30th, 2008 |
| Replies: 6 Views: 1,783 There are lot of open source cms nowadays, everyone has iys own favourite i guess :P
Ill prefer wordpress (http://www.wordpress.org)for ur case, its so simple and easy, even for them who have zero... |
Forum: PHP Apr 30th, 2008 |
| Replies: 3 Views: 940 This is a simple way to do it :
mysql_connect("yourhost","yourusername","yourpass");
mysql_select_db("yourdb");
$result = mysql_query(SELECT * FROM tablename LIMIT 1);
while($row =... |
Forum: HTML and CSS Apr 30th, 2008 |
| Replies: 1 Views: 578 try to use line height in ur css, like this
.yourstyle {
line-height: 16px; (its depend on your needs)
}
hope it help |
Forum: HTML and CSS Apr 30th, 2008 |
| Replies: 2 Views: 707 in ur case ill prefer to use table instead css. |
Forum: HTML and CSS Apr 30th, 2008 |
| Replies: 3 Views: 1,132 hi there
for removing the space, u can make custom style like this
.checkboxstyle {
margin-left: 0;
padding-left: 0;
}
hope it helps |
Forum: PHP Apr 18th, 2008 |
| Replies: 2 Views: 1,799 thx kkeith how can i implement this in javascript or other stuff, if anyone knows how to solve this pls let me know |
Forum: PHP Apr 18th, 2008 |
| Replies: 2 Views: 1,799 Hi all, can someone tell me how to display image in select form element
i've try to do this, but its not workin
hope u guys can figure it out |
Forum: IT Professionals' Lounge Apr 14th, 2008 |
| Replies: 3 Views: 786 Ya joomla its table less now, and its already using mod rewrite, so i think its fully optimize. Just give it a try 2bu |
Forum: PHP Apr 14th, 2008 |
| Replies: 3 Views: 582 try it like this
<form name="form-name" method="post" action="<? $_SERVER['PHP_SELF'] ?>?var_name=<? echo $var_value ?>&var_name2=<? echo $var_value2 ?>"> |
Forum: IT Professionals' Lounge Apr 14th, 2008 |
| Replies: 3 Views: 786 u can run joomla in localhost, using AppServ (http://www.appservnetwork.com/) . U can create custom template for joomla but u need to learn it first, there are lot of free joomla templates nowaday u... |
Forum: HTML and CSS Apr 14th, 2008 |
| Replies: 7 Views: 2,043 try to change ur table width into pixel not in %.
Example :
<table width="700" border="0" cellspacing="0" cellpadding="0"> |
Forum: HTML and CSS Apr 1st, 2008 |
| Replies: 2 Views: 1,111 you need to change h1 margin tjl30, that white space is cause by top margin of your h1
just change it to
margin: 0 .1em .5em .1em; |
Forum: HTML and CSS Apr 1st, 2008 |
| Replies: 2 Views: 1,137 it's better if u show ur code first sfadelta |