- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
33 Posted Topics
Re: hey ummm, can't you right click and "view source", read through and just get the password, or havee l missed the point? | |
Hello, Not sure if I am putting this in the right section or not but I'm sure someone will let me know if I'm not. I have recently made a email template, coded from html, I've done it in a visual editior provided with my email client. As you would … | |
Hello, i have never been really succesful at positioning items on a page with css, it's taken me a long time but i finally worked it out, buit for some reason with the code i am now using my border will not locate properly, i have attached an image, you … | |
hi, i want to build something, like and app, to start with i need like and endless scrolling space with NO scroll-bars, and secondly want it to scroll with my mouse, by hovering my mouse cursor to the left of the page the page would scroll to the right, im … | |
hi, i have to pieces of php code that i need to place into one but am unsure how to do it, firstly i have my peice of php to upload a few statistics: [CODE]<?php include 'mysqlconnect.php'; $db = mysql_select_db("upload_frenzy", $con); if (!$db) { die('Can not Connect to Database: ' … | |
Re: Whats this seperate template for and where shall it be placed with-in the siite? | |
Re: To start with do you have the following within your .htaccess file: [CODE]Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^/?(.*)$ /ht_test/index.php?url=$1 [L][/CODE] | |
| |
Re: So, what you have is a template that you would like edited for each item with the statistics of each item? and how will you be doing by hand or with a cms of some sort? | |
Re: could you please show the selection of code that 'fixes' its width and height? | |
Re: Have you gotten the html written for the form yet? and to position it you would be best to use css... | |
Re: ok, so give me a run down on what you can do and i might be able to further help you: can you: make the forms with html? style them with css? apply mysql / php to save this information to a database? (or if your not storing it to … | |
hi, so, i want to put an image as my background right where the header is, so i am guessing this will be a vector? Now, i have built plenty of site, but usually i don't include many images, its usually just css for me, my main concern of this … | |
Re: Right, so you want to hack someone else's website? Could i suggest not a good idea? Also, if he built it, this means that you cant build websites, and chances are the only good thing you can do with his account is change the website looks and how it functions, … | |
How do most people make the layouts for their sites now we have things like: [CODE]<header> <nav> <article> <section> <figure> <summary> <details> <footer>[/CODE] Just curious as i am wondering how most do it : 3 I quickly wrote this up: [CODE]<header> <nav> <section> - Welcome <details> - who wrote it … | |
Hi, i am making a menu and want to be able to add menu links by simply adding a new record to a database, i have got the main concept going but am having some troubles, instead of writing: the same piece of code to load a new menu item … | |
For anyone that hasn't heard of RUZEE.ShadedBorder you can go here: [URL="http://www.ruzee.com/files/shadedborder/test.html"]http://www.ruzee.com/files/shadedborder/test.html[/URL] Now, i would like to know if everything on this page could be done in either css or css3? and if i could would it be possible to use shadows? RUZEE.ShadedBorder is a bit of a pain and … | |
Hi, i have downloaded 3d blender and Python 2.5 and tried to run Python with blender for the use of importing models, but when i tried to import the model a message came up in the command prompt saying : [CODE]module use of python25.dll conflicts with this version of python[/CODE] … | |
Re: As l am still fairly new here, l never new him, but to think he died so young and left so many people behind makes me sad, l hope his family manage to overcome this terrible event and will move on with their lives, Rest In Peace Dave... | |
Hello, l want to retrieve information from a database,, l have a section for it to load but there is two entries (for now) l want it to pick a random one and load it, how can l do this? in my html file l have Name: <?php echo $latest_deal_name; … ![]() | |
Re: l understand that XML is a common language here, and so is flash probably common for a lot of people here, but making websites in flash isn't so common, most are made in and with html editors these days... It's not possible to just select everything and move it to … ![]() | |
Hello, l have a website template done in photoshop cs4, now l have made the template but l want to make it blend to a 0 transparency at the bottom for different page lengths and stuff, does anyone know how this can be done? Thanks :) | |
Re: [QUOTE=phatgirl21;1113126]I am trying to load a website with the proper address, running vista, pop up blockers and firewall off and security is safe. Still can't open up this site for some reason. Nor will it allow me to open it up on my iphone either. Any suggestions?[/QUOTE] l am not … | |
Re: [QUOTE=ErlendHL;1135824]Hello! I have a site, that I use to learn those web building languages. I have a problem with the menu tabs layout: A div contains many a's but, and it is supposed to cover the path behind them, but: t[URL="http://erlendhl.ueuo.com/"]his is what happens[/URL]. I have tried position:absolute; but then, … | |
Re: [QUOTE=rajabilal 7453;1129630]hi this site is so good please help me to use it 7453[/QUOTE] [url]www.w3schools.com[/url] is a great place to start learning html and css, if you get stuck and am confused about something and can't find help on google just leave us a comment here, l am sure someone … | |
l am wanting to build a php session script but l understand that there is more to it than just what w3schools shows, anyone got a good tutorial on it or time on msn ??? | |
Ok, so l am new to php ... sort of, now l have managed to throw this together: [CODE]<?php $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("test_database", $con); if(isset($_POST['Login'])) { if($_POST['username']!='' && $_POST['password']!='') { //Use the input username and password and check against 'users' … | |
Re: [QUOTE=Sarama2030;1116872]where do you find the curly brackets used in css code or is it just appropriate to use the common brackets.[/QUOTE] Your kidding right? l hope you mean different to me... It's near the enter button, you have gotta hold shift to use em, l am pretty sure that it … | |
Re: css might be the way to go... [CODE]<html> <head> <style type="text/css"> #text1{ margin: 0% 0% 0% 0%; position:absolute; } #text2{ margin: 0% 0% 0% 50%; position:absolute; } </style> </head> <body> <div id="text1"> This is text 1 </div> <div id="text2"> This is text 2 </div> </body> </html>[/CODE] should do it... | |
Ok, not sure if it's doable and how it's done, so l have come here :) Now what l am after is this, l have a css file and a html file, now in my html file l would like to be able to load in data from a .txt … | |
Well, l have a gradient for my background, just a simple one, here is the code to run it: [CODE]body { background: #d7e3ff url(images/top_gradient.png); repeat-x; width: 800px; background-position:top left; margin: 0 auto; text-align: left; outline: none; }[/CODE] Thats the css, now how do l add a bottom gradient for the … | |
Hello, l sor of scribbled this code up from a few tutorial l have looked over, combining tutorials never works for a newbie to C++ :( now this is what l have written:: [CODE]// InfoMenu.cpp : main project file. #include <stdafx.h> #include <iostream> #include <string> using namespace std; int main() … | |
l am having a little bit of trouble positioning stuff with css and html, l have a bottom bar and in this bottom bar l have three links one on the left one in the center and one on the right, no l need to position them in three ways, … |