Jump to content

leeutalkin2me

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

leeutalkin2me's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Im designing webpages and usually make my changes and upload and view to see what has happened. I dont have php installed on my PC. Im thinking it must be easier this way as I could view changes through a Browser without being on the net., however i dont know what to download or install Source Code Downloads Windows Binaries package installers Can someone tell me which I need to download for a Win XP machine thanks Lee
  2. Now that I have used the 'include' function of php to Insert a Menu on my Page. Left Menu - [a href=\"http://www.troublefreetraveladvisor.com/websitedel.php\" target=\"_blank\"]http://www.troublefreetraveladvisor.com/websitedel.php[/a] I want to organise it and give it some Format rather than just boring Text. Anyone got any Suggestions as Im not sure where to go. One thing, I couldnt decide on was whether to move the Menu, to a a Horizontal One, below the Logo , to look how Expedia have theres. Anyway, if I kept it like it is now on the Left. thought could make it this [a href=\"http://webdesign.about.com/library/layouts/zlists1.htm\" target=\"_blank\"]http://webdesign.about.com/library/layouts/zlists1.htm[/a] I dont want something complicated yet, something that looks good and works well. Can anyone help me? Thanks Lee
  3. yes each time i progress with my site i check it in firefox and IE to start with to make sure they are identical Only been using dreamweaver to put bits of code in. Can i not fix that problem that dreamweaver shows me then?
  4. I have this page [a href=\"http://www.troublefreetraveladvisor.com/websitedel.php\" target=\"_blank\"]http://www.troublefreetraveladvisor.com/websitedel.php[/a] It opens up and displays good in Firefox & IE. But for some reason, in dreamweaver(what i used to edit code etc) its display its not the same as when uploaded. I use two Menu's and use Include to add them to my pages left menu - menu.inc right menu - menu2.inc If i change menu2.inc to menu.inc it displays the entire site fine, i solved this earlier today but i must have undone something and its come backagain. [code] <div id="menu">      <?php include("menu.inc"); ?>     </div> </div>     <div id="right"><br /> <?php include("menu2.inc"); ?> </div><br /> [/code] The last closed Div command is highlighted in red and on my page in Design view have - untitled document </head> in yellow highlight, but none of it on the uploaded page where it all looks perfect lol Can anyone explain this ?
  5. well i played around and got this happening [a href=\"http://www.troublefreetraveladvisor.com/website.php\" target=\"_blank\"]http://www.troublefreetraveladvisor.com/website.php[/a] when u click on the About us Link, i got a page to open up in the Content Div which i assigned as an Iframe.
  6. Just looked at those tutorials and I frames. Im totally confused. I see that you create an Iframe, and then direct using the link for the page to open up in there <a href="anchors.htm" target="iframe2"> anchor page opens in iframe2 But where does this leave me in relation to my Divs? Do you give them an additional ID or class which means they can be recognised as a Div and also a Iframe, all in the same thing?
  7. I am creating my Homepage structure using Divs & Css coding. The page will include Menus & Links. When a Link is selected, how can I make the Page to be opened, open up in one of the other Divs? The menu is created with php however not attached to this page as yet. I need to work out how to do the styling of the Menu. Iwant to keep the original homepage open and allow pages to opened up in the center Div <div id="content"> [a href=\"http://www.troublefreetraveladvisor.com/website3.html\" target=\"_blank\"]http://www.troublefreetraveladvisor.com/website3.html[/a] Lee
  8. yey it was a simple thing, i hadnt renamed one page .php. so did that and some tweaking and its at least opening in the right place and i made it match the current table size [a href=\"http://www.troublefreetraveladvisor.com/try5.php\" target=\"_blank\"]http://www.troublefreetraveladvisor.com/try5.php[/a] Viewing thru firefox the links etc is small Where do i need to code to be able to change the Font/Size etc of the Link? in the menu.inc , try5.php I deleted the size inthe .css file as it was making everything in a TD code change size. How do i change the size? As now I want to work on the Design of the Menu?
  9. I tried this but no luck. just adding the line about include menu. [code] <tr>     <td width="149" height="881" valign="top" bgcolor="#E6F3FF"><table width="149" border="0" cellpadding="0" cellspacing="0"  class="pageName" id="navigation">       <tr>         <td width="149" class="pageName"><? include ('menu.php'); ?></td>          </tr>       <tr class="pageName">         <td width="149" class="pageName"> </td>       </tr>       <tr>         <td width="149" class="pageName"> </td>       </tr>       <tr>         <td width="149" class="pageName"> </td>       </tr>       <tr>         <td width="149" class="pageName"> </td>       </tr>       <tr>         <td class="pageName"> </td>       </tr>       <tr>         <td class="pageName"> </td>       </tr>       <tr>         <td class="pageName"> </td>       </tr>       <tr>         <td class="pageName"> </td>       </tr>       <tr>         <td class="pageName"> </td>       </tr>       <tr>         <td class="pageName"> </td>       </tr>       <tr>         <td class="pageName"> </td>       </tr>       <tr>         <td class="pageName"> </td>       </tr>            </table>[/code]
  10. [!--quoteo(post=363388:date=Apr 10 2006, 07:41 PM:name=freakus_maximus)--][div class=\'quotetop\']QUOTE(freakus_maximus @ Apr 10 2006, 07:41 PM) [snapback]363388[/snapback][/div][div class=\'quotemain\'][!--quotec--] If your table layout has a cell on the very left where you would like your navigation menu to be then just put your include inside the empty cell. [code]<? include ('navigation.php'); ?>[/code] [/quote] so in my try5.html page, there is a table cell <td width="149" class="pageName"> </td> do i put this in there - <? include ('navigation.php'); ?> I dont have a file called navigation.php thats whats confused me.
  11. Im designing a Travel website and want to get the homepage completed and tidied before i move onto the other pages. I created a Menu using PHP and used the Include feature. How do I determine where the actual Menu will open/load. This is what the menu looks like on its own. [a href=\"http://www.troublefreetraveladvisor.com/testingmenu.php\" target=\"_blank\"]http://www.troublefreetraveladvisor.com/testingmenu.php[/a] I want it to open on this page, somewhere on the Left hand side of the page. the table is labelled - id=navigation [a href=\"http://www.troublefreetraveladvisor.com/try5.html\" target=\"_blank\"]http://www.troublefreetraveladvisor.com/try5.html[/a] I know the html of the menu itself is very poor, thats something I am trying to work out how to change, as im using dreamweaver, when i open up the testingmenu.php page, in design view i cannot change anything. even the actual menu file,only the Coding view is accessible Any help to get me moving?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.