Anyone know how to replace the whole header above menu with a html block?
So you have html block at top, then nav menu, then page content...
Anyone know how to replace the whole header above menu with a html block? So you have html block at top, then nav menu, then page content... |
siteroot/templates/base/index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>.: :.</title> </head> <body> Insert the HTML code for the HTML box here. </body> </html> |
thanks :-) |
Did it work? I guessed that might be the place but I have never tried it myself lol |
will try later today, after 'work' when i go home and do my own 'work'!.... |