HTML/CSS Good html website code templates?

  • Thread starter Thread starter rollcast
  • Start date Start date
  • Tags Tags
    Code Html
AI Thread Summary
The discussion revolves around the challenges of updating a website originally created with a WYSIWYG editor, resulting in complicated and nonsensical code. The user is considering rebuilding the site from scratch but is seeking a pre-made template that has established coding for page sizing and alignments to save time. An alternative suggestion is to use wiki software, which allows for easy editing while maintaining control over the content. Additionally, there is a recommendation to use the Firebug add-on for Firefox to analyze the existing code before deciding to recreate the entire site.
rollcast
Messages
403
Reaction score
0
I'm trying to fix up my dads website but the old version seems to have been made using some sort of WYSIWYG editor so the code is completely senseless and complicated. So I think it would be quicker to start and just re make the website from the ground up but I haven't got the time to fiddle with all the alignments and page sizing so I was wondering if anyone knew of somewhere I could get a template of a website that already has the coding for page sizing and alignments sorted?

Thanks
A.
 
Technology news on Phys.org
It's not an answer to your exact question but perhaps still helpful: What I did for my homepage is to install some wiki software (dokuwiki in my case, but the exact choice doesn't matter) and make the pages editable by no one except me.
 
rollcast said:
I'm trying to fix up my dads website but the old version seems to have been made using some sort of WYSIWYG editor so the code is completely senseless and complicated. So I think it would be quicker to start and just re make the website from the ground up but I haven't got the time to fiddle with all the alignments and page sizing so I was wondering if anyone knew of somewhere I could get a template of a website that already has the coding for page sizing and alignments sorted?

Thanks
A.
As far as I know, there hasn't been any messy scripted web page that could run away from Firebug check. You can install the FireBug add-on in your firefox and let's see if it can help your problem first before recreating the whole site.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Replies
14
Views
3K
Replies
5
Views
2K
Replies
5
Views
2K
Replies
3
Views
2K
Replies
8
Views
2K
Replies
5
Views
2K
Replies
4
Views
2K
Replies
1
Views
2K
Replies
3
Views
4K
Back
Top