Click to See Complete Forum and Search --> : help with a page


cooke2929
02-04-2007, 04:12 PM
i have a web site at www.cookespoker.co.uk how do i make a page on it like i have a homepage but how do i make a link on it to a diff page and how do i make that diff page

ray326
02-04-2007, 11:01 PM
http://www.w3schools.com/

The Old Sarge
02-05-2007, 10:42 AM
lol Oh, Come on, Ray! You don't have time to explain? ;)

ray326
02-05-2007, 12:36 PM
Yeah, HTML from scratch ain't a place I want to go. :)

The Old Sarge
02-06-2007, 10:29 AM
Cooke, sorry if I sounded glib or unsympathetic. It's not that either of us is unwilling to help, it's just that your question is so basic, an answer requires, as Ray alludes, a quick tutorial on html ... from scatch. This is not the place for that, nor is it the best place for you to begin your education on html. Ray's link is very good place to start.

WebJoel
02-07-2007, 07:03 PM
W3schools is a good place to start, -but (sigh), -why is it that whenever someone asks 'how to build a site like blah-blah', -they always inevitably seem to pick the worst ones to want to emulate? -Did'ja check the code on that site? How many "</html>" and "</body>" tags did you count? :rolleyes: And the text-colored links are nearly the same color as the background-color... I nearly missed that there even WERE links on the page until I did a 'click-and-drag' to highlight...
I am always surprised that such a site even shows on a browser. But one can learn as much from a poorly-written/designed site as from a good site (and to be honest, -there is nothing on that page that I probably haven't done myself at least once when I first started out).

skeddles
02-07-2007, 07:07 PM
<href a="*insert url here*">*insert text here*</a>

is that what you mean?