hodiau
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to add a frame in my theme?Well the above code worked eventually, however it slows everything down dramaticly.
So frames is defenatly not the awnser.
Anyone with a better idea?
Or is this just not doable?I found this wich explains a lot i think we aren’t there yet, maybe in a year or 2 ?? ?? ??
Forum: Fixing WordPress
In reply to: Flash links aren’t workingoops sorry, just wanted to help out
Forum: Fixing WordPress
In reply to: Flash links aren’t workingcan you post the actionscript of your buttons?
Forum: Themes and Templates
In reply to: How to add a frame in my theme?I have made a htm page with an 2 frames
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "https://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset rows="80,80" frameborder="NO" border="0" framespacing="0"> <frame src="/header.htm" name="topFrame" scrolling="NO" noresize> <frame src="/index.php" name="mainFrame"> </frameset> <noframes><body> </body></noframes> </html>
but when i upload the files i see my page like it is on
Forum: Themes and Templates
In reply to: Widen Forum Page?you use different css for the forum?
Forum: Fixing WordPress
In reply to: frames html with wpyes me to ??
Forum: Themes and Templates
In reply to: How to add a frame in my theme?anyone an idea?
Forum: Themes and Templates
In reply to: How to add a frame in my theme?a bit like the wordpress site itselfs wich has also a fixed header
Forum: Themes and Templates
In reply to: How to add a frame in my theme?Its cuas i have a flash video header and it would be much nicer if it could stay put..
this is my site
it would would be great if there would be a way to do this
Forum: Themes and Templates
In reply to: IE navbar search problemresolevd i looked over the breaks there in the searchform code
how stupid:
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/"> <div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Search" /> </div> </form>
Forum: Themes and Templates
In reply to: How and where to put my blogs titlenp ??
Ok i guess it works now the “jss file has to be in your root folder…
the code works fine if its placed in the “header.php”
Forum: Themes and Templates
In reply to: How and where to put my blogs titleOk, well the logo is located in
“wp-content/themes/ambient-glo-1/images/logo.jpg”all you have to do is put your own logo file there
you could:
*create one of your own called “logo.jpg”*or call it “somethingselse.jpg” or “somethingselse.gif”etc,and change the link in your “styles.css” file. My guess is that the link is in there, if not check the “header.php” .
??
Forum: Themes and Templates
In reply to: How and where to put my blogs titleYour site is offline…
Forum: Themes and Templates
In reply to: Problem with placement of menubuttons in the nav bar.Sorry i couldn’t awnser you more quickly i went to sleep after posting.
Css is indeed splendid its wat convinced to start using html again, after a while using only Flash.
https://www.pulpflip.be/(testing server so when its ready it won’t be there anymore) thats the link, Still needs a lot of work, but with your help my problem is now resolved. Thank you for that, i was pulling my hears out for 2 days now.
The trouble maker was, as you sugegsted, the “float” code. I replaced it with “display: inline” and it worked perfect. I also used the min-hight since its more compatible.
The Pastebin link didn’t work.
Thank you again ??