Tag Archives: H2

A css workaround for this mispositioning problem

hi there all, I’m having a problem over a site im focusing on where contents in the right side with the page (floated left) move onto the left side side, when the remaining hand side’s height just isn’t long enough to be able to ‘push’ the contents in the right column within correct place (in the correct column) You can see this here: http: //d993110. u183. pipeten. corp. uk/knowledge-share/video-library2. php Please check out this correspdoning screenshot wherever I’ve highlighted the actual mispositioned part: http: //www. ameliealden. com/gprob/mispositioning. png Should the content of. column3. firstcol upon that page ‘naturally’ makes. column3 height big enough to help keep those right boxes pushed towards the right, all looks ok just as this screenshot: http: //www. ameliealden. com/gprob/original. png But once i start adding new boxes towards the right or reduce content to the left, I understand this mispositioning problem (see very first screenshot and http: //d993110. u183. pipeten. corp. uk/knowledge-share/video-library2. php as above. ) For now We have sorted this in a very hacky way by means of just adding any fixed height that will. column3 (1200px in this case) with inline css: Code: < div style=" top: 1200px; " class=" column3 firstcol" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment

My help thread…

I am going to create my initial complex website out of scratch, with manual HTML and CSS and stuff… But I shall be needing a certain amount of help for particular questions GOogle aren’t able to answer. Very first, I really like this format with the boxes with headers. I would like to recreate something similar to this. Just how would I carry out that the boxes I am with reference to: http: //www. supergreenhosting. com/features Something like this: < div class=" green-gradient" > < h2 id=" paper-pencil-ruler-and-other-stuff" > Features< /h2> < /div> You’d have got to define CSS and find/create your images after that. How do i know which CSS to utilize This is just what I’ve got up to now. By the approach, the Home press button is white because I have my mouse on it to demonstrate. I know that is the sucky image, but couldn’t I just use images with regard to SEO purposes… you don’t want text within the actual image as Search engines cannot read ( or a few pointer say, typically DON’T read text around images )… You can use the image of the box as the background of your DIV… and then … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

How do you use php to create a repeating div tag?

I will be trying to use php the next div tag which could then be repetitive. The problem is the fact there is Html code between the php rule. I have included what I’ve done so way. If you desire a visual case in point of what My organization is trying to do take a look at http: //www. mediareviewzone. com I want the tiny description boxes every single child be populated from a database. The code below should preferably enter the subject, links, description, and an image on the description box precisely as it appears now on the website. I want this then to repeat until the many descriptions have been subjected to the page. My errors start along at the < div class=" par_element2" > line simply because that it can be HTML inside php computer code. Any help could well be appricated. < div class=" par_element" > < php $subject_set = mysql_query(" Choose from * movies", $connection); in the event that (! $subject_set) die(" Collection connection failed: ". mysql_error()); though ($subject = mysql_fetch_array($subject_set)) < div class=" par_element2" > < h2> indicate $subject" link"; indicate $subject" title"; < /a> < /h2> indicate $subject" description"; indicate $subject" link"; examine … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment
Page 2 of 212