Gossamer Forum
Home : Products : Links 2.0 : Discussions :

modifying html

Quote Reply
modifying html
i am new at using links 2.0 and was wondering if anyone could give me some pointers on how to modify my html pages? the trouble i am having is after i have made changes to html page, and saved it, the changes are not visible when i view it on my browser. i even tried to refresh my browser and i stil could not see the changes. if anyone could help i would greatly appreciate it.

thankx,

mike-e
Quote Reply
Re: [mike-e] modifying html In reply to
Did you go into your admin and hit 'build all'? Your changes won't take effect until then (except dynamic pages: search, etc).


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] modifying html In reply to
yep, i hit "build all" after modifying and saving my templates, and the changes are still not visible.
Quote Reply
Re: [mike-e] modifying html In reply to
I use html comment tags when dealing with scripts that pull in a bunch of subroutines such as <!-- This section generated by add_error --> etc. It has helped me. I've even had to add something like the following <H1>YOU ARE HERE</H1> when dealing with lines and lines of repetitive html code.

Hope this helps.