Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a site similar to another one

Status
Not open for further replies.

LonnieJohnson

Programmer
Apr 16, 2001
2,628
US
Someone wants a website similar to this one...


They do not know where the template for this one comes from. This site has lots of menus and links and building it from scratch would take forever. Is there a simple solution to this?

ProDev, Builders of Affordable Software Applications
Visit me at ==>
May God bless you beyond your imagination!!!
 
It doesn't look like its been made from a DW template, as it has FrontPage flagged as its Generator. A quick look at its source shows a simple (but old-fashioned) nested tables in a centred div, with some very straightforward JS to do the image swap.

If I wanted to do a site like that I would just code it from square one, using divs for all layout instead of tables. That way you will avoid most of the MS generated invalid code. See
___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top