-
-
UStream in website
I'm trying to map this out in my head to think of a logical and easy to understand interface for customers. I will soon be purchasing a website. The main focal point of this site is going to be for uses to be able to watch an iPPV embedded on U-Stream. Does this mean there is going to have to be a sign in page on the website allowing only paid members to be able to view the video, or are the login details to be found within the embedded video? Thanks
-
Logging into a Google account from two different locations
Hi Everybody, Does anybody know what would happen if a Gmail account was accessed at the same time on two different locations? Say for example I wanted a shared Gmail account with my wife. If I were on the account at work writing / reading Emails and she logged in from the PC at home, or on her phone, would either of us know the other was in? Would service be disrupted in any way? Thank You
- Hello: thinking of getting into web design...
- Hello: thinking of getting into web design...
-
Hello: thinking of getting into web design...
OK so with that out of the way i have written quite a bit of HTML now :-) Paragraphs, headings, links, forms, photos... it looks like I've made a webpage from 1994, but still :-) Out of interest, when you guys write pages, do you insert all of the codes manually, or is here software which does it for you with a click? i.e. when I'm writing on this forum, when I want something written in bold, I click on the bold tab and the page does it for me. Same all manner of other commands and short cuts.
-
Video in Wordpress
Hello, I am due to buy a website and it's my aim to get involved (albeit, very back seat) with the setting up and design. I was wondering with Wordpress: would I be able to have a page where (via PayPal payment) exclusive content is viewed via an embed video?
- Hello: thinking of getting into web design...
-
Hello: thinking of getting into web design...
Hey, I'm unable to send messages due to being a newbie on the forum. However here's the actual copy and paste of what is in each notepad. .html <!DOCTYPE html> <html> <head> <title>The Title</title> <link rel="stylesheet" href="Style.css"> </head> <body> <p> Hello this is my text for the trial page... </p> </body> </html> .css <!DOCTYPE html> <html> <head> <title>CSS example</title> body { font-size:14px; color:red; } </head> ---------------------------------------------------------------------------------------------------- The css file is called Style.css (with a capital S). Basically, when I click on the Chrome icon, I get a page come up with standard text saying: Hello this is my text for the trial page... without the size or color change requested in the CSS file.
- Hello: thinking of getting into web design...
- Hello: thinking of getting into web design...
- Hello: thinking of getting into web design...
- Hello: thinking of getting into web design...
-
Hello: thinking of getting into web design...
I've removed he apostrophe but sadly still nothing. The change I'm trying to make are: <!DOCTYPE html> <html> <head> <title>CSS example</title> body { font-size: 14px; color: navy; } </head> Which I have put into the CSS document. My HTML file looks like: <!DOCTYPE html> <html> <head> <title>My first web page</title> <link rel="stylesheet" href="style.css"> </head> <body> This is the text for my trial page. </body> </html>
- Hello: thinking of getting into web design...
-
Hello: thinking of getting into web design...
Ugh, sorry to come back so soon! I am trying basic CSS (external). So I've created a new noepad file and saved it as style.CSS in the same desktop folder I created my .html file in. On my CSS file I have: <link rel="stylesheet" "href="style.css"> Then underneath that: body { font-size: 14px; color: navy; } I was expecting the changes to show up in my browser when I refreshed the HTML document, however no changes occurred. Have I missed something?