Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > TS Community > The Meeting 'spot'

making myspace layouts (DIV)

Reply
Bookmark / Share this page
Thread Tools
  #1  
Old 08-01-2007
Fr3ddi30's Avatar
Newcomer, in training
 
Member since: Apr 2007, 40 posts
making myspace layouts (DIV)

how do people make these?
coz when im older, i would want to be a web designer, and i thought this is a gd way to get started...?
ive made lots of normal ones. and a few div, but only from changing BG image and some overlay arrangements.
do they do it on dreamweaver?
Reply With Quote
  #2  
Old 08-01-2007
jobeard's Avatar
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 6,610 posts
Dreamweaver / Frontpage are but a few of the GUI tools used to create webpages.

The basics of webpages are in HTML.
Newer concepts split the content (what is said/shown) from the presentation
(the fonts, colors, and locations on the page using CSS.

Get some books and go for it.

BTW: Apache2 (a great webserver) will load onto your PC and you can
begin building and testing webpages without purchasing a domain URL
Reply With Quote
You can remove this banner by registering, join the TS Community for free.
  #3  
Old 08-02-2007
TimeParadoX's Avatar
TechSpot Guru
 
Location: DE_Dust 2
Member since: Aug 2006, 2,474 posts
System specs
Personally I user Dreamweaver like Jobeard said, A good way to test the site you're making is to just go to www.freewebs.com and copy your HTML you made in Dreamweaver and create it there as a "Sample page" so people can test it
Reply With Quote
  #4  
Old 08-02-2007
jobeard's Avatar
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 6,610 posts
you can actually save new html pages on your PC (eg: newpage.html) and then
just dbl-click on the file -- your default browser will be launched to display it.

the trick (and also a good guide for real websites) is to use relative addresses
for all the graphics and links internal to the sited and full url address for only
exteral references, eg:

if the page has text with a graphic, the image tag would look like
Code:
<img src="images/thispix.jpg" ... >
and the pictures would all be in a subfolder images/

scripts and css files can be yanked in this same manner.

the only thing that can not be tested without a webserver is server-side CGI
or dynamic page generation stuff.
Reply With Quote
Reply
Thread Tools

Forum Jump

Similar Topics
Thread Thread Starter Forum Replies Last Post
MySpace login problems jordan13 Security and the Web 2 04-10-2008 02:06 AM
Myspace troubles (Silent)Assasin Security and the Web 16 06-22-2007 11:41 AM
Myspace getting hacked Kurupt Security and the Web 5 06-10-2007 06:36 AM
Myspace querie. dfitz Introduce yourself 4 03-29-2007 03:28 PM
Norton Ghost quits making image after making its first CD paulrock Misc. Software & Utilities 0 08-03-2005 11:39 AM


All times are GMT -4. The time now is 02:03 AM.