No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
![]() | |
Re: It can hapen if you were using program in the wrong way. For example if you use Dreamveawer and type your code inside designer view instead of code view. So we need to know first wich program did you use for creating html. | |
Re: There is no way you can make blinking text with CSS for IE. It is better to make animated gif, then you can use fade in/fade out to make it less annoying. | |
Re: Have you tested the connection to the database? $con = mysql_connect("localhost","username","password"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("my_db", $con); | |
Re: Don't put space between <? and php it should be <?php Also add phpinfo(); it will give more info if the php is installed | |
Re: For registration you need database to store registered users, do you have one? | |
Re: I'm very visual person. Only flash sites can occupy my attention. When I try to remember of some good web site I wish to visit again I can remember only flash sites. But also, there is lot of garbage made in flash so I understand others who don't like flash. | |
Name: Anka Nickname: mankis Height: 168cm Weight: I was pregnant, so ask me in a few months Hair: natural Eyes: between green and brown Location: Croatia Age: 30 Hobbies: learning something new Relationship Status: Married Education: Academy of Fine Art Work: web design Favorite Movies: crazy for star tracks | |
Re: I know that feeling :ooh: There is some difference how IE handles margines and padding. So you should allways look there first. | |
Re: Also use Seo Friendly Urls. Keywords in <h1> tags (there should be only one <h1> title on the page), than in <h2>, <h3>. Keywords in image title. Try to get links from directories, blogs, forums with high PR. While building back links focus on pages with similar content like yours. | |
Re: Sometimes it is better to use % sometimes px. For example. If you wish that your div has same width as page in browser than you will use %. If you wish that your div has same width as, for example, background image you have prepared for it than you … | |
Re: Hi, php generates html pages, and that generated pages are what is important for SEO. On page optimisation on generated html page counts. Title, url of the page, <h1>, <h2>, title of images etc. |
The End.